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 (11 years, 10 months 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

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2012/06/20 15:02:23 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:
	${INSTALL} aitmqtt.h ${includedir}
	${INSTALL} mqttapi.h ${includedir}

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