File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / Makefile.in
Revision 1.3.20.1: download - view: text, annotated - select for diffs - revision graph
Wed May 23 14:08:15 2012 UTC (12 years, 1 month ago) by misho
Branches: io3_1
Diff to: branchpoint 1.3: preferred, colored
add file to install

#
# (C) 2010 by Michael Pounov <misho@elwix.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.3.20.1 2012/05/23 14:08:15 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>