Annotation of mqtt/inc/Makefile, revision 1.1.1.1

1.1       misho       1: #
                      2: # (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
                      3: #   AITNET ltd - Sofia/Bulgaria
                      4: #
                      5: # $Author: misho $
                      6: # $Id: Makefile.in,v 1.2 2011/04/30 21:35:21 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>