File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.1.1.1.68.2: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 21:33:25 2015 UTC (9 years, 2 months ago) by misho
Branches: rpc9_1
Diff to: branchpoint 1.1.1.1: preferred, colored
fix problem with retcode 1

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1.68.2 2015/07/02 21:33:25 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>