/usr/lib/ace/include/makeinclude/macros.GNU is in libace-dev 6.0.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #-*- 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)
|