File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.1.1.1.68.1: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 17:52:52 2015 UTC (8 years, 11 months ago) by misho
Branches: rpc9_1
Diff to: branchpoint 1.1.1.1: preferred, colored
split server client and packet parts

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

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

ONLY_CLI = @ONLY_CLI@

INSTALL = @INSTALL@ -v

all:

depend:

clean:
	@rm -f *~

install:
	@[ X"${ONLY_CLI}" = X"no" ] && ${INSTALL} aitrpc.h ${includedir}
	@${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir}

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