File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.1.1.1.68.3: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 22:20:47 2015 UTC (9 years, 2 months ago) by misho
Branches: rpc9_1
Diff to: branchpoint 1.1.1.1: preferred, colored
fix multi target build system
moves avl definitions to lists.c

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