File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 20 15:02:23 2012 UTC (12 years ago) by misho
Branches: MAIN
CVS tags: mqtt1_8, mqtt1_7, mqtt1_6, mqtt1_5, mqtt1_4, mqtt1_3, mqtt1_2, MQTT1_7, MQTT1_6, MQTT1_5, MQTT1_4, MQTT1_3, MQTT1_2, MQTT1_1, HEAD
version 1.1

    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 2012/06/20 15:02:23 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}
   23: 	${INSTALL} mqttapi.h ${includedir}

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