bsd.subdir.mk (3c3feed41a52b5692575275541bce39a83146644) bsd.subdir.mk (948f327ee41918b1480b603042bb5132d2dfde2b)
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $FreeBSD$
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

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

44
45# Described above.
46STANDALONE_SUBDIR_TARGETS?= obj checkdpadd clean cleandepend cleandir \
47 cleanilinks cleanobj
48
49.include <bsd.init.mk>
50
51.if !defined(NEED_SUBDIR)
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $FreeBSD$
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

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

44
45# Described above.
46STANDALONE_SUBDIR_TARGETS?= obj checkdpadd clean cleandepend cleandir \
47 cleanilinks cleanobj
48
49.include <bsd.init.mk>
50
51.if !defined(NEED_SUBDIR)
52.if ${.MAKE.LEVEL} == 0 && ${MK_META_MODE} == "yes" && !empty(SUBDIR) && !(make(clean*) || make(destroy*))
52.if ${.MAKE.LEVEL} == 0 && ${MK_DIRDEPS_BUILD} == "yes" && !empty(SUBDIR) && !(make(clean*) || make(destroy*))
53.include <meta.subdir.mk>
54# ignore this
55_SUBDIR:
56.endif
57.endif
58.if !target(_SUBDIR)
59
60.if defined(SUBDIR)

--- 100 unchanged lines hidden ---
53.include <meta.subdir.mk>
54# ignore this
55_SUBDIR:
56.endif
57.endif
58.if !target(_SUBDIR)
59
60.if defined(SUBDIR)

--- 100 unchanged lines hidden ---