File:  [ELWIX - Embedded LightWeight unIX -] / libaitpelco / lib / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jan 22 00:57:32 2010 UTC (14 years, 4 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1 2010/01/22 00:57:32 misho Exp $
#

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

INSTALL = @INSTALL@

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