File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / Makefile.in
Revision 1.4.22.2: download - view: text, annotated - select for diffs - revision graph
Wed Mar 13 14:16:12 2013 UTC (11 years, 3 months ago) by misho
Branches: io5_0
Diff to: branchpoint 1.4: preferred, unified
added from libaitsess 1st defines and file

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

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

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:
	${INSTALL} aitio.h ${includedir}
	${INSTALL} aitsess.h ${includedir}

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