File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Apr 30 21:35:21 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: sess4_0, sess3_3, sess3_2, sess3_1, sess3_0, sess2_1, SESS3_3, SESS3_2, SESS3_1, SESS3_0, SESS2_1, SESS2_0, HEAD
VER 2.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.2 2011/04/30 21:35: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} aitsess.h ${includedir}

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