File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Jun 7 11:49:39 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: io3_1, io2_8, io2_7, io2_6, io2_5, io2_4, io2_3, io2_2, io2_1, io2_0, IO3_0, IO2_7, IO2_6, IO2_5, IO2_4, IO2_3, IO2_2, IO2_1, IO2_0, IO1_9, HEAD
ver 1.9

    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.3 2011/06/07 11:49:39 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>