6 #TCL/TK is required for all Paradyn builds, but not DyninstAPI
7 TCLTK_LIB_DIR = @TCLTK_LIB_DIR@
8 TCLTK_INC_DIR = @TCLTK_INC_DIR@
10 #Libelf is required by Linux/x86 and Linux/ia64
11 LIBELF_LIB = @LIBELF_LIB_DIR@
12 LIBELF_INC = @LIBELF_INC_DIR@
14 #Libdwarf is required by Linux/x86 and Linux/ia64
15 LIBDWARF_LIB = @LIBDWARF_LIB_DIR@
16 LIBDWARF_INC = @LIBDWARF_INC_DIR@
18 #libxml2 and libxml++ are required on all platforms
19 LIBXML2_LIB = @LIBXML2_LIB_DIR@
20 LIBXML2_INC = @LIBXML2_INC_DIR@
22 #libunwind is required by Linux/ia64
23 LIBUNWIND_LIB = @LIBUNWIND_LIB_DIR@
24 LIBUNWIND_INC = @LIBUNWIND_INC_DIR@
26 #Build Paradyn using Tcl/Tk 8.3
27 USE_TCL83 = @USE_TCL83@
29 #Uncomment these lines to force the use static libraries
31 #LIBDWARFSTATIC = true
32 #LIBTCLTKSTATIC = true
34 #nasm is needed for the Linux/x86 dyninst tests
37 # Set to the directory containing libflex.a. Needed to build MRNet and Paradyn.
38 FLEX_DIR = @LIBFLEX_LIB_DIR@
40 # If we're running on an IA-64 SMP, use the hardware wall clock.
41 #HOSTNAME = $(shell hostname)
42 #ifeq ($(HOSTNAME),juniper)
43 USES_MMTIMER = @MMTIMER@
46 PAPI_ROOT = @PAPI_ROOT@
47 #/p/paradyn/packages/papi-3.0.0-test