File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / lib / Makefile.in
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Aug 29 12:00:57 2011 UTC (12 years, 10 months ago) by misho
Branches: MAIN
CVS tags: io2_7, io2_6, io2_5, io2_4, io2_3, io2_2, io2_1, IO2_6, IO2_5, IO2_4, IO2_3, IO2_2, IO2_1, IO2_0, HEAD
ver 2.0

    1: #
    2: # (C) 2010 by Michael Pounov <misho@elwix.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.4 2011/08/29 12:00:57 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: libdir = @libdir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: VERS = @PACKAGE_VERSION@
   16: LIBSO = libaitio.so
   17: LIBA = libaitio.a
   18: 
   19: all:
   20: 	@ln -sf ${LIBSO} ${LIBSO}.${VERS}
   21: 
   22: depend:
   23: 
   24: clean:
   25: 	@rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   26: 
   27: install:
   28: 	${INSTALL} ${LIBA} ${libdir}
   29: 	${INSTALL} ${LIBSO} ${libdir}
   30: 	@ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

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