mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
(based on cipherCOM's repo commit d3d8934) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
29 lines
632 B
Gnuplot
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)
|
|
|