File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 22:28:14 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: rpc9_5, rpc9_4, rpc9_3, rpc9_2, RPC9_4, RPC9_3, RPC9_2, RPC9_1, HEAD
version 9.1

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2015/07/02 22:28:14 misho Exp $
#

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

INSTALL = @INSTALL@

all:

alls:

depend:

depends:

clean:
	@rm -f *~

install: installc

installc:
	${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir}

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

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