4 # include ../Make.common
9 NO_IMPLICIT_TEMPLATES=true
12 # Include standard make configuration stuff that applies to everything
13 # in the paradyn tree.
15 include $(TO_CORE)/make.config
17 # Now make any necessary architecture specific changes to variables:
19 #CXXFLAGS += -DUSES_DYNAMIC_INF_HEAP
20 #CFLAGS += -g -DUSES_DYNAMIC_INF_HEAP
23 LIBS = -L$(LIBDWARF_LIB) -ldwarf
25 MUTATEE_CFLAGS += -rdynamic -ldl
27 # Include the module-specific Makefile, which defines everything about
28 # the module that is common across architectures.
30 include ../make.module.tmpl
32 # Include the "standard program template". This defines all the
33 # common targets like "clean", "install", etc.
35 include $(TO_CORE)/make.program.tmpl