--- libaitrpc/src/Makefile.in 2015/07/02 17:52:53 1.4.8.1 +++ libaitrpc/src/Makefile.in 2015/07/02 22:25:00 1.4.8.4 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.4.8.1 2015/07/02 17:52:53 misho Exp $ +# $Id: Makefile.in,v 1.4.8.4 2015/07/02 22:25:00 misho Exp $ # prefix = @prefix@ @@ -34,19 +34,30 @@ OBJS_CLI = aitrpc.o cli.o blobcli.o LIBSO_CLI = libaitrpc_cli.so LIBA_CLI = libaitrpc_cli.a -all: depend \ - ${LIBA} \ - ${LIBSO} \ +all: allc + +depend: dependc + +allc: depend \ ${LIBA_CLI} \ ${LIBSO_CLI} -depend: - ${MKDEP} ${CFLAGS} ${SRCS} ${SRCS_CLI} +alls: depends \ + ${LIBA} \ + ${LIBSO} +dependc: + ${MKDEP} -a ${CFLAGS} ${SRCS_CLI} + +depends: + ${MKDEP} -a ${CFLAGS} ${SRCS} + clean: @rm -f *.o *~ .depend install: + +installs: .c.o: ${CC} -c ${CFLAGS} $<