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
9 # Include standard make configuration stuff that applies to everything
10 # in the paradyn tree.
12 include ../../make.config
14 TARGET = libpcontrol.so
16 LDFLAGS += $(LIBDIR) -lcommon
18 SRCS = ../src/sysv.C \
20 ../src/int_thread_db.C
23 MYLAGS += -I$(LIBELF_DIR)
26 CXXFLAGS += $(MYFLAGS)
30 CXXFLAGS += -I$(LIBELF_INC)
31 CFLAGS += -I$(LIBELF_INC)
34 LIBS += -L$(LIBELF_LIB)
38 # Include the module-specific Makefile, which defines everything about
39 # the module that is common across architectures.
41 include ../make.module.tmpl
43 # Include the "standard library template". This defines all the
44 # common targets like "clean", "install", etc.
46 include ../../make.library.tmpl
48 # Now make any necessary architecture specific changes to variables: