File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / lib / Attic / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:18:30 2008 UTC (15 years, 10 months ago) by misho
Branches: misho
CVS tags: start, sess2_0
AITNET library for shared memory

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>