File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 23 22:54:52 2010 UTC (14 years, 4 months ago) by misho
Branches: start
CVS tags: misho, io1_7, io1_6, io1_5, io1_4, io1_3, io1_2, io1_1, io1_0, IO1_6, IO1_5, IO1_4, IO1_3, IO1_1, IO1_0
libaitio for I/O console operations

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1 2010/02/23 22:54:52 misho Exp $
#

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

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

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

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