File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / lib / Makefile.in
Revision 1.3.6.1: download - view: text, annotated - select for diffs - revision graph
Thu Jun 16 19:43:17 2011 UTC (13 years ago) by misho
Branches: io2_0
Diff to: branchpoint 1.3: preferred, unified
added symlink

#
# (C) 2010 by Michael Pounov <misho@elwix.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.3.6.1 2011/06/16 19:43:17 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@

INSTALL = @INSTALL@

VERS = @PACKAGE_VERSION@
LIBSO = libaitio.so
LIBA = libaitio.a

all:
	@ln -sf ${LIBSO} ${LIBSO}.${VERS}

depend:

clean:
	@rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~

install:
	${INSTALL} ${LIBA} ${libdir}
	${INSTALL} ${LIBSO} ${libdir}
	@ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

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