Annotation of libaitrpc/inc/Makefile.in, revision 1.2.8.1
1.1 misho 1: #
2: # (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
3: # AITNET ltd - Sofia/Bulgaria
4: #
5: # $Author: misho $
1.2.8.1 ! misho 6: # $Id: Makefile.in,v 1.2 2015/07/02 22:28:14 misho Exp $
1.1 misho 7: #
8:
9: prefix = @prefix@
10: exec_prefix = @exec_prefix@
11: includedir = @includedir@
12:
13: INSTALL = @INSTALL@
14:
15: all:
16:
1.2 misho 17: alls:
18:
1.1 misho 19: depend:
20:
1.2 misho 21: depends:
22:
1.1 misho 23: clean:
24: @rm -f *~
25:
1.2 misho 26: install: installc
27:
28: installc:
1.2.8.1 ! misho 29: ${INSTALL} -d ${prefix}
! 30: ${INSTALL} -d ${includedir}
1.2 misho 31: ${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir}
32:
33: installs:
1.1 misho 34: ${INSTALL} aitrpc.h ${includedir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>