summaryrefslogtreecommitdiff
path: root/include/makeinclude/macros.GNU
blob: 17877c326bfd8b61d120acf77e20865d80a2cd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#----------------------------------------------------------------------------
#	$Id$
#
#	Local and nested target definitions
#----------------------------------------------------------------------------

TARGETS_LOCAL  = \
	all.local \
	debug.local \
	profile.local \
	optimize.local \
	install.local \
	deinstall.local \
	clean.local \
	realclean.local \
	clobber.local \
	depend.local \
	rcs_info.local

TARGETS_NESTED   = \
	$(TARGETS_LOCAL:.local=.nested)