File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / Makefile.in
Revision 1.2.4.2: download - view: text, annotated - select for diffs - revision graph
Tue Jun 7 11:37:13 2011 UTC (13 years, 2 months ago) by misho
Branches: io1_9
Diff to: branchpoint 1.2: preferred, colored
add patricia and merge with libaitpatricia

#
# (C) 2010 by Michael Pounov <misho@elwix.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2.4.2 2011/06/07 11:37:13 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} apatricia.h ${includedir}

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