File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / lib / Makefile.in
Revision 1.1.1.1.12.1: download - view: text, annotated - select for diffs - revision graph
Tue Mar 13 10:07:43 2012 UTC (12 years, 3 months ago) by misho
Branches: sched1_5
Diff to: branchpoint 1.1.1.1: preferred, colored
add create info link

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1.12.1 2012/03/13 10:07:43 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>