Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / include / makeinclude / macros.GNU
blob5774427d89251cc46d55fed883fdd0af1933ac8c
1 #-*- Makefile -*-
3 #----------------------------------------------------------------------------
4 #       
6 #       Local and nested target definitions
7 #----------------------------------------------------------------------------
9 TARGETS_LOCAL  = \
10         all.local \
11         debug.local \
12         profile.local \
13         optimize.local \
14         install.local \
15         binout.local \
16         clean_binout.local \
17         clean_binaries.local \
18         clean_idl_stubs.local \
19         clean.local \
20         realclean.local \
21         clobber.local \
22         depend.local \
23         rcs_info.local \
24         idl_stubs.local \
25         svnignore.local \
26         $(PRIVATE_TARGETS_LOCAL)
28 TARGETS_NESTED   = \
29         $(TARGETS_LOCAL:.local=.nested)