File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jun 18 01:48:06 2010 UTC (14 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1 2010/06/18 01:48:06 misho Exp $
#

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

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

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

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