File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / Makefile.in
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 08:51:05 2012 UTC (11 years, 11 months ago) by misho
Branches: MAIN
CVS tags: io5_0, io4_1, io4_0, io3_9, io3_8, io3_7, io3_6, io3_5, io3_4, io3_3, io3_2, IO4_1, IO4_0, IO3_9, IO3_8, IO3_7, IO3_6, IO3_5, IO3_4, IO3_3, IO3_2, IO3_1, HEAD
version 3.1

#
# (C) 2010 by Michael Pounov <misho@elwix.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.4 2012/07/03 08:51:05 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:
	${INSTALL} aitio.h ${includedir}
	${INSTALL} atree.h ${includedir}
	${INSTALL} ampool.h ${includedir}
	${INSTALL} apatricia.h ${includedir}

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