File:  [ELWIX - Embedded LightWeight unIX -] / libaitpelco / lib / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Jul 22 22:21:50 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: pelco2_3, pelco2_2, pelco2_1, pelco2_0, pelco1_2, PELCO2_2, PELCO2_1, PELCO2_0, PELCO1_2, PELCO1_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:21:50 misho Exp $
#

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

INSTALL = @INSTALL@

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