--- libaitrpc/inc/Makefile.in 2010/06/18 01:48:06 1.1 +++ libaitrpc/inc/Makefile.in 2022/12/05 21:01:55 1.2.8.1 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.1 2010/06/18 01:48:06 misho Exp $ +# $Id: Makefile.in,v 1.2.8.1 2022/12/05 21:01:55 misho Exp $ # prefix = @prefix@ @@ -14,10 +14,21 @@ INSTALL = @INSTALL@ all: +alls: + depend: +depends: + clean: @rm -f *~ -install: +install: installc + +installc: + ${INSTALL} -d ${prefix} + ${INSTALL} -d ${includedir} + ${INSTALL} aitrpc_pkt.h aitrpc_cli.h ${includedir} + +installs: ${INSTALL} aitrpc.h ${includedir}