4 # include ../Make.common
9 NO_IMPLICIT_TEMPLATES=true
11 # Include standard make configuration stuff that applies to everything
12 # in the paradyn tree.
14 include $(TO_CORE)/make.config
16 # Now make any necessary architecture specific changes to variables:
18 #CXXFLAGS += -DUSES_DYNAMIC_INF_HEAP
19 #CFLAGS += -g -DUSES_DYNAMIC_INF_HEAP
21 SYSLIBS += -lelf -lnsl
22 LIBS = -L$(LIBDWARFDIR)/lib -ldwarf
24 MUTATEE_CFLAGS += -rdynamic -ldl
26 # Include the module-specific Makefile, which defines everything about
27 # the module that is common across architectures.
29 include ../make.module.tmpl
31 # Include the "standard program template". This defines all the
32 # common targets like "clean", "install", etc.
34 include $(TO_CORE)/make.program.tmpl