1 # This Makefile is set up for the following:
2 # Source directory: $(CORE)/valueAdded/<Name>
3 # Both mutatee-side and mutator-side libraries
5 # General Dyninst definition
6 NO_IMPLICIT_TEMPLATES = true
8 # Relative path to the top of the src directory
12 include $(TO_CORE)/make.config
14 # Now make any necessary architecture specific changes to variables:
18 # Flags needed for linking the mutator library
19 LDFLAGS_MUTATOR = -L$(DEST) -ldyninstAPI
21 # if we want to produce a shared object...
26 #:../../dyninstAPI_RT/src
28 # Include the module-specific Makefile, which defines everything about
29 # the module that is common across architectures.
31 include ../make.module.tmpl
33 # Include the "standard program template". This defines all the
34 # common targets like "clean", "install", etc.
36 include $(TO_CORE)/make.library.tmpl