File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Attic / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Nov 7 08:47:16 2011 UTC (12 years, 8 months ago) by misho
Branches: misho
CVS tags: start, mqtt1_1, mqtt1_0
MQTT Service

    1: #
    2: # (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile,v 1.1.1.1 2011/11/07 08:47:16 misho Exp $
    7: #
    8: 
    9: prefix = /usr/local
   10: exec_prefix = ${prefix}
   11: includedir = ${prefix}/include
   12: 
   13: INSTALL = /usr/bin/install -c
   14: 
   15: all:
   16: 
   17: depend:
   18: 
   19: clean:
   20: 	@rm -f *~
   21: 
   22: install:
   23: 	${INSTALL} aitmqtt.h ${includedir}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>