File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / lib / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 20:05:20 2008 UTC (15 years, 11 months ago) by misho
Branches: sess2_0
change project

libdir = /usr/local/lib

INSTALL = install

LIBSO = libaitsess.so

all:

depend:

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

install:
	${INSTALL} ${LIBSO} ${libdir}

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