File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / Makefile.in
Revision 1.2.8.1: download - view: text, annotated - select for diffs - revision graph
Mon Dec 5 21:01:55 2022 UTC (18 months, 3 weeks ago) by misho
Branches: rpc9_5
Diff to: branchpoint 1.2: preferred, unified
ensure existence of includedir, libdir and prefix

#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2.8.1 2022/12/05 21:01:55 misho Exp $
#

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

INSTALL = @INSTALL@

all:

alls:

depend:

depends:

clean:
	@rm -f *~

install: installc

installc:
	${INSTALL} -d ${prefix}
	${INSTALL} -d ${includedir}
	${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir}

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

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