Deleted Added
full compact
bsd.subdir.mk (44755) bsd.subdir.mk (44922)
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $Id: bsd.subdir.mk,v 1.25 1998/08/08 07:02:08 peter Exp $
2# $Id: bsd.subdir.mk,v 1.26 1999/03/14 20:41:14 markm Exp $
3#
4# The include file <bsd.subdir.mk> contains the default targets
5# for building subdirectories.
6#
7# For all of the directories listed in the variable SUBDIRS, the
8# specified directory will be visited and the target made. There is
9# also a default target which allows the command "make subdir" where
10# subdir is any directory listed in the variable SUBDIRS.

--- 17 unchanged lines hidden (view full) ---

28# +++ targets +++
29#
30# distribute:
31# This is a variant of install, which will
32# put the stuff into the right "distribution".
33#
34# afterdistribute, afterinstall, all, beforeinstall, checkdpadd,
35# clean, cleandepend, cleandir, depend, install, lint, maninstall,
3#
4# The include file <bsd.subdir.mk> contains the default targets
5# for building subdirectories.
6#
7# For all of the directories listed in the variable SUBDIRS, the
8# specified directory will be visited and the target made. There is
9# also a default target which allows the command "make subdir" where
10# subdir is any directory listed in the variable SUBDIRS.

--- 17 unchanged lines hidden (view full) ---

28# +++ targets +++
29#
30# distribute:
31# This is a variant of install, which will
32# put the stuff into the right "distribution".
33#
34# afterdistribute, afterinstall, all, beforeinstall, checkdpadd,
35# clean, cleandepend, cleandir, depend, install, lint, maninstall,
36# obj, realinstall, regress, tags
36# obj, objlink, realinstall, regress, tags
37#
38
39.if !target(__initialized__)
40__initialized__:
41.if exists(${.CURDIR}/../Makefile.inc)
42.include "${.CURDIR}/../Makefile.inc"
43.endif
44.endif

--- 38 unchanged lines hidden (view full) ---

83 cd ${.CURDIR}/${.TARGET}.${MACHINE}; \
84 else \
85 cd ${.CURDIR}/${.TARGET}; \
86 fi; \
87 ${MAKE} all
88
89
90.for __target in all checkdpadd clean cleandepend cleandir depend lint \
37#
38
39.if !target(__initialized__)
40__initialized__:
41.if exists(${.CURDIR}/../Makefile.inc)
42.include "${.CURDIR}/../Makefile.inc"
43.endif
44.endif

--- 38 unchanged lines hidden (view full) ---

83 cd ${.CURDIR}/${.TARGET}.${MACHINE}; \
84 else \
85 cd ${.CURDIR}/${.TARGET}; \
86 fi; \
87 ${MAKE} all
88
89
90.for __target in all checkdpadd clean cleandepend cleandir depend lint \
91 maninstall obj regress tags
91 maninstall obj objlink regress tags
92.if !target(${__target})
93${__target}: _SUBDIRUSE
94.endif
95.endfor
96
97.if !target(install)
98.if !target(beforeinstall)
99beforeinstall:

--- 19 unchanged lines hidden ---
92.if !target(${__target})
93${__target}: _SUBDIRUSE
94.endif
95.endfor
96
97.if !target(install)
98.if !target(beforeinstall)
99beforeinstall:

--- 19 unchanged lines hidden ---