2 # $Id: Makefile,v 1.1 2008/06/30 19:40:35 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.
12 include ../../make.config
14 # Include the module-specific Makefile, which defines everything about
15 # the module that is common across architectures.
17 # Now make any necessary architecture specific changes to variables:
18 include ../make.module.tmpl
20 LDFLAGS += $(LIBDIR) -lcommon -ldl
22 SRCS += ../src/linux-swk.C \
23 ../src/linuxbsd-x86-swk.C \
26 ../src/dbginfo-stepper.C \
27 ../src/x86-wanderer.C \
28 ../src/analysis_stepper.C \
29 ../src/linuxbsd-swk.C \
30 ../src/linux-x86-swk.C
33 MYFLAGS += -I../../parseAPI/h -I../../symtabAPI/h -I../../symEval/h
34 CFLAGS += -fno-omit-frame-pointer -Dcap_sw_catchfaults -fno-inline $(MYFLAGS)
35 CXXFLAGS += -fno-omit-frame-pointer -Dcap_sw_catchfaults -fno-inline $(MYFLAGS)
38 # Include the "standard library template". This defines all the
39 # common targets like "clean", "install", etc.
41 include ../../make.library.tmpl
43 # Now make any necessary architecture specific changes to variables:
44 VPATH += ../../common/src
46 libstackwalk.a: $(OBJS)
47 ar rv libstackwalk.a $^