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, 1 month ago) by misho
Branches: io1_9
Diff to: branchpoint 1.2: preferred, unified
add patricia and merge with libaitpatricia

    1: #
    2: # (C) 2010 by Michael Pounov <misho@elwix.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.2.4.2 2011/06/07 11:37:13 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: includedir = @includedir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: all:
   16: 
   17: depend:
   18: 
   19: clean:
   20: 	@rm -f *~
   21: 
   22: install:
   23: 	${INSTALL} aitio.h ${includedir}
   24: 	${INSTALL} atree.h ${includedir}
   25: 	${INSTALL} apatricia.h ${includedir}

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