File:
[ELWIX - Embedded LightWeight unIX -] /
libaitrpc /
inc /
Makefile.in
Revision
1.3:
download - view:
text,
annotated -
select for diffs -
revision graph
Wed Mar 20 17:32:30 2024 UTC (21 months, 1 week ago) by
misho
Branches:
MAIN
CVS tags:
rpc9_9,
rpc9_8,
rpc9_7,
rpc9_6,
RPC9_8,
RPC9_7,
RPC9_6,
RPC9_5,
HEAD
Version 9.5
#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
# AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.3 2024/03/20 17:32:30 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>