2 # $Id: Makefile,v 1.1 2008/06/30 19:40:38 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
13 TARGET = libstackwalk.so
15 # Now make any necessary architecture specific changes to variables:
17 LDFLAGS += $(LIBDIR) -lcommon -ldl
19 SRCS = ../src/linux-swk.C \
20 ../../common/src/Elf_X.C \
21 ../src/linux-ppc-swk.C \
27 CFLAGS += -m64 $(MYFLAGS)
28 CXXFLAGS += -m64 $(MYFLAGS)
31 # Include the module-specific Makefile, which defines everything about
32 # the module that is common across architectures.
34 include ../make.module.tmpl
36 # Include the "standard library template". This defines all the
37 # common targets like "clean", "install", etc.
39 include ../../make.library.tmpl
41 # Now make any necessary architecture specific changes to variables:
42 VPATH += ../../common/src