#
# $Id: Makefile,v 1.5 2008/06/11 22:48:25 legendre Exp $
#

# Define any symbols needed to invoke configuration changes in make.config

NO_IMPLICIT_TEMPLATES = true

# Include standard make configuration stuff that applies to everything
# in the paradyn tree.

include ../../make.config 

# Now make any necessary architecture specific changes to variables:

SRCS =		../../common/src/linuxKludges.C \
		../../common/src/timing-linux.C \
		../../common/src/parseauxv.C \
		../../common/src/addrtranslate-sysv.C \
		../../common/src/addrtranslate-auxv.C \
		../../common/src/addrtranslate-linux.C

CXXFLAGS        += $(MYFLAGS)
CFLAGS          += $(MYFLAGS)
TFLAGS          += $(MYFLAGS)

LIBS    += -ldl

AS		= /usr/bin/as

# Add preprocessor and special link information for G++
G_PTHREAD       = -pthread

# Include the module-specific Makefile, which defines everything about
# the module that is common across architectures.

include ../make.module.tmpl

# Include the "standard library template".  This defines all the
# common targets like "clean", "install", etc.

include ../../make.library.tmpl
