File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / lib / Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Sep 7 13:11:55 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: sess4_0, sess3_3, sess3_2, sess3_1, sess3_0, SESS3_3, SESS3_2, SESS3_1, SESS3_0, SESS2_1, HEAD
ver 2.1

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.3 2011/09/07 13:11:55 misho Exp $
#

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

INSTALL = @INSTALL@

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