Skip to content

Commit 0eeb458

Browse files
committed
Dysect integration clean up
1 parent 0764116 commit 0eeb458

File tree

112 files changed

+2434
-39862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2434
-39862
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ src/STAT.py
6262
src/STAT_wrap.C
6363
src/to_wrap.C
6464
src/tomod.py
65+
src/dysect/DysectAPI/.deps/
66+
src/dysect/DysectAPI/.libs/
67+
src/dysect/libDysectAPI/.deps/
68+
src/dysect/libDysectAPI/.libs/
69+
src/dysect/libDysectAPI/expr-parser.cc
70+
src/dysect/libDysectAPI/expr-parser.h
71+
src/dysect/libDysectAPI/expr-scanner.cc
72+
src/dysect/libDysectAPI/expr-scanner.h
6573
stamp-h1
6674
stat_results
6775
TODO

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2014-03-31 Gregory L. Lee <[email protected]>
2+
* : fixed dysectapi build system for make distcheck
3+
4+
2014-03-27 Gregory L. Lee <[email protected]>
5+
* : updated dysectapi build system
6+
* : restructuring of dysectapi source
7+
18
2014-03-27 Gregory L. Lee <[email protected]>
29
* : updated license info
310
* : moved DysectAPI and libDysectAPI subdirs into dysect dir

Makefile.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ LEXLIB = @LEXLIB@
193193
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
194194
LIBBOOST = @LIBBOOST@
195195
LIBBOOSTDIR = @LIBBOOSTDIR@
196+
LIBDYSECTAPIBE = @LIBDYSECTAPIBE@
197+
LIBDYSECTAPIFD = @LIBDYSECTAPIFD@
198+
LIBDYSECTAPIFE = @LIBDYSECTAPIFE@
199+
LIBDYSECTAPILOC = @LIBDYSECTAPILOC@
200+
LIBDYSECTBE = @LIBDYSECTBE@
201+
LIBDYSECTFE = @LIBDYSECTFE@
202+
LIBDYSECTLOC = @LIBDYSECTLOC@
196203
LIBJAVADIR = @LIBJAVADIR@
197204
LIBJVM = @LIBJVM@
198205
LIBOBJS = @LIBOBJS@

config/x_ac_dysectapi.m4

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
AC_DEFUN([X_AC_DYSECTAPI], [
22
AM_CONDITIONAL([ENABLE_DYSECTAPI], false)
3-
AC_ARG_ENABLE(dysectapi,
3+
AC_ARG_ENABLE(dysectapi,
44
[AS_HELP_STRING([--enable-dysectapi],
55
[Enable to include DysectAPI prototype]
66
)],
77
[CXXFLAGS="$CXXFLAGS -DDYSECTAPI -DGROUP_OPS"
88
AM_CONDITIONAL([ENABLE_DYSECTAPI], true)
9+
AC_SUBST(LIBDYSECTFE, [-lDysectFE])
10+
AC_SUBST(LIBDYSECTBE, [-lDysectBE])
11+
AC_SUBST(LIBDYSECTLOC, [dysect/libDysectAPI/src])
12+
AC_SUBST(LIBDYSECTAPIFE, [-lDysectAPIFE])
13+
AC_SUBST(LIBDYSECTAPIBE, [-lDysectAPIBE])
14+
AC_SUBST(LIBDYSECTAPIFD, [-lDysectAPIFD])
15+
AC_SUBST(LIBDYSECTAPILOC, [dysect/DysectAPI])
916
],
1017
[CXXFLAGS="$CXXFLAGS"]
1118
)

config/x_ac_temporalorderingapi.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_DEFUN([X_AC_TEMPORALORDERINGAPI], [
2-
AC_ARG_WITH(to_api,
2+
AC_ARG_WITH(to_api,
33
[AS_HELP_STRING([--with-to_api=prefix],
44
[Add the compile and link search paths for temporal ordering api]
55
)],
@@ -33,7 +33,7 @@ AC_DEFUN([X_AC_TEMPORALORDERINGAPI], [
3333
AC_MSG_RESULT([no])
3434
AC_ERROR([TO_std.h is required for temporal ordering. Specify Temporal Ordering API prefix with --with-to_api])
3535
fi
36-
36+
3737
AC_MSG_CHECKING(for libTemporalOrderAPI)
3838
if test -f "$to_prefix"/lib/libTemporalOrderAPI.so ; then
3939
AC_MSG_RESULT([yes])

configure

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,13 @@ ENABLE_STATBENCH_TRUE
807807
LAUNCHMONPREFIX
808808
NEWLAUNCHMONBIN
809809
LAUNCHMONBIN
810+
LIBDYSECTAPILOC
811+
LIBDYSECTAPIFD
812+
LIBDYSECTAPIBE
813+
LIBDYSECTAPIFE
814+
LIBDYSECTLOC
815+
LIBDYSECTBE
816+
LIBDYSECTFE
810817
ENABLE_DYSECTAPI_FALSE
811818
ENABLE_DYSECTAPI_TRUE
812819
FGFSFILTERPATH
@@ -5144,13 +5151,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
51445151
else
51455152
lt_cv_nm_interface="BSD nm"
51465153
echo "int some_variable = 0;" > conftest.$ac_ext
5147-
(eval echo "\"\$as_me:5147: $ac_compile\"" >&5)
5154+
(eval echo "\"\$as_me:5154: $ac_compile\"" >&5)
51485155
(eval "$ac_compile" 2>conftest.err)
51495156
cat conftest.err >&5
5150-
(eval echo "\"\$as_me:5150: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5157+
(eval echo "\"\$as_me:5157: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
51515158
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
51525159
cat conftest.err >&5
5153-
(eval echo "\"\$as_me:5153: output\"" >&5)
5160+
(eval echo "\"\$as_me:5160: output\"" >&5)
51545161
cat conftest.out >&5
51555162
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
51565163
lt_cv_nm_interface="MS dumpbin"
@@ -6356,7 +6363,7 @@ ia64-*-hpux*)
63566363
;;
63576364
*-*-irix6*)
63586365
# Find out which ABI we are using.
6359-
echo '#line 6359 "configure"' > conftest.$ac_ext
6366+
echo '#line 6366 "configure"' > conftest.$ac_ext
63606367
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
63616368
(eval $ac_compile) 2>&5
63626369
ac_status=$?
@@ -8917,11 +8924,11 @@ else
89178924
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
89188925
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
89198926
-e 's:$: $lt_compiler_flag:'`
8920-
(eval echo "\"\$as_me:8920: $lt_compile\"" >&5)
8927+
(eval echo "\"\$as_me:8927: $lt_compile\"" >&5)
89218928
(eval "$lt_compile" 2>conftest.err)
89228929
ac_status=$?
89238930
cat conftest.err >&5
8924-
echo "$as_me:8924: \$? = $ac_status" >&5
8931+
echo "$as_me:8931: \$? = $ac_status" >&5
89258932
if (exit $ac_status) && test -s "$ac_outfile"; then
89268933
# The compiler can only warn and ignore the option if not recognized
89278934
# So say no if there are warnings other than the usual output.
@@ -9256,11 +9263,11 @@ else
92569263
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
92579264
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
92589265
-e 's:$: $lt_compiler_flag:'`
9259-
(eval echo "\"\$as_me:9259: $lt_compile\"" >&5)
9266+
(eval echo "\"\$as_me:9266: $lt_compile\"" >&5)
92609267
(eval "$lt_compile" 2>conftest.err)
92619268
ac_status=$?
92629269
cat conftest.err >&5
9263-
echo "$as_me:9263: \$? = $ac_status" >&5
9270+
echo "$as_me:9270: \$? = $ac_status" >&5
92649271
if (exit $ac_status) && test -s "$ac_outfile"; then
92659272
# The compiler can only warn and ignore the option if not recognized
92669273
# So say no if there are warnings other than the usual output.
@@ -9361,11 +9368,11 @@ else
93619368
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
93629369
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
93639370
-e 's:$: $lt_compiler_flag:'`
9364-
(eval echo "\"\$as_me:9364: $lt_compile\"" >&5)
9371+
(eval echo "\"\$as_me:9371: $lt_compile\"" >&5)
93659372
(eval "$lt_compile" 2>out/conftest.err)
93669373
ac_status=$?
93679374
cat out/conftest.err >&5
9368-
echo "$as_me:9368: \$? = $ac_status" >&5
9375+
echo "$as_me:9375: \$? = $ac_status" >&5
93699376
if (exit $ac_status) && test -s out/conftest2.$ac_objext
93709377
then
93719378
# The compiler can only warn and ignore the option if not recognized
@@ -9416,11 +9423,11 @@ else
94169423
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
94179424
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
94189425
-e 's:$: $lt_compiler_flag:'`
9419-
(eval echo "\"\$as_me:9419: $lt_compile\"" >&5)
9426+
(eval echo "\"\$as_me:9426: $lt_compile\"" >&5)
94209427
(eval "$lt_compile" 2>out/conftest.err)
94219428
ac_status=$?
94229429
cat out/conftest.err >&5
9423-
echo "$as_me:9423: \$? = $ac_status" >&5
9430+
echo "$as_me:9430: \$? = $ac_status" >&5
94249431
if (exit $ac_status) && test -s out/conftest2.$ac_objext
94259432
then
94269433
# The compiler can only warn and ignore the option if not recognized
@@ -12219,7 +12226,7 @@ else
1221912226
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1222012227
lt_status=$lt_dlunknown
1222112228
cat > conftest.$ac_ext <<_LT_EOF
12222-
#line 12222 "configure"
12229+
#line 12229 "configure"
1222312230
#include "confdefs.h"
1222412231

1222512232
#if HAVE_DLFCN_H
@@ -12315,7 +12322,7 @@ else
1231512322
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1231612323
lt_status=$lt_dlunknown
1231712324
cat > conftest.$ac_ext <<_LT_EOF
12318-
#line 12318 "configure"
12325+
#line 12325 "configure"
1231912326
#include "confdefs.h"
1232012327

1232112328
#if HAVE_DLFCN_H
@@ -14335,11 +14342,11 @@ else
1433514342
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1433614343
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1433714344
-e 's:$: $lt_compiler_flag:'`
14338-
(eval echo "\"\$as_me:14338: $lt_compile\"" >&5)
14345+
(eval echo "\"\$as_me:14345: $lt_compile\"" >&5)
1433914346
(eval "$lt_compile" 2>conftest.err)
1434014347
ac_status=$?
1434114348
cat conftest.err >&5
14342-
echo "$as_me:14342: \$? = $ac_status" >&5
14349+
echo "$as_me:14349: \$? = $ac_status" >&5
1434314350
if (exit $ac_status) && test -s "$ac_outfile"; then
1434414351
# The compiler can only warn and ignore the option if not recognized
1434514352
# So say no if there are warnings other than the usual output.
@@ -14434,11 +14441,11 @@ else
1443414441
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1443514442
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1443614443
-e 's:$: $lt_compiler_flag:'`
14437-
(eval echo "\"\$as_me:14437: $lt_compile\"" >&5)
14444+
(eval echo "\"\$as_me:14444: $lt_compile\"" >&5)
1443814445
(eval "$lt_compile" 2>out/conftest.err)
1443914446
ac_status=$?
1444014447
cat out/conftest.err >&5
14441-
echo "$as_me:14441: \$? = $ac_status" >&5
14448+
echo "$as_me:14448: \$? = $ac_status" >&5
1444214449
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1444314450
then
1444414451
# The compiler can only warn and ignore the option if not recognized
@@ -14486,11 +14493,11 @@ else
1448614493
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1448714494
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1448814495
-e 's:$: $lt_compiler_flag:'`
14489-
(eval echo "\"\$as_me:14489: $lt_compile\"" >&5)
14496+
(eval echo "\"\$as_me:14496: $lt_compile\"" >&5)
1449014497
(eval "$lt_compile" 2>out/conftest.err)
1449114498
ac_status=$?
1449214499
cat out/conftest.err >&5
14493-
echo "$as_me:14493: \$? = $ac_status" >&5
14500+
echo "$as_me:14500: \$? = $ac_status" >&5
1449414501
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1449514502
then
1449614503
# The compiler can only warn and ignore the option if not recognized
@@ -17138,6 +17145,20 @@ else
1713817145
ENABLE_DYSECTAPI_FALSE=
1713917146
fi
1714017147

17148+
LIBDYSECTFE=-lDysectFE
17149+
17150+
LIBDYSECTBE=-lDysectBE
17151+
17152+
LIBDYSECTLOC=dysect/libDysectAPI/src
17153+
17154+
LIBDYSECTAPIFE=-lDysectAPIFE
17155+
17156+
LIBDYSECTAPIBE=-lDysectAPIBE
17157+
17158+
LIBDYSECTAPIFD=-lDysectAPIFD
17159+
17160+
LIBDYSECTAPILOC=dysect/DysectAPI
17161+
1714117162

1714217163
else
1714317164
CXXFLAGS="$CXXFLAGS"
@@ -20135,10 +20156,6 @@ done
2013520156

2013620157

2013720158

20138-
#tools/Makefile
20139-
#tools/DysectAPI/Makefile
20140-
#tools/DysectAPI/src/Makefile
20141-
#tools/DysectAPI/include/Makefile
2014220159
for ac_prog in flex lex
2014320160
do
2014420161
# Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -20575,7 +20592,7 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
2057520592

2057620593

2057720594

20578-
ac_config_files="$ac_config_files Makefile src/Makefile src/dysect/Makefile src/dysect/libDysectAPI/Makefile src/dysect/libDysectAPI/include/Makefile doc/Makefile doc/userguide/Makefile doc/quickstart/Makefile etc/Makefile man/Makefile examples/Makefile examples/src/Makefile examples/scripts/Makefile examples/sessions/Makefile scripts/STAT scripts/dysectc scripts/STATGUI scripts/core_stack_merge scripts/STATview scripts/STATBench scripts/stat-cl scripts/stat-script scripts/stat-gui scripts/stat-view scripts/stat-bench scripts/Makefile"
20595+
ac_config_files="$ac_config_files Makefile src/Makefile src/dysect/Makefile src/dysect/DysectAPI/Makefile src/dysect/libDysectAPI/Makefile src/dysect/libDysectAPI/include/Makefile src/dysect/libDysectAPI/src/Makefile doc/Makefile doc/userguide/Makefile doc/quickstart/Makefile etc/Makefile man/Makefile examples/Makefile examples/src/Makefile examples/scripts/Makefile examples/sessions/Makefile scripts/STAT scripts/dysectc scripts/STATGUI scripts/core_stack_merge scripts/STATview scripts/STATBench scripts/stat-cl scripts/stat-script scripts/stat-gui scripts/stat-view scripts/stat-bench scripts/Makefile"
2057920596

2058020597
cat >confcache <<\_ACEOF
2058120598
# This file is a shell script that caches the results of configure
@@ -21652,8 +21669,10 @@ do
2165221669
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2165321670
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
2165421671
"src/dysect/Makefile") CONFIG_FILES="$CONFIG_FILES src/dysect/Makefile" ;;
21672+
"src/dysect/DysectAPI/Makefile") CONFIG_FILES="$CONFIG_FILES src/dysect/DysectAPI/Makefile" ;;
2165521673
"src/dysect/libDysectAPI/Makefile") CONFIG_FILES="$CONFIG_FILES src/dysect/libDysectAPI/Makefile" ;;
2165621674
"src/dysect/libDysectAPI/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/dysect/libDysectAPI/include/Makefile" ;;
21675+
"src/dysect/libDysectAPI/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/dysect/libDysectAPI/src/Makefile" ;;
2165721676
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
2165821677
"doc/userguide/Makefile") CONFIG_FILES="$CONFIG_FILES doc/userguide/Makefile" ;;
2165921678
"doc/quickstart/Makefile") CONFIG_FILES="$CONFIG_FILES doc/quickstart/Makefile" ;;

configure.ac

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ AC_ARG_ENABLE(rpath,
4646
[AS_HELP_STRING([--enable-rpath],[Enable the use of rpaths, default=yes])],
4747
[WITH_RPATH=$enableval],
4848
[WITH_RPATH=yes]
49-
)
49+
)
5050
if test "$WITH_RPATH" = "yes"
5151
then
5252
LDFLAGS="$LDFLAGS $RPATH_FLAGS"
@@ -57,13 +57,13 @@ AC_ARG_ENABLE(statbench,
5757
[AS_HELP_STRING([--enable-statbench],[Enable the compilation of STATBench, the STAT performance emulator])],
5858
[WITH_STATBENCH=$enableval],
5959
[WITH_STATBENCH=no]
60-
)
60+
)
6161
AM_CONDITIONAL([ENABLE_STATBENCH], [test "$WITH_STATBENCH" = yes])
6262
AC_ARG_ENABLE(python-debug,
6363
[AS_HELP_STRING([--enable-python-debug],[Enable the ability to gather python script debugging])],
6464
[CXXFLAGS="-DPROTOTYPE_PY $CXXFLAGS"],
6565
[CXXFLAGS="$CXXFLAGS"]
66-
)
66+
)
6767
AC_ARG_WITH(procspernode,
6868
[AS_HELP_STRING([--with-procspernode=num],[Set the maximum number of communication processes per node equal to num, defaults to 1 if not specified])],
6969
[AC_DEFINE_UNQUOTED([STAT_PROCS_PER_NODE], [$withval], [The max number of CPs per node])],
@@ -96,19 +96,17 @@ AC_SUBST(LAUNCHMONPREFIX)
9696
AC_SUBST(GRAPHLIBPREFIX)
9797
AC_SUBST(STATPYTHON)
9898

99-
#tools/Makefile
100-
#tools/DysectAPI/Makefile
101-
#tools/DysectAPI/src/Makefile
102-
#tools/DysectAPI/include/Makefile
10399
AM_PROG_LEX
104100
AC_PROG_YACC
105-
AM_PATH_PYTHON
101+
AM_PATH_PYTHON
106102

107103
AC_CONFIG_FILES([Makefile
108104
src/Makefile
109105
src/dysect/Makefile
106+
src/dysect/DysectAPI/Makefile
110107
src/dysect/libDysectAPI/Makefile
111108
src/dysect/libDysectAPI/include/Makefile
109+
src/dysect/libDysectAPI/src/Makefile
112110
doc/Makefile
113111
doc/userguide/Makefile
114112
doc/quickstart/Makefile

doc/Makefile.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ LEXLIB = @LEXLIB@
152152
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
153153
LIBBOOST = @LIBBOOST@
154154
LIBBOOSTDIR = @LIBBOOSTDIR@
155+
LIBDYSECTAPIBE = @LIBDYSECTAPIBE@
156+
LIBDYSECTAPIFD = @LIBDYSECTAPIFD@
157+
LIBDYSECTAPIFE = @LIBDYSECTAPIFE@
158+
LIBDYSECTAPILOC = @LIBDYSECTAPILOC@
159+
LIBDYSECTBE = @LIBDYSECTBE@
160+
LIBDYSECTFE = @LIBDYSECTFE@
161+
LIBDYSECTLOC = @LIBDYSECTLOC@
155162
LIBJAVADIR = @LIBJAVADIR@
156163
LIBJVM = @LIBJVM@
157164
LIBOBJS = @LIBOBJS@

doc/quickstart/Makefile.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ LEXLIB = @LEXLIB@
137137
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
138138
LIBBOOST = @LIBBOOST@
139139
LIBBOOSTDIR = @LIBBOOSTDIR@
140+
LIBDYSECTAPIBE = @LIBDYSECTAPIBE@
141+
LIBDYSECTAPIFD = @LIBDYSECTAPIFD@
142+
LIBDYSECTAPIFE = @LIBDYSECTAPIFE@
143+
LIBDYSECTAPILOC = @LIBDYSECTAPILOC@
144+
LIBDYSECTBE = @LIBDYSECTBE@
145+
LIBDYSECTFE = @LIBDYSECTFE@
146+
LIBDYSECTLOC = @LIBDYSECTLOC@
140147
LIBJAVADIR = @LIBJAVADIR@
141148
LIBJVM = @LIBJVM@
142149
LIBOBJS = @LIBOBJS@

doc/userguide/Makefile.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ LEXLIB = @LEXLIB@
137137
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
138138
LIBBOOST = @LIBBOOST@
139139
LIBBOOSTDIR = @LIBBOOSTDIR@
140+
LIBDYSECTAPIBE = @LIBDYSECTAPIBE@
141+
LIBDYSECTAPIFD = @LIBDYSECTAPIFD@
142+
LIBDYSECTAPIFE = @LIBDYSECTAPIFE@
143+
LIBDYSECTAPILOC = @LIBDYSECTAPILOC@
144+
LIBDYSECTBE = @LIBDYSECTBE@
145+
LIBDYSECTFE = @LIBDYSECTFE@
146+
LIBDYSECTLOC = @LIBDYSECTLOC@
140147
LIBJAVADIR = @LIBJAVADIR@
141148
LIBJVM = @LIBJVM@
142149
LIBOBJS = @LIBOBJS@

0 commit comments

Comments
 (0)