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:
20 LIBS = -L$(LIBDWARF_LIB) -ldwarf
22 MUTATEE_CFLAGS += -rdynamic -ldl
24 # Include the module-specific Makefile, which defines everything about
25 # the module that is common across architectures.
27 include ../make.module.tmpl
29 # Include the "standard program template". This defines all the
30 # common targets like "clean", "install", etc.
32 include $(TO_CORE)/make.program.tmpl