File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / lib / Makefile.in
Revision 1.2.12.1: download - view: text, annotated - select for diffs - revision graph
Tue Apr 19 22:32:16 2011 UTC (13 years, 2 months ago) by misho
Branches: io1_7
Diff to: branchpoint 1.2: preferred, unified
added license

    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.2.12.1 2011/04/19 22:32:16 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: 
   21: depend:
   22: 
   23: clean:
   24: 	@rm -f ${LIBSO} ${LIBA} *~
   25: 
   26: install:
   27: 	${INSTALL} ${LIBA} ${libdir}
   28: 	${INSTALL} ${LIBSO} ${libdir}
   29: 	@ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

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