File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Apr 16 13:20:29 2010 UTC (14 years, 2 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #
    2: # (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.1 2010/04/16 13:20:29 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} aitcli.h ${includedir}

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