2 # $Id: Makefile,v 1.1 2008/06/30 19:40:57 legendre Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
7 NO_IMPLICIT_TEMPLATES = true
9 # Include standard make configuration stuff that applies to everything
10 # in the paradyn tree.
14 include ../../make.config
16 TARGET = libstackwalk.a
18 LDFLAGS += $(LIBDIR) -lcommon
20 SRCS = ../src/linux-swk.C \
21 ../src/linuxbsd-x86-swk.C \
24 ../src/dbginfo-stepper.C \
25 ../src/x86-wanderer.C \
26 ../src/analysis_stepper.C \
27 ../src/linuxbsd-swk.C \
28 ../src/linux-x86-swk.C
30 # Include the module-specific Makefile, which defines everything about
31 # the module that is common across architectures.
33 include ../make.module.tmpl
35 # Include the "standard library template". This defines all the
36 # common targets like "clean", "install", etc.
38 include ../../make.library.tmpl
40 # Now make any necessary architecture specific changes to variables:
42 CFLAGS += -fno-omit-frame-pointer -Dcap_sw_catchfaults $(MYFLAGS)
43 CXXFLAGS += -fno-omit-frame-pointer -Dcap_sw_catchfaults $(MYFLAGS)
46 # Now make any necessary architecture specific changes to variables:
47 VPATH += ../../common/src