File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / lib / Makefile.in
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 20:17:14 2008 UTC (15 years, 9 months ago) by misho
Branches: sess2_0
added Makefiles

    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.1.2.2 2008/09/30 20:17:14 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: libdir = @libdir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: LIBSO = libaitsess.so
   16: 
   17: all:
   18: 
   19: depend:
   20: 
   21: clean:
   22: 	@rm -f ${LIBSO} *~
   23: 
   24: install:
   25: 	${INSTALL} ${LIBSO} ${libdir}

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