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, 4 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1 2012/01/26 13:07:33 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

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

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