2 # $Id: Makefile,v 1.1 2007/08/01 18:47:28 ssuen Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
7 NO_IMPLICIT_TEMPLATES = true
8 USES_DWARF_DEBUG = true
13 # Include standard make configuration stuff that applies to everything
14 # in the paradyn tree.
15 include ../../make.config
18 CXXFLAGS += -I$(LIBELF_INC)
22 LIBS += -L$(LIBELF_LIB)
26 # Now make any necessary architecture specific changes to variables:
27 MYFLAGS += -I../../common/src -I../../common/h
28 CXXFLAGS += $(MYFLAGS)
29 CXXFLAGS += -I/bgsys/drivers/ppcfloor/arch/include
34 SRCS = ../src/ppc-swk.C \
35 ../src/bg_firstparty.C \
39 addrtranslate-static.C \
43 # Include the module-specific Makefile, which defines everything about
44 # the module that is common across architectures.
46 include ../make.module.tmpl
48 # Include the "standard library template". This defines all the
49 # common targets like "clean", "install", etc.
51 include ../../make.library.tmpl
53 # Now make any necessary architecture specific changes to variables:
54 VPATH += ../../common/src