--- libaitrpc/inc/Makefile.in 2010/06/18 01:48:06 1.1.1.1 +++ libaitrpc/inc/Makefile.in 2015/07/02 22:20:47 1.1.1.1.68.3 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.1.1.1 2010/06/18 01:48:06 misho Exp $ +# $Id: Makefile.in,v 1.1.1.1.68.3 2015/07/02 22:20:47 misho Exp $ # prefix = @prefix@ @@ -14,10 +14,19 @@ INSTALL = @INSTALL@ all: +alls: + depend: +depends: + clean: @rm -f *~ -install: +install: installc + +installc: + ${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir} + +installs: ${INSTALL} aitrpc.h ${includedir}