File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / lib / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Mar 22 15:21:20 2010 UTC (14 years, 3 months ago) by misho
Branches: MAIN
CVS tags: io1_7, io1_6, io1_5, io1_4, io1_3, io1_2, IO1_6, IO1_5, IO1_4, IO1_3, IO1_1, HEAD
new ver 1.1

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2010/03/22 15:21:20 misho Exp $
#

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

INSTALL = @INSTALL@

VERS = @PACKAGE_VERSION@
LIBSO = libaitio.so
LIBA = libaitio.a

all:

depend:

clean:
	@rm -f ${LIBSO} ${LIBA} *~

install:
	${INSTALL} ${LIBA} ${libdir}
	${INSTALL} ${LIBSO} ${libdir}
	@ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>