File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Sep 9 09:07:31 2009 UTC (14 years, 8 months ago) by misho
Branches: MAIN
CVS tags: cfg5_5, cfg5_4, cfg5_3, cfg5_2, cfg5_1, cfg5_0, cfg4_1, cfg4_0, cfg3_2, cfg3_1, HEAD, CFG5_4, CFG5_3, CFG5_2, CFG5_1, CFG5_0, CFG4_0, CFG3_2, CFG3_1, CFG3_0
prepare ver

    1: #
    2: # (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.2 2009/09/09 09:07:31 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} aitcfg.h ${includedir}

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