File:  [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Mar 14 22:36:13 2023 UTC (13 months, 2 weeks ago) by misho
Branches: MAIN
CVS tags: elwix5_9, elwix5_8, elwix5_12, elwix5_11, elwix5_10, HEAD, ELWIX5_9, ELWIX5_8, ELWIX5_7, ELWIX5_11, ELWIX5_10
version 5.7

#
# (C) 2010 by Michael Pounov <misho@elwix.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2023/03/14 22:36:13 misho Exp $
#

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

INSTALL = @INSTALL@

all:

depend:

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

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

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