File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / lib / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Jul 22 22:09:47 2012 UTC (11 years, 9 months ago) by misho
Branches: MAIN
CVS tags: sync2_3, sync2_2, sync2_1, sync2_0, sync1_3, sync1_2, SYNC2_2, SYNC2_1, SYNC2_0, SYNC1_3, SYNC1_2, SYNC1_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 2012/07/22 22:09:47 misho Exp $
#

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

INSTALL = @INSTALL@

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