File:  [ELWIX - Embedded LightWeight unIX -] / libaitpelco / lib / Makefile.in
Revision 1.1.1.1.4.1: download - view: text, annotated - select for diffs - revision graph
Thu Jun 16 19:52:10 2011 UTC (12 years, 11 months ago) by misho
Branches: pelco1_1
Diff to: branchpoint 1.1.1.1: preferred, colored
added symlink

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1.4.1 2011/06/16 19:52:10 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>