2 # $Id: Makefile,v 1.1 2008/06/30 19:40:37 legendre Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
7 NO_IMPLICIT_TEMPLATES = true
8 TARGET = libstackwalk.a
10 # Include standard make configuration stuff that applies to everything
11 # in the paradyn tree.
13 include ../../make.config
15 # Now make any necessary architecture specific changes to variables:
17 LDFLAGS += $(LIBDIR) -lcommon -ldl
18 CXXFLAGS += -I/bgsys/drivers/ppcfloor/arch/include
20 SRCS = ../src/bluegene-swk.C \
21 ../src/bluegenep-swk.C \
28 MYFLAGS += -I$(LIBELF_INC)
32 CFLAGS += -m32 $(MYFLAGS)
33 CXXFLAGS += -m32 $(MYFLAGS)
36 # Include the module-specific Makefile, which defines everything about
37 # the module that is common across architectures.
39 include ../make.module.tmpl
41 # Include the "standard library template". This defines all the
42 # common targets like "clean", "install", etc.
44 include ../../make.library.tmpl
46 # Now make any necessary architecture specific changes to variables:
47 VPATH += ../../common/src