]> sourceware.org Git - systemtap.git/blame - java/Makefile.in
Add the testsuite parallel testing feature.
[systemtap.git] / java / Makefile.in
CommitLineData
7012fdd5 1# Makefile.in generated by automake 1.15 from Makefile.am.
7fe06356
LB
2# @configure_input@
3
7012fdd5 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
8eef2738 5
7fe06356
LB
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
17# Makefile.am --- automake input file for systemtap per-method probing
18
9ac164fa 19
26703c63 20
7fe06356 21VPATH = @srcdir@
7012fdd5
FCE
22am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32}
d9e6d90b
WC
33am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
d9c42357
FL
43 sane_makeflags=$$MFLAGS; \
44 else \
7fe06356
LB
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
d9e6d90b
WC
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
db887d2c 50 esac; \
d9e6d90b
WC
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7fe06356
LB
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
2689a171 95target_triplet = @target@
7fe06356
LB
96bin_PROGRAMS =
97noinst_PROGRAMS = $(am__EXEEXT_1)
7fe06356 98
ed75afcf 99# only install if we need Byteman support!
bd74120a 100@HAVE_JAVA_TRUE@am__append_1 = stapbm
ed75afcf 101
9ac164fa 102# build libHelperSDT.so
bd74120a 103@HAVE_JAVA_TRUE@am__append_2 = libHelperSDT.so
46a57f4b 104
9ac164fa 105# build HelperSDT.class
46a57f4b 106
9ac164fa 107# jar cvf HelperSDT.jar HelperSDT.class libHelperSDT.so
bd74120a
JS
108@HAVE_JAVA_TRUE@am__append_3 = $(HELPERSDT).class HelperSDT.jar
109@HAVE_JAVA_TRUE@am__append_4 = $(HELPERSDT).class HelperSDT.jar
7fe06356 110subdir = java
7fe06356 111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
08c50ab6
MC
112am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
113 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
d9c42357
FL
114 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
115 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
116 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
117 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
7fe06356
LB
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119 $(ACLOCAL_M4)
7012fdd5 120DIST_COMMON = $(srcdir)/Makefile.am
7fe06356
LB
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/config.h
9b1480fe 123CONFIG_CLEAN_FILES = stapbm
7fe06356 124CONFIG_CLEAN_VPATH_FILES =
b0d5439f 125am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibexecdir)"
26703c63 126@HAVE_JAVA_TRUE@am__EXEEXT_1 = libHelperSDT.so$(EXEEXT)
7fe06356 127PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
26703c63 128@HAVE_JAVA_TRUE@am_libHelperSDT_so_OBJECTS = HelperSDT.$(OBJEXT)
7fe06356
LB
129libHelperSDT_so_OBJECTS = $(am_libHelperSDT_so_OBJECTS)
130libHelperSDT_so_LDADD = $(LDADD)
131libHelperSDT_so_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132 $(libHelperSDT_so_LDFLAGS) $(LDFLAGS) -o $@
9ac164fa
FCE
133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134am__vpath_adj = case $$p in \
135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136 *) f=$$p;; \
137 esac;
138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139am__install_max = 40
140am__nobase_strip_setup = \
141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142am__nobase_strip = \
143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144am__nobase_list = $(am__nobase_strip_setup); \
145 for p in $$list; do echo "$$p $$p"; done | \
146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148 if (++n[$$2] == $(am__install_max)) \
149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150 END { for (dir in files) print dir, files[dir] }'
151am__base_list = \
152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154am__uninstall_files_from_dir = { \
155 test -z "$$files" \
156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158 $(am__cd) "$$dir" && rm -f $$files; }; \
159 }
b0d5439f 160SCRIPTS = $(pkglibexec_SCRIPTS)
8eef2738
LB
161AM_V_P = $(am__v_P_@AM_V@)
162am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
163am__v_P_0 = false
164am__v_P_1 = :
165AM_V_GEN = $(am__v_GEN_@AM_V@)
166am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
167am__v_GEN_0 = @echo " GEN " $@;
168am__v_GEN_1 =
169AM_V_at = $(am__v_at_@AM_V@)
170am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
171am__v_at_0 = @
172am__v_at_1 =
7fe06356
LB
173DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
174depcomp = $(SHELL) $(top_srcdir)/depcomp
175am__depfiles_maybe = depfiles
176am__mv = mv -f
177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179AM_V_CC = $(am__v_CC_@AM_V@)
180am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
8eef2738
LB
181am__v_CC_0 = @echo " CC " $@;
182am__v_CC_1 =
7fe06356
LB
183CCLD = $(CC)
184LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
185AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
8eef2738
LB
187am__v_CCLD_0 = @echo " CCLD " $@;
188am__v_CCLD_1 =
26703c63 189SOURCES = $(libHelperSDT_so_SOURCES)
7fe06356
LB
190am__can_run_installinfo = \
191 case $$AM_UPDATE_INFO_DIR in \
192 n|no|NO) false;; \
193 *) (install-info --version) >/dev/null 2>&1;; \
194 esac
26703c63 195DATA = $(noinst_DATA)
d9e6d90b
WC
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197# Read a list of newline-separated strings from the standard input,
198# and print each of them once, without duplicates. Input order is
199# *not* preserved.
200am__uniquify_input = $(AWK) '\
201 BEGIN { nonempty = 0; } \
202 { items[$$0] = 1; nonempty = 1; } \
203 END { if (nonempty) { for (i in items) print i; }; } \
204'
205# Make sure the list of sources is unique. This is necessary because,
206# e.g., the same source file might be shared among _SOURCES variables
207# for different programs/libraries.
208am__define_uniq_tagged_files = \
209 list='$(am__tagged_files)'; \
210 unique=`for i in $$list; do \
211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212 done | $(am__uniquify_input)`
7fe06356
LB
213ETAGS = etags
214CTAGS = ctags
215ACLOCAL = @ACLOCAL@
216AMTAR = @AMTAR@
217AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218AUTOCONF = @AUTOCONF@
219AUTOHEADER = @AUTOHEADER@
220AUTOMAKE = @AUTOMAKE@
221AWK = @AWK@
222CC = @CC@
223CCDEPMODE = @CCDEPMODE@
224CFLAGS = @CFLAGS@
225CPP = @CPP@
226CPPFLAGS = @CPPFLAGS@
227CXX = @CXX@
228CXXCPP = @CXXCPP@
229CXXDEPMODE = @CXXDEPMODE@
230CXXFLAGS = @CXXFLAGS@
231CYGPATH_W = @CYGPATH_W@
232DATE = @DATE@
233DEFS = @DEFS@
234DEPDIR = @DEPDIR@
235DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
236DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
237ECHO_C = @ECHO_C@
238ECHO_N = @ECHO_N@
239ECHO_T = @ECHO_T@
240EGREP = @EGREP@
241ENABLE_NLS = @ENABLE_NLS@
242EXEEXT = @EXEEXT@
243GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
244GMSGFMT = @GMSGFMT@
245GMSGFMT_015 = @GMSGFMT_015@
246GREP = @GREP@
247INSTALL = @INSTALL@
248INSTALL_DATA = @INSTALL_DATA@
249INSTALL_PROGRAM = @INSTALL_PROGRAM@
250INSTALL_SCRIPT = @INSTALL_SCRIPT@
251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252INTLLIBS = @INTLLIBS@
42f767d0 253INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
9ac164fa 254JAVADIR = @JAVADIR@
7fe06356
LB
255LDFLAGS = @LDFLAGS@
256LIBICONV = @LIBICONV@
257LIBINTL = @LIBINTL@
258LIBOBJS = @LIBOBJS@
259LIBS = @LIBS@
260LN_S = @LN_S@
261LOCALEDIR = @LOCALEDIR@
262LTLIBICONV = @LTLIBICONV@
263LTLIBINTL = @LTLIBINTL@
264LTLIBOBJS = @LTLIBOBJS@
265MAINT = @MAINT@
266MAKEINFO = @MAKEINFO@
267MKDIR_P = @MKDIR_P@
268MSGFMT = @MSGFMT@
269MSGFMT_015 = @MSGFMT_015@
270MSGMERGE = @MSGMERGE@
271OBJEXT = @OBJEXT@
272PACKAGE = @PACKAGE@
273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274PACKAGE_NAME = @PACKAGE_NAME@
275PACKAGE_STRING = @PACKAGE_STRING@
276PACKAGE_TARNAME = @PACKAGE_TARNAME@
277PACKAGE_URL = @PACKAGE_URL@
278PACKAGE_VERSION = @PACKAGE_VERSION@
279PATH_SEPARATOR = @PATH_SEPARATOR@
280PIECFLAGS = @PIECFLAGS@
281PIECXXFLAGS = @PIECXXFLAGS@
282PIELDFLAGS = @PIELDFLAGS@
283PKG_CONFIG = @PKG_CONFIG@
284PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
285PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
286POSUB = @POSUB@
7fe06356 287RANLIB = @RANLIB@
0cc9fa0d 288READLINE_LIBS = @READLINE_LIBS@
1f13f639 289SED = @SED@
7fe06356
LB
290SET_MAKE = @SET_MAKE@
291SHELL = @SHELL@
292STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
293STAP_PREFIX = @STAP_PREFIX@
294STRIP = @STRIP@
295USE_NLS = @USE_NLS@
296VERSION = @VERSION@
297XGETTEXT = @XGETTEXT@
298XGETTEXT_015 = @XGETTEXT_015@
299XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
300abs_builddir = @abs_builddir@
301abs_srcdir = @abs_srcdir@
302abs_top_builddir = @abs_top_builddir@
303abs_top_srcdir = @abs_top_srcdir@
304ac_ct_CC = @ac_ct_CC@
305ac_ct_CXX = @ac_ct_CXX@
306am__include = @am__include@
307am__leading_dot = @am__leading_dot@
308am__quote = @am__quote@
309am__tar = @am__tar@
310am__untar = @am__untar@
311avahi_CFLAGS = @avahi_CFLAGS@
312avahi_LIBS = @avahi_LIBS@
313bindir = @bindir@
314build = @build@
315build_alias = @build_alias@
316build_cpu = @build_cpu@
317build_os = @build_os@
318build_vendor = @build_vendor@
319builddir = @builddir@
0de35d9e 320cxx11 = @cxx11@
7fe06356
LB
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = @docdir@
1f13f639 324dracutstap = @dracutstap@
7fe06356
LB
325dvidir = @dvidir@
326elfutils_abs_srcdir = @elfutils_abs_srcdir@
327exec_prefix = @exec_prefix@
7fe06356
LB
328have_dvips = @have_dvips@
329have_fop = @have_fop@
e9b0aba1
SM
330have_jar = @have_jar@
331have_javac = @have_javac@
7fe06356 332have_latex = @have_latex@
7fe06356 333have_ps2pdf = @have_ps2pdf@
d9c42357 334have_xmlto = @have_xmlto@
7fe06356
LB
335host = @host@
336host_alias = @host_alias@
337host_cpu = @host_cpu@
338host_os = @host_os@
339host_vendor = @host_vendor@
340htmldir = @htmldir@
341includedir = @includedir@
342infodir = @infodir@
343install_sh = @install_sh@
11ea78d6
FL
344jsonc_CFLAGS = @jsonc_CFLAGS@
345jsonc_LIBS = @jsonc_LIBS@
7fe06356
LB
346libdir = @libdir@
347libexecdir = @libexecdir@
42f767d0
JL
348libvirt_CFLAGS = @libvirt_CFLAGS@
349libvirt_LIBS = @libvirt_LIBS@
350libxml2_CFLAGS = @libxml2_CFLAGS@
351libxml2_LIBS = @libxml2_LIBS@
7fe06356
LB
352localedir = @localedir@
353localstatedir = @localstatedir@
354mandir = @mandir@
355mkdir_p = @mkdir_p@
11ea78d6
FL
356ncurses_CFLAGS = @ncurses_CFLAGS@
357ncurses_LIBS = @ncurses_LIBS@
7fe06356
LB
358nss_CFLAGS = @nss_CFLAGS@
359nss_LIBS = @nss_LIBS@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
86204b9b 365python = @python@
7fe06356
LB
366sbindir = @sbindir@
367selinux_CFLAGS = @selinux_CFLAGS@
368selinux_LIBS = @selinux_LIBS@
369sharedstatedir = @sharedstatedir@
370sqlite3_LIBS = @sqlite3_LIBS@
371srcdir = @srcdir@
372stap_LIBS = @stap_LIBS@
373staplog_CPPFLAGS = @staplog_CPPFLAGS@
374staprun_LIBS = @staprun_LIBS@
375subdirs = @subdirs@
376support_section_question = @support_section_question@
377sysconfdir = @sysconfdir@
2689a171 378target = @target@
7fe06356 379target_alias = @target_alias@
2689a171
SM
380target_cpu = @target_cpu@
381target_os = @target_os@
382target_vendor = @target_vendor@
7fe06356
LB
383top_build_prefix = @top_build_prefix@
384top_builddir = @top_builddir@
385top_srcdir = @top_srcdir@
f245e619 386AUTOMAKE_OPTIONS = subdir-objects
2689a171 387JAVA_ARCH := $(target_cpu)
9ac164fa 388
e9b0aba1 389# XXX: perhaps autoconfigure the following?
9ac164fa
FCE
390JAVAC = javac
391JAR = jar
bd74120a
JS
392BUILT_SOURCES =
393CLEANFILES = $(am__append_4)
7fe06356 394
0a5f4aa8 395#AM_CFLAGS = -Wall -Werror -W -Wformat=2 -g
7fe06356 396AM_CFLAGS = -g -I$(builddir)/../includes/sys -I$(srcdir)/../includes \
9ac164fa 397 -I$(srcdir)/java -I$(JAVADIR)/include/linux \
bd74120a
JS
398 -I$(JAVADIR)/include -fPIC -shared
399noinst_DATA = $(am__append_3)
400pkglibexec_SCRIPTS = $(am__append_1)
26703c63
SM
401@HAVE_JAVA_TRUE@libHelperSDT_so_SOURCES = HelperSDT.c HelperSDT.h
402@HAVE_JAVA_TRUE@libHelperSDT_so_LDFLAGS = -lc
bd74120a
JS
403
404# the full class name is:
405@HAVE_JAVA_TRUE@HELPERSDT = org/systemtap/byteman/helper/HelperSDT
7fe06356
LB
406all: $(BUILT_SOURCES)
407 $(MAKE) $(AM_MAKEFLAGS) all-am
408
409.SUFFIXES:
410.SUFFIXES: .c .o .obj
411$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
412 @for dep in $?; do \
413 case '$(am__configure_deps)' in \
414 *$$dep*) \
415 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
416 && { if test -f $@; then exit 0; else break; fi; }; \
417 exit 1;; \
418 esac; \
419 done; \
420 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign java/Makefile'; \
421 $(am__cd) $(top_srcdir) && \
422 $(AUTOMAKE) --foreign java/Makefile
7fe06356
LB
423Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424 @case '$?' in \
425 *config.status*) \
426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427 *) \
428 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
429 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
430 esac;
431
432$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
435$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439$(am__aclocal_m4_deps):
9b1480fe
JS
440stapbm: $(top_builddir)/config.status $(srcdir)/stapbm.in
441 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
7fe06356
LB
442install-binPROGRAMS: $(bin_PROGRAMS)
443 @$(NORMAL_INSTALL)
444 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
445 if test -n "$$list"; then \
446 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
447 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
448 fi; \
449 for p in $$list; do echo "$$p $$p"; done | \
450 sed 's/$(EXEEXT)$$//' | \
d9e6d90b
WC
451 while read p p1; do if test -f $$p \
452 ; then echo "$$p"; echo "$$p"; else :; fi; \
7fe06356 453 done | \
d9e6d90b
WC
454 sed -e 'p;s,.*/,,;n;h' \
455 -e 's|.*|.|' \
7fe06356
LB
456 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
457 sed 'N;N;N;s,\n, ,g' | \
458 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
459 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
460 if ($$2 == $$4) files[d] = files[d] " " $$1; \
461 else { print "f", $$3 "/" $$4, $$1; } } \
462 END { for (d in files) print "f", d, files[d] }' | \
463 while read type dir files; do \
464 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
465 test -z "$$files" || { \
466 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
467 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
468 } \
469 ; done
470
471uninstall-binPROGRAMS:
472 @$(NORMAL_UNINSTALL)
473 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
474 files=`for p in $$list; do echo "$$p"; done | \
475 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
d9e6d90b
WC
476 -e 's/$$/$(EXEEXT)/' \
477 `; \
7fe06356
LB
478 test -n "$$list" || exit 0; \
479 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
480 cd "$(DESTDIR)$(bindir)" && rm -f $$files
481
482clean-binPROGRAMS:
483 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
484
485clean-noinstPROGRAMS:
486 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
d9e6d90b 487
7fe06356
LB
488libHelperSDT.so$(EXEEXT): $(libHelperSDT_so_OBJECTS) $(libHelperSDT_so_DEPENDENCIES) $(EXTRA_libHelperSDT_so_DEPENDENCIES)
489 @rm -f libHelperSDT.so$(EXEEXT)
490 $(AM_V_CCLD)$(libHelperSDT_so_LINK) $(libHelperSDT_so_OBJECTS) $(libHelperSDT_so_LDADD) $(LIBS)
b0d5439f 491install-pkglibexecSCRIPTS: $(pkglibexec_SCRIPTS)
9ac164fa 492 @$(NORMAL_INSTALL)
b0d5439f 493 @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
9ac164fa 494 if test -n "$$list"; then \
b0d5439f
SM
495 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
496 $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
9ac164fa
FCE
497 fi; \
498 for p in $$list; do \
499 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
500 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
501 done | \
502 sed -e 'p;s,.*/,,;n' \
503 -e 'h;s|.*|.|' \
504 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
505 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
506 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
507 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
508 if (++n[d] == $(am__install_max)) { \
509 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
510 else { print "f", d "/" $$4, $$1 } } \
511 END { for (d in files) print "f", d, files[d] }' | \
512 while read type dir files; do \
513 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
514 test -z "$$files" || { \
b0d5439f
SM
515 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
516 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
9ac164fa
FCE
517 } \
518 ; done
519
b0d5439f 520uninstall-pkglibexecSCRIPTS:
9ac164fa 521 @$(NORMAL_UNINSTALL)
b0d5439f 522 @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
9ac164fa
FCE
523 files=`for p in $$list; do echo "$$p"; done | \
524 sed -e 's,.*/,,;$(transform)'`; \
b0d5439f 525 dir='$(DESTDIR)$(pkglibexecdir)'; $(am__uninstall_files_from_dir)
7fe06356
LB
526
527mostlyclean-compile:
528 -rm -f *.$(OBJEXT)
529
530distclean-compile:
531 -rm -f *.tab.c
532
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HelperSDT.Po@am__quote@
534
535.c.o:
f245e619
FCE
536@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
537@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
538@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
7fe06356
LB
539@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
540@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46c282e4 541@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
7fe06356
LB
542
543.c.obj:
f245e619
FCE
544@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
545@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
546@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
7fe06356
LB
547@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
548@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46c282e4 549@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
7fe06356 550
d9e6d90b
WC
551ID: $(am__tagged_files)
552 $(am__define_uniq_tagged_files); mkid -fID $$unique
553tags: tags-am
554TAGS: tags
555
556tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
7fe06356
LB
557 set x; \
558 here=`pwd`; \
d9e6d90b 559 $(am__define_uniq_tagged_files); \
7fe06356
LB
560 shift; \
561 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562 test -n "$$unique" || unique=$$empty_fix; \
563 if test $$# -gt 0; then \
564 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565 "$$@" $$unique; \
566 else \
567 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568 $$unique; \
569 fi; \
570 fi
d9e6d90b
WC
571ctags: ctags-am
572
573CTAGS: ctags
574ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
575 $(am__define_uniq_tagged_files); \
7fe06356
LB
576 test -z "$(CTAGS_ARGS)$$unique" \
577 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
578 $$unique
579
580GTAGS:
581 here=`$(am__cd) $(top_builddir) && pwd` \
582 && $(am__cd) $(top_srcdir) \
583 && gtags -i $(GTAGS_ARGS) "$$here"
d9e6d90b 584cscopelist: cscopelist-am
7fe06356 585
d9e6d90b
WC
586cscopelist-am: $(am__tagged_files)
587 list='$(am__tagged_files)'; \
8eef2738
LB
588 case "$(srcdir)" in \
589 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
590 *) sdir=$(subdir)/$(srcdir) ;; \
591 esac; \
592 for i in $$list; do \
593 if test -f "$$i"; then \
594 echo "$(subdir)/$$i"; \
595 else \
596 echo "$$sdir/$$i"; \
597 fi; \
598 done >> $(top_builddir)/cscope.files
599
7fe06356
LB
600distclean-tags:
601 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
602check-am: all-am
603check: $(BUILT_SOURCES)
604 $(MAKE) $(AM_MAKEFLAGS) check-am
26703c63 605all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
7fe06356 606installdirs:
b0d5439f 607 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibexecdir)"; do \
7fe06356
LB
608 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
609 done
610install: $(BUILT_SOURCES)
611 $(MAKE) $(AM_MAKEFLAGS) install-am
612install-exec: install-exec-am
613install-data: install-data-am
614uninstall: uninstall-am
615
616install-am: all-am
617 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
618
619installcheck: installcheck-am
620install-strip:
621 if test -z '$(STRIP)'; then \
622 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
623 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
624 install; \
625 else \
626 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
629 fi
630mostlyclean-generic:
631
632clean-generic:
9ac164fa 633 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
7fe06356
LB
634
635distclean-generic:
636 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
637 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
638
639maintainer-clean-generic:
640 @echo "This command is intended for maintainers to use"
641 @echo "it deletes files that may require special tools to rebuild."
642 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
dbddece6 643@HAVE_JAVA_FALSE@install-data-local:
8093ef39 644@HAVE_JAVA_FALSE@uninstall-local:
2199cac2 645@HAVE_JAVA_FALSE@install-exec-local:
7fe06356
LB
646clean: clean-am
647
648clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
649 mostlyclean-am
650
651distclean: distclean-am
652 -rm -rf ./$(DEPDIR)
653 -rm -f Makefile
654distclean-am: clean-am distclean-compile distclean-generic \
655 distclean-tags
656
657dvi: dvi-am
658
659dvi-am:
660
661html: html-am
662
663html-am:
664
665info: info-am
666
667info-am:
668
9ac164fa 669install-data-am: install-data-local
7fe06356
LB
670
671install-dvi: install-dvi-am
672
673install-dvi-am:
674
b0d5439f
SM
675install-exec-am: install-binPROGRAMS install-exec-local \
676 install-pkglibexecSCRIPTS
7fe06356
LB
677
678install-html: install-html-am
679
680install-html-am:
681
682install-info: install-info-am
683
684install-info-am:
685
686install-man:
687
688install-pdf: install-pdf-am
689
690install-pdf-am:
691
692install-ps: install-ps-am
693
694install-ps-am:
695
696installcheck-am:
697
698maintainer-clean: maintainer-clean-am
699 -rm -rf ./$(DEPDIR)
700 -rm -f Makefile
701maintainer-clean-am: distclean-am maintainer-clean-generic
702
703mostlyclean: mostlyclean-am
704
705mostlyclean-am: mostlyclean-compile mostlyclean-generic
706
707pdf: pdf-am
708
709pdf-am:
710
711ps: ps-am
712
713ps-am:
714
b0d5439f
SM
715uninstall-am: uninstall-binPROGRAMS uninstall-local \
716 uninstall-pkglibexecSCRIPTS
7fe06356
LB
717
718.MAKE: all check install install-am install-strip
719
d9e6d90b
WC
720.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
721 clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
722 cscopelist-am ctags ctags-am distclean distclean-compile \
723 distclean-generic distclean-tags dvi dvi-am html html-am info \
724 info-am install install-am install-binPROGRAMS install-data \
725 install-data-am install-data-local install-dvi install-dvi-am \
726 install-exec install-exec-am install-exec-local install-html \
7fe06356 727 install-html-am install-info install-info-am install-man \
b0d5439f
SM
728 install-pdf install-pdf-am install-pkglibexecSCRIPTS \
729 install-ps install-ps-am install-strip installcheck \
730 installcheck-am installdirs maintainer-clean \
731 maintainer-clean-generic mostlyclean mostlyclean-compile \
d9e6d90b 732 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
b0d5439f
SM
733 uninstall-am uninstall-binPROGRAMS uninstall-local \
734 uninstall-pkglibexecSCRIPTS
9ac164fa 735
7012fdd5
FCE
736.PRECIOUS: Makefile
737
2689a171
SM
738# XXX: the following arch names are based generally off the rpmspec
739# for java-1.7.0-openjdk, there might be omissions in some weird cases
740override JAVA_ARCH:=$(JAVA_ARCH:x86_64=amd64)
741override JAVA_ARCH:=$(JAVA_ARCH:i%86=i386)
742override JAVA_ARCH:=$(JAVA_ARCH:sparcv9=sparc)
743override JAVA_ARCH:=$(JAVA_ARCH:sparc64=sparcv9)
744override JAVA_ARCH:=$(JAVA_ARCH:arm%=arm)
00ddbc69 745override JAVA_ARCH:=$(JAVA_ARCH:powerpc64le%=ppc64le)
996ca2f4 746override JAVA_ARCH:=$(JAVA_ARCH:powerpc64%=ppc64)
bd74120a
JS
747@HAVE_JAVA_TRUE@$(HELPERSDT).class: $(srcdir)/$(HELPERSDT).java
748@HAVE_JAVA_TRUE@ $(JAVAC) -d . $(srcdir)/$(HELPERSDT).java
749@HAVE_JAVA_TRUE@HelperSDT.jar: $(HELPERSDT).class
750@HAVE_JAVA_TRUE@ $(JAR) cvf HelperSDT.jar $(HELPERSDT).class
26703c63
SM
751
752# place/install libHelperSDT.so and HelperSDT.jar
753@HAVE_JAVA_TRUE@install-exec-local:
2689a171 754@HAVE_JAVA_TRUE@ $(INSTALL_PROGRAM) -D libHelperSDT.so $(DESTDIR)$(pkglibexecdir)/libHelperSDT_$(JAVA_ARCH).so
26703c63 755@HAVE_JAVA_TRUE@install-data-local: HelperSDT.jar
26703c63 756@HAVE_JAVA_TRUE@ $(INSTALL_DATA) -D HelperSDT.jar $(DESTDIR)$(pkglibexecdir)/HelperSDT.jar
26703c63 757@HAVE_JAVA_TRUE@uninstall-local:
2689a171 758@HAVE_JAVA_TRUE@ rm -rf $(DESTDIR)$(pkglibexecdir)/libHelperSDT_$(JAVA_ARCH).so
26703c63 759@HAVE_JAVA_TRUE@ rm -rf $(DESTDIR)$(pkglibexecdir)/HelperSDT.jar
7fe06356
LB
760
761# Tell versions [3.59,3.63) of GNU make to not export all variables.
762# Otherwise a system limit (for SysV at least) may be exceeded.
763.NOEXPORT:
This page took 0.142807 seconds and 5 git commands to generate.