File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / lib / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Aug 18 15:08:03 2011 UTC (12 years, 10 months ago) by misho
Branches: MAIN
CVS tags: rpc9_1, rpc8_1, rpc7_3, rpc7_2, rpc7_1, rpc7_0, rpc6_8, rpc6_7, rpc6_6, rpc6_5, rpc6_4, rpc6_3, rpc6_2, rpc6_1, rpc6_0, rpc5_5, rpc5_4, rpc5_3, rpc5_2, rpc5_1, rpc5_0, rpc4_4, rpc4_3, rpc4_2, rpc4_1, rpc3_3, rpc3_2, rpc3_1, rpc2_1, rpc2_0, rpc1_3, rpc1_2, RPC9_0, RPC8_0, RPC7_2, RPC7_1, RPC7_0, RPC6_8, RPC6_7, RPC6_6, RPC6_5, RPC6_4, RPC6_3, RPC6_2, RPC6_1, RPC6_0, RPC5_4, RPC5_3, RPC5_2, RPC5_1, RPC5_0, RPC4_4, RPC4_3, RPC4_2, RPC4_1, RPC4_0, RPC3_2, RPC3_1, RPC3_0, RPC2_0, RPC1_3, RPC1_2, RPC1_1, HEAD
version 1.1

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2011/08/18 15:08:03 misho Exp $
#

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

INSTALL = @INSTALL@

VERS = @PACKAGE_VERSION@
LIBSO = libaitrpc.so
LIBA = libaitrpc.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>