~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to tests/java-jul/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2015-06-24 14:18:03 UTC
  • mfrom: (11.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20150624141803-zfj6xzpr7dlxiysg
Tags: 2.6.2-1ubuntu1
* Merge from Debian unstable. (LP: #1468345) Remaining changes:
  - debian/control, debian/patches/use-python3.patch:
    + Switch to use python3. (Closes: #789790)
* Drop following changes, fixed in Debian / upstream:
  - debian/patches/0001-Add-aarch64-host-cpu-in-configure.ac.patch:
    + Add arm64 host_cpu stanzas in configure.ac
  - debian/liblttng-ust0.symbols:
    + Update symbols file.
  - debian/control:
    + Enable builds on arm64 and ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
 
 
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
VPATH = @srcdir@
17
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
 
am__make_running_with_option = \
19
 
  case $${target_option-} in \
20
 
      ?) ;; \
21
 
      *) echo "am__make_running_with_option: internal error: invalid" \
22
 
              "target option '$${target_option-}' specified" >&2; \
23
 
         exit 1;; \
24
 
  esac; \
25
 
  has_opt=no; \
26
 
  sane_makeflags=$$MAKEFLAGS; \
27
 
  if $(am__is_gnu_make); then \
28
 
    sane_makeflags=$$MFLAGS; \
29
 
  else \
30
 
    case $$MAKEFLAGS in \
31
 
      *\\[\ \   ]*) \
32
 
        bs=\\; \
33
 
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
 
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35
 
    esac; \
36
 
  fi; \
37
 
  skip_next=no; \
38
 
  strip_trailopt () \
39
 
  { \
40
 
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
 
  }; \
42
 
  for flg in $$sane_makeflags; do \
43
 
    test $$skip_next = yes && { skip_next=no; continue; }; \
44
 
    case $$flg in \
45
 
      *=*|--*) continue;; \
46
 
        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
 
      -*I?*) strip_trailopt 'I';; \
48
 
        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
 
      -*O?*) strip_trailopt 'O';; \
50
 
        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
 
      -*l?*) strip_trailopt 'l';; \
52
 
      -[dEDm]) skip_next=yes;; \
53
 
      -[JT]) skip_next=yes;; \
54
 
    esac; \
55
 
    case $$flg in \
56
 
      *$$target_option*) has_opt=yes; break;; \
57
 
    esac; \
58
 
  done; \
59
 
  test $$has_opt = yes
60
 
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
 
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62
 
pkgdatadir = $(datadir)/@PACKAGE@
63
 
pkgincludedir = $(includedir)/@PACKAGE@
64
 
pkglibdir = $(libdir)/@PACKAGE@
65
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
66
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67
 
install_sh_DATA = $(install_sh) -c -m 644
68
 
install_sh_PROGRAM = $(install_sh) -c
69
 
install_sh_SCRIPT = $(install_sh) -c
70
 
INSTALL_HEADER = $(INSTALL_DATA)
71
 
transform = $(program_transform_name)
72
 
NORMAL_INSTALL = :
73
 
PRE_INSTALL = :
74
 
POST_INSTALL = :
75
 
NORMAL_UNINSTALL = :
76
 
PRE_UNINSTALL = :
77
 
POST_UNINSTALL = :
78
 
build_triplet = @build@
79
 
host_triplet = @host@
80
 
target_triplet = @target@
81
 
subdir = tests/java-jul
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84
 
am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
85
 
        $(top_srcdir)/config/ltoptions.m4 \
86
 
        $(top_srcdir)/config/ltsugar.m4 \
87
 
        $(top_srcdir)/config/ltversion.m4 \
88
 
        $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
89
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
 
        $(ACLOCAL_M4)
91
 
mkinstalldirs = $(install_sh) -d
92
 
CONFIG_HEADER = $(top_builddir)/config.h \
93
 
        $(top_builddir)/include/lttng/ust-config.h
94
 
CONFIG_CLEAN_FILES =
95
 
CONFIG_CLEAN_VPATH_FILES =
96
 
AM_V_P = $(am__v_P_@AM_V@)
97
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
98
 
am__v_P_0 = false
99
 
am__v_P_1 = :
100
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
101
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
102
 
am__v_GEN_0 = @echo "  GEN     " $@;
103
 
am__v_GEN_1 = 
104
 
AM_V_at = $(am__v_at_@AM_V@)
105
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
106
 
am__v_at_0 = @
107
 
am__v_at_1 = 
108
 
SOURCES =
109
 
DIST_SOURCES =
110
 
am__can_run_installinfo = \
111
 
  case $$AM_UPDATE_INFO_DIR in \
112
 
    n|no|NO) false;; \
113
 
    *) (install-info --version) >/dev/null 2>&1;; \
114
 
  esac
115
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
116
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
 
ACLOCAL = @ACLOCAL@
118
 
AMTAR = @AMTAR@
119
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120
 
AR = @AR@
121
 
AUTOCONF = @AUTOCONF@
122
 
AUTOHEADER = @AUTOHEADER@
123
 
AUTOMAKE = @AUTOMAKE@
124
 
AWK = @AWK@
125
 
CC = @CC@
126
 
CCDEPMODE = @CCDEPMODE@
127
 
CFLAGS = @CFLAGS@
128
 
CPP = @CPP@
129
 
CPPFLAGS = @CPPFLAGS@
130
 
CXX = @CXX@
131
 
CXXCPP = @CXXCPP@
132
 
CXXDEPMODE = @CXXDEPMODE@
133
 
CXXFLAGS = @CXXFLAGS@
134
 
CYGPATH_W = @CYGPATH_W@
135
 
DEFS = @DEFS@
136
 
DEPDIR = @DEPDIR@
137
 
DLLTOOL = @DLLTOOL@
138
 
DSYMUTIL = @DSYMUTIL@
139
 
DUMPBIN = @DUMPBIN@
140
 
ECHO_C = @ECHO_C@
141
 
ECHO_N = @ECHO_N@
142
 
ECHO_T = @ECHO_T@
143
 
EGREP = @EGREP@
144
 
EXEEXT = @EXEEXT@
145
 
FGREP = @FGREP@
146
 
GREP = @GREP@
147
 
INSTALL = @INSTALL@
148
 
INSTALL_DATA = @INSTALL_DATA@
149
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
150
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
151
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152
 
JAVA_JDK = @JAVA_JDK@
153
 
LD = @LD@
154
 
LDFLAGS = @LDFLAGS@
155
 
LIBOBJS = @LIBOBJS@
156
 
LIBS = @LIBS@
157
 
LIBTOOL = @LIBTOOL@
158
 
LIPO = @LIPO@
159
 
LN_S = @LN_S@
160
 
LTLIBOBJS = @LTLIBOBJS@
161
 
LTTNG_UST_CTL_LIBRARY_VERSION = @LTTNG_UST_CTL_LIBRARY_VERSION@
162
 
LTTNG_UST_LIBRARY_VERSION = @LTTNG_UST_LIBRARY_VERSION@
163
 
MAINT = @MAINT@
164
 
MAJOR_VERSION = @MAJOR_VERSION@
165
 
MAKEINFO = @MAKEINFO@
166
 
MANIFEST_TOOL = @MANIFEST_TOOL@
167
 
MINOR_VERSION = @MINOR_VERSION@
168
 
MKDIR_P = @MKDIR_P@
169
 
NM = @NM@
170
 
NMEDIT = @NMEDIT@
171
 
OBJDUMP = @OBJDUMP@
172
 
OBJEXT = @OBJEXT@
173
 
OTOOL = @OTOOL@
174
 
OTOOL64 = @OTOOL64@
175
 
PACKAGE = @PACKAGE@
176
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
 
PACKAGE_NAME = @PACKAGE_NAME@
178
 
PACKAGE_STRING = @PACKAGE_STRING@
179
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
180
 
PACKAGE_URL = @PACKAGE_URL@
181
 
PACKAGE_VERSION = @PACKAGE_VERSION@
182
 
PATCHLEVEL_VERSION = @PATCHLEVEL_VERSION@
183
 
PATH_SEPARATOR = @PATH_SEPARATOR@
184
 
PYTHON = @PYTHON@
185
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
186
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
187
 
PYTHON_PREFIX = @PYTHON_PREFIX@
188
 
PYTHON_VERSION = @PYTHON_VERSION@
189
 
RANLIB = @RANLIB@
190
 
SED = @SED@
191
 
SET_MAKE = @SET_MAKE@
192
 
SHELL = @SHELL@
193
 
STRIP = @STRIP@
194
 
VERSION = @VERSION@
195
 
abs_builddir = @abs_builddir@
196
 
abs_srcdir = @abs_srcdir@
197
 
abs_top_builddir = @abs_top_builddir@
198
 
abs_top_srcdir = @abs_top_srcdir@
199
 
ac_ct_AR = @ac_ct_AR@
200
 
ac_ct_CC = @ac_ct_CC@
201
 
ac_ct_CXX = @ac_ct_CXX@
202
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203
 
am__include = @am__include@
204
 
am__leading_dot = @am__leading_dot@
205
 
am__quote = @am__quote@
206
 
am__tar = @am__tar@
207
 
am__untar = @am__untar@
208
 
bindir = @bindir@
209
 
build = @build@
210
 
build_alias = @build_alias@
211
 
build_cpu = @build_cpu@
212
 
build_os = @build_os@
213
 
build_vendor = @build_vendor@
214
 
builddir = @builddir@
215
 
datadir = @datadir@
216
 
datarootdir = @datarootdir@
217
 
docdir = @docdir@
218
 
dvidir = @dvidir@
219
 
exec_prefix = @exec_prefix@
220
 
host = @host@
221
 
host_alias = @host_alias@
222
 
host_cpu = @host_cpu@
223
 
host_os = @host_os@
224
 
host_vendor = @host_vendor@
225
 
htmldir = @htmldir@
226
 
includedir = @includedir@
227
 
infodir = @infodir@
228
 
install_sh = @install_sh@
229
 
libdir = @libdir@
230
 
libexecdir = @libexecdir@
231
 
localedir = @localedir@
232
 
localstatedir = @localstatedir@
233
 
lttnglibjavadir = @lttnglibjavadir@
234
 
mandir = @mandir@
235
 
mkdir_p = @mkdir_p@
236
 
oldincludedir = @oldincludedir@
237
 
pdfdir = @pdfdir@
238
 
pkgpyexecdir = @pkgpyexecdir@
239
 
pkgpythondir = @pkgpythondir@
240
 
prefix = @prefix@
241
 
program_transform_name = @program_transform_name@
242
 
psdir = @psdir@
243
 
pyexecdir = @pyexecdir@
244
 
pythondir = @pythondir@
245
 
sbindir = @sbindir@
246
 
sharedstatedir = @sharedstatedir@
247
 
srcdir = @srcdir@
248
 
sysconfdir = @sysconfdir@
249
 
target = @target@
250
 
target_alias = @target_alias@
251
 
target_cpu = @target_cpu@
252
 
target_os = @target_os@
253
 
target_vendor = @target_vendor@
254
 
top_build_prefix = @top_build_prefix@
255
 
top_builddir = @top_builddir@
256
 
top_srcdir = @top_srcdir@
257
 
EXTRA_DIST = test_jul JULTest.java
258
 
@BUILD_JNI_INTERFACE_TRUE@@HAVE_JAVA_JDK_FALSE@JCC = javac
259
 
@BUILD_JNI_INTERFACE_TRUE@@HAVE_JAVA_JDK_TRUE@JCC = $(JAVA_JDK)/bin/javac
260
 
@BUILD_JNI_INTERFACE_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include
261
 
@BUILD_JNI_INTERFACE_TRUE@JUL_jar_file = "$(builddir)/../../liblttng-ust-jul/liblttng-ust-jul.jar"
262
 
all: all-am
263
 
 
264
 
.SUFFIXES:
265
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
266
 
        @for dep in $?; do \
267
 
          case '$(am__configure_deps)' in \
268
 
            *$$dep*) \
269
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
270
 
                && { if test -f $@; then exit 0; else break; fi; }; \
271
 
              exit 1;; \
272
 
          esac; \
273
 
        done; \
274
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/java-jul/Makefile'; \
275
 
        $(am__cd) $(top_srcdir) && \
276
 
          $(AUTOMAKE) --foreign tests/java-jul/Makefile
277
 
.PRECIOUS: Makefile
278
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
 
        @case '$?' in \
280
 
          *config.status*) \
281
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
282
 
          *) \
283
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
284
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
285
 
        esac;
286
 
 
287
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
 
290
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
291
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
 
$(am__aclocal_m4_deps):
295
 
 
296
 
mostlyclean-libtool:
297
 
        -rm -f *.lo
298
 
 
299
 
clean-libtool:
300
 
        -rm -rf .libs _libs
301
 
tags TAGS:
302
 
 
303
 
ctags CTAGS:
304
 
 
305
 
cscope cscopelist:
306
 
 
307
 
 
308
 
distdir: $(DISTFILES)
309
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
310
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311
 
        list='$(DISTFILES)'; \
312
 
          dist_files=`for file in $$list; do echo $$file; done | \
313
 
          sed -e "s|^$$srcdirstrip/||;t" \
314
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
315
 
        case $$dist_files in \
316
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
317
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
318
 
                           sort -u` ;; \
319
 
        esac; \
320
 
        for file in $$dist_files; do \
321
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
322
 
          if test -d $$d/$$file; then \
323
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
324
 
            if test -d "$(distdir)/$$file"; then \
325
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326
 
            fi; \
327
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
329
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
330
 
            fi; \
331
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
332
 
          else \
333
 
            test -f "$(distdir)/$$file" \
334
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
335
 
            || exit 1; \
336
 
          fi; \
337
 
        done
338
 
check-am: all-am
339
 
check: check-am
340
 
all-am: Makefile
341
 
installdirs:
342
 
install: install-am
343
 
install-exec: install-exec-am
344
 
install-data: install-data-am
345
 
uninstall: uninstall-am
346
 
 
347
 
install-am: all-am
348
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349
 
 
350
 
installcheck: installcheck-am
351
 
install-strip:
352
 
        if test -z '$(STRIP)'; then \
353
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
354
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
355
 
              install; \
356
 
        else \
357
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
360
 
        fi
361
 
mostlyclean-generic:
362
 
 
363
 
clean-generic:
364
 
 
365
 
distclean-generic:
366
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
367
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
368
 
 
369
 
maintainer-clean-generic:
370
 
        @echo "This command is intended for maintainers to use"
371
 
        @echo "it deletes files that may require special tools to rebuild."
372
 
@BUILD_JNI_INTERFACE_FALSE@clean-local:
373
 
clean: clean-am
374
 
 
375
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
376
 
 
377
 
distclean: distclean-am
378
 
        -rm -f Makefile
379
 
distclean-am: clean-am distclean-generic
380
 
 
381
 
dvi: dvi-am
382
 
 
383
 
dvi-am:
384
 
 
385
 
html: html-am
386
 
 
387
 
html-am:
388
 
 
389
 
info: info-am
390
 
 
391
 
info-am:
392
 
 
393
 
install-data-am:
394
 
 
395
 
install-dvi: install-dvi-am
396
 
 
397
 
install-dvi-am:
398
 
 
399
 
install-exec-am:
400
 
 
401
 
install-html: install-html-am
402
 
 
403
 
install-html-am:
404
 
 
405
 
install-info: install-info-am
406
 
 
407
 
install-info-am:
408
 
 
409
 
install-man:
410
 
 
411
 
install-pdf: install-pdf-am
412
 
 
413
 
install-pdf-am:
414
 
 
415
 
install-ps: install-ps-am
416
 
 
417
 
install-ps-am:
418
 
 
419
 
installcheck-am:
420
 
 
421
 
maintainer-clean: maintainer-clean-am
422
 
        -rm -f Makefile
423
 
maintainer-clean-am: distclean-am maintainer-clean-generic
424
 
 
425
 
mostlyclean: mostlyclean-am
426
 
 
427
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
428
 
 
429
 
pdf: pdf-am
430
 
 
431
 
pdf-am:
432
 
 
433
 
ps: ps-am
434
 
 
435
 
ps-am:
436
 
 
437
 
uninstall-am:
438
 
 
439
 
.MAKE: install-am install-strip
440
 
 
441
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
442
 
        clean-local cscopelist-am ctags-am distclean distclean-generic \
443
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
444
 
        install install-am install-data install-data-am install-dvi \
445
 
        install-dvi-am install-exec install-exec-am install-html \
446
 
        install-html-am install-info install-info-am install-man \
447
 
        install-pdf install-pdf-am install-ps install-ps-am \
448
 
        install-strip installcheck installcheck-am installdirs \
449
 
        maintainer-clean maintainer-clean-generic mostlyclean \
450
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
451
 
        tags-am uninstall uninstall-am
452
 
 
453
 
 
454
 
@BUILD_JNI_INTERFACE_TRUE@default: all
455
 
 
456
 
@BUILD_JNI_INTERFACE_TRUE@all: JULTest.class
457
 
 
458
 
@BUILD_JNI_INTERFACE_TRUE@clean-local:
459
 
@BUILD_JNI_INTERFACE_TRUE@      rm -f *.class
460
 
 
461
 
@BUILD_JNI_INTERFACE_TRUE@JULTest.class: JULTest.java
462
 
@BUILD_JNI_INTERFACE_TRUE@      $(JCC) -cp $(JUL_jar_file) -d "$(builddir)" "$(srcdir)/JULTest.java"
463
 
 
464
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
465
 
# Otherwise a system limit (for SysV at least) may be exceeded.
466
 
.NOEXPORT: