1 # === local definitions ===
6 #Are any alternatives to g++ available?
16 # PGI is defined in environment to point to path; needed for licensing, so we can rely on it
18 M_native_cxx = @_CXX_@
20 #TCL/TK is required for all Paradyn builds, but not DyninstAPI
21 TCLTK_LIB_DIR = @TCLTK_LIB_DIR@
22 TCLTK_INC_DIR = @TCLTK_INC_DIR@
24 #libelf is required by Linux/x86 and Linux/ia64
25 LIBELF_LIB = @LIBELF_LIB_DIR@
26 LIBELF_INC = @LIBELF_INC_DIR@
28 #libdwarf is required by Linux/x86 and Linux/ia64
29 LIBDWARF_LIB = @LIBDWARF_LIB_DIR@
30 LIBDWARF_INC = @LIBDWARF_INC_DIR@
32 #libxml2 and libxml++ are required on all platforms
33 LIBXML2_LIB = @LIBXML2_LIB_DIR@
34 LIBXML2_INC = @LIBXML2_INC_DIR@
36 #libunwind is required by Linux/ia64
37 LIBUNWIND_LIB = @LIBUNWIND_LIB_DIR@
38 LIBUNWIND_INC = @LIBUNWIND_INC_DIR@
40 #build Paradyn using Tcl/Tk 8.3
41 USE_TCL83 = @USE_TCL83@
43 #nice to have: where is libiberty?
44 LIBIBERTY_LIB = @LIBIBERTY_LIB_DIR@
46 #For some libraries, we check if we have .a's and/or .so's to link against.
47 LIBELF_STATIC = @LIBELF_STATIC@
48 LIBELF_DYNAMIC = @LIBELF_DYNAMIC@
49 LIBDWARF_STATIC = @LIBDWARF_STATIC@
50 LIBDWARF_DYNAMIC = @LIBDWARF_DYNAMIC@
51 LIBIBERTY_STATIC = @LIBIBERTY_STATIC@
52 LIBIBERTY_DYNAMIC = @LIBIBERTY_DYNAMIC@
54 #nasm is needed for the Linux/x86 dyninst tests
57 #Set to the directory containing libflex.a. Needed to build MRNet and Paradyn.
58 FLEX_DIR = @LIBFLEX_LIB_DIR@
60 USES_MMTIMER = @MMTIMER@
67 exec_prefix = @exec_prefix@/${PLATFORM}
68 libdir ?= @prefix@/lib
69 bindir ?= @prefix@/bin
70 includedir ?= @prefix@/include
72 abs_builddir = @abs_builddir@
73 top_build_prefix = @top_build_prefix@
74 abs_top_builddir = @abs_top_builddir@
75 top_srcdir = @top_srcdir@
77 abs_top_srcdir = @abs_top_srcdir@
78 abs_srcdir = @abs_srcdir@
80 LIBRARY_DEST = @libdir@
81 PROGRAM_DEST = @bindir@
82 INCLUDE_DEST = @includedir@