server/dep/ACE_wrappers/include/makeinclude/macros.GNU
cipherCOM 571f510ee4 [11162] Changed ACE lib to same version but with configure script
(based on cipherCOM's repo commit d3d8934)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2011-02-14 12:51:16 +03:00

29 lines
632 B
Gnuplot

#-*- Makefile -*-
#----------------------------------------------------------------------------
# $Id: macros.GNU 90163 2010-05-18 21:42:20Z mitza $
#
# Local and nested target definitions
#----------------------------------------------------------------------------
TARGETS_LOCAL = \
all.local \
debug.local \
profile.local \
optimize.local \
install.local \
binout.local \
clean_binout.local \
clean_binaries.local \
clean_idl_stubs.local \
clean.local \
realclean.local \
clobber.local \
depend.local \
rcs_info.local \
idl_stubs.local \
svnignore.local
TARGETS_NESTED = \
$(TARGETS_LOCAL:.local=.nested)