File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / inc / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Mar 8 23:40:21 2012 UTC (12 years, 3 months ago) by misho
Branches: misho, MAIN
CVS tags: www3_4, www3_3, www3_2, www3_1, www3_0, www2_1, www1_4, www1_3, www1_2, www1_1, www1_0, start, WWW3_3, WWW3_2, WWW3_1, WWW3_0, WWW2_1, WWW2_0, WWW1_3, WWW1_2, WWW1_1, WWW1_0, HEAD
libaitwww

    1: #
    2: # (C) 2012 by Michael Pounov <misho@elwix.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.1.1.1 2012/03/08 23:40:21 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} aitwww.h ${includedir}

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