Makefile changes for parallel make support

This commit is contained in:
christos 1995-10-22 00:13:41 +00:00
parent a0ed1b8ba8
commit 5debbee36d
3 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.3 1993/08/02 17:56:23 mycroft Exp $
# $Id: Makefile,v 1.4 1995/10/22 00:13:41 christos Exp $
.if !make(install)
.if make(clean) || make(cleandir) || make(depend)
SUBDIR += tools
.endif
SUBDIR += tn3270 mset

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.11 1995/01/02 22:33:21 cgd Exp $
# $Id: Makefile,v 1.12 1995/10/22 00:13:45 christos Exp $
.include "../../Makefile.inc"
@ -16,7 +16,8 @@ DEPSRCS += astosc.OUT map3270.c mset.c
PROG = mset
MKASTOSC!=cd $(.CURDIR)/../tools/mkastosc; \
printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | ${MAKE} -r -s -f - xxx
printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | \
${MAKE} -r -s -f - xxx | grep mkastosc
astosc.o: astosc.OUT
CLEANFILES += astosc.OUT astosc.out

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.12 1995/01/02 22:33:28 cgd Exp $
# $Id: Makefile,v 1.13 1995/10/22 00:13:46 christos Exp $
.include "../../Makefile.inc"
@ -29,16 +29,20 @@ DEPSRCS += tn3270.c utilities.c
PROG = tn3270
MKASTOSC!=cd $(.CURDIR)/../tools/mkastosc; \
printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | ${MAKE} -r -s -f - xxx
printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | \
${MAKE} -r -s -f - xxx | grep mkastosc
MKASTODS!=cd $(.CURDIR)/../tools/mkastods; \
printf "xxx:\n\techo \$${.OBJDIR}/mkastods\n" | ${MAKE} -r -s -f - xxx
printf "xxx:\n\techo \$${.OBJDIR}/mkastods\n" | \
${MAKE} -r -s -f - xxx | grep mkastods
MKDSTOAS!=cd $(.CURDIR)/../tools/mkdstoas; \
printf "xxx:\n\techo \$${.OBJDIR}/mkdstoas\n" | ${MAKE} -r -s -f - xxx
printf "xxx:\n\techo \$${.OBJDIR}/mkdstoas\n" | \
${MAKE} -r -s -f - xxx | grep mkdstoas
MKHITS!=cd $(.CURDIR)/../tools/mkhits; \
printf "xxx:\n\techo \$${.OBJDIR}/mkhits\n" | ${MAKE} -r -s -f - xxx
printf "xxx:\n\techo \$${.OBJDIR}/mkhits\n" | \
${MAKE} -r -s -f - xxx | grep mkhits
astosc.o: astosc.OUT
CLEANFILES += astosc.OUT astosc.out