File:  [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 17 10:05:35 2013 UTC (11 years, 3 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#
# (C) 2010 by Michael Pounov <misho@elwix.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1 2013/01/17 10:05:35 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~ elwix/*~

install:
	${INSTALL} -d ${includedir}/elwix
	${INSTALL} elwix.h ${includedir}
	${INSTALL} elwix/*.h ${includedir}/elwix

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