File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Sep 19 15:22:32 2012 UTC (11 years, 8 months ago) by misho
Branches: MAIN
CVS tags: cfg9_2, cfg9_1, cfg8_2, cfg8_1, cfg8_0, cfg7_9, cfg7_8, cfg7_7, cfg7_6, cfg7_5, cfg7_4, cfg7_3, cfg7_2, cfg7_1, cfg7_0, cfg6_1, HEAD, CFG9_1, CFG9_0, CFG8_1, CFG8_0, CFG7_9, CFG7_8, CFG7_7, CFG7_6, CFG7_5, CFG7_4, CFG7_3, CFG7_2, CFG7_1, CFG7_0, CFG6_1, CFG6_0
version 6.0

    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.3 2012/09/19 15:22:32 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 aitpwd.h ${includedir}

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