File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 26 13:07:33 2012 UTC (12 years, 5 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    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.1 2012/01/26 13:07:33 misho Exp $
    7: #
    8: prefix = @prefix@
    9: exec_prefix = @exec_prefix@
   10: includedir = @includedir@
   11: 
   12: INSTALL = @INSTALL@
   13: 
   14: all:
   15: 
   16: depend:
   17: 
   18: clean:
   19: 	@rm -f *~
   20: 
   21: install:
   22: 	${INSTALL} aitmqtt.h ${includedir}

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