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

1.1.9 by Jon Bernard
Import upstream version 2.1.0~rc1
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
# Foundation, Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
19
VPATH = @srcdir@
20
am__make_dryrun = \
21
  { \
22
    am__dry=no; \
23
    case $$MAKEFLAGS in \
24
      *\\[\ \	]*) \
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
      *) \
28
        for am__flg in $$MAKEFLAGS; do \
29
          case $$am__flg in \
30
            *=*|--*) ;; \
31
            *n*) am__dry=yes; break;; \
32
          esac; \
33
        done;; \
34
    esac; \
35
    test $$am__dry = yes; \
36
  }
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkglibexecdir = $(libexecdir)/@PACKAGE@
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
install_sh_DATA = $(install_sh) -c -m 644
43
install_sh_PROGRAM = $(install_sh) -c
44
install_sh_SCRIPT = $(install_sh) -c
45
INSTALL_HEADER = $(INSTALL_DATA)
46
transform = $(program_transform_name)
47
NORMAL_INSTALL = :
48
PRE_INSTALL = :
49
POST_INSTALL = :
50
NORMAL_UNINSTALL = :
51
PRE_UNINSTALL = :
52
POST_UNINSTALL = :
53
build_triplet = @build@
54
host_triplet = @host@
55
target_triplet = @target@
56
subdir = liblttng-ust-java
57
DIST_COMMON = README $(am__dist_noinst_DATA_DIST) \
58
	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
61
	$(top_srcdir)/config/ltoptions.m4 \
62
	$(top_srcdir)/config/ltsugar.m4 \
63
	$(top_srcdir)/config/ltversion.m4 \
64
	$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
	$(ACLOCAL_M4)
67
mkinstalldirs = $(install_sh) -d
68
CONFIG_HEADER = $(top_builddir)/config.h \
69
	$(top_builddir)/include/lttng/ust-config.h
70
CONFIG_CLEAN_FILES =
71
CONFIG_CLEAN_VPATH_FILES =
72
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
am__vpath_adj = case $$p in \
74
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
    *) f=$$p;; \
76
  esac;
77
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78
am__install_max = 40
79
am__nobase_strip_setup = \
80
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81
am__nobase_strip = \
82
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83
am__nobase_list = $(am__nobase_strip_setup); \
84
  for p in $$list; do echo "$$p $$p"; done | \
85
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87
    if (++n[$$2] == $(am__install_max)) \
88
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89
    END { for (dir in files) print dir, files[dir] }'
90
am__base_list = \
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93
am__uninstall_files_from_dir = { \
94
  test -z "$$files" \
95
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
96
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97
         $(am__cd) "$$dir" && rm -f $$files; }; \
98
  }
99
am__installdirs = "$(DESTDIR)$(libdir)"
100
LTLIBRARIES = $(lib_LTLIBRARIES)
101
liblttng_ust_java_la_DEPENDENCIES =
102
am__liblttng_ust_java_la_SOURCES_DIST = LTTngUst.c lttng_ust_java.h
103
@BUILD_JNI_INTERFACE_TRUE@am_liblttng_ust_java_la_OBJECTS =  \
104
@BUILD_JNI_INTERFACE_TRUE@	LTTngUst.lo
105
nodist_liblttng_ust_java_la_OBJECTS =
106
liblttng_ust_java_la_OBJECTS = $(am_liblttng_ust_java_la_OBJECTS) \
107
	$(nodist_liblttng_ust_java_la_OBJECTS)
108
AM_V_lt = $(am__v_lt_@AM_V@)
109
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110
am__v_lt_0 = --silent
111
@BUILD_JNI_INTERFACE_TRUE@am_liblttng_ust_java_la_rpath = -rpath \
112
@BUILD_JNI_INTERFACE_TRUE@	$(libdir)
113
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/lttng
114
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
115
am__depfiles_maybe = depfiles
116
am__mv = mv -f
117
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
120
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
121
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
122
	$(AM_CFLAGS) $(CFLAGS)
123
AM_V_CC = $(am__v_CC_@AM_V@)
124
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
125
am__v_CC_0 = @echo "  CC    " $@;
126
AM_V_at = $(am__v_at_@AM_V@)
127
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128
am__v_at_0 = @
129
CCLD = $(CC)
130
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
133
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
134
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
135
am__v_CCLD_0 = @echo "  CCLD  " $@;
136
AM_V_GEN = $(am__v_GEN_@AM_V@)
137
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138
am__v_GEN_0 = @echo "  GEN   " $@;
139
SOURCES = $(liblttng_ust_java_la_SOURCES) \
140
	$(nodist_liblttng_ust_java_la_SOURCES)
141
DIST_SOURCES = $(am__liblttng_ust_java_la_SOURCES_DIST)
142
am__can_run_installinfo = \
143
  case $$AM_UPDATE_INFO_DIR in \
144
    n|no|NO) false;; \
145
    *) (install-info --version) >/dev/null 2>&1;; \
146
  esac
147
am__dist_noinst_DATA_DIST = LTTngUst.java
148
DATA = $(dist_noinst_DATA)
149
ETAGS = etags
150
CTAGS = ctags
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152
ACLOCAL = @ACLOCAL@
153
AMTAR = @AMTAR@
154
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155
AR = @AR@
156
AUTOCONF = @AUTOCONF@
157
AUTOHEADER = @AUTOHEADER@
158
AUTOMAKE = @AUTOMAKE@
159
AWK = @AWK@
160
CC = @CC@
161
CCDEPMODE = @CCDEPMODE@
162
CFLAGS = @CFLAGS@
163
CPP = @CPP@
164
CPPFLAGS = @CPPFLAGS@
165
CXX = @CXX@
166
CXXCPP = @CXXCPP@
167
CXXDEPMODE = @CXXDEPMODE@
168
CXXFLAGS = @CXXFLAGS@
169
CYGPATH_W = @CYGPATH_W@
170
DEFS = @DEFS@
171
DEPDIR = @DEPDIR@
172
DLLTOOL = @DLLTOOL@
173
DSYMUTIL = @DSYMUTIL@
174
DUMPBIN = @DUMPBIN@
175
ECHO_C = @ECHO_C@
176
ECHO_N = @ECHO_N@
177
ECHO_T = @ECHO_T@
178
EGREP = @EGREP@
179
EXEEXT = @EXEEXT@
180
FGREP = @FGREP@
181
GREP = @GREP@
182
INSTALL = @INSTALL@
183
INSTALL_DATA = @INSTALL_DATA@
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
186
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187
LD = @LD@
188
LDFLAGS = @LDFLAGS@
189
LIBOBJS = @LIBOBJS@
190
LIBS = @LIBS@
191
LIBTOOL = @LIBTOOL@
192
LIPO = @LIPO@
193
LN_S = @LN_S@
194
LTLIBOBJS = @LTLIBOBJS@
195
LTTNG_UST_LIBRARY_VERSION = @LTTNG_UST_LIBRARY_VERSION@
196
MAJOR_VERSION = @MAJOR_VERSION@
197
MAKEINFO = @MAKEINFO@
198
MANIFEST_TOOL = @MANIFEST_TOOL@
199
MINOR_VERSION = @MINOR_VERSION@
200
MKDIR_P = @MKDIR_P@
201
NM = @NM@
202
NMEDIT = @NMEDIT@
203
OBJDUMP = @OBJDUMP@
204
OBJEXT = @OBJEXT@
205
OTOOL = @OTOOL@
206
OTOOL64 = @OTOOL64@
207
PACKAGE = @PACKAGE@
208
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209
PACKAGE_NAME = @PACKAGE_NAME@
210
PACKAGE_STRING = @PACKAGE_STRING@
211
PACKAGE_TARNAME = @PACKAGE_TARNAME@
212
PACKAGE_URL = @PACKAGE_URL@
213
PACKAGE_VERSION = @PACKAGE_VERSION@
214
PATCHLEVEL_VERSION = @PATCHLEVEL_VERSION@
215
PATH_SEPARATOR = @PATH_SEPARATOR@
216
RANLIB = @RANLIB@
217
SED = @SED@
218
SET_MAKE = @SET_MAKE@
219
SHELL = @SHELL@
220
STRIP = @STRIP@
221
VERSION = @VERSION@
222
abs_builddir = @abs_builddir@
223
abs_srcdir = @abs_srcdir@
224
abs_top_builddir = @abs_top_builddir@
225
abs_top_srcdir = @abs_top_srcdir@
226
ac_ct_AR = @ac_ct_AR@
227
ac_ct_CC = @ac_ct_CC@
228
ac_ct_CXX = @ac_ct_CXX@
229
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230
am__include = @am__include@
231
am__leading_dot = @am__leading_dot@
232
am__quote = @am__quote@
233
am__tar = @am__tar@
234
am__untar = @am__untar@
235
bindir = @bindir@
236
build = @build@
237
build_alias = @build_alias@
238
build_cpu = @build_cpu@
239
build_os = @build_os@
240
build_vendor = @build_vendor@
241
builddir = @builddir@
242
datadir = @datadir@
243
datarootdir = @datarootdir@
244
docdir = @docdir@
245
dvidir = @dvidir@
246
exec_prefix = @exec_prefix@
247
host = @host@
248
host_alias = @host_alias@
249
host_cpu = @host_cpu@
250
host_os = @host_os@
251
host_vendor = @host_vendor@
252
htmldir = @htmldir@
253
includedir = @includedir@
254
infodir = @infodir@
255
install_sh = @install_sh@
256
libdir = @libdir@
257
libexecdir = @libexecdir@
258
localedir = @localedir@
259
localstatedir = @localstatedir@
260
mandir = @mandir@
261
mkdir_p = @mkdir_p@
262
oldincludedir = @oldincludedir@
263
pdfdir = @pdfdir@
264
prefix = @prefix@
265
program_transform_name = @program_transform_name@
266
psdir = @psdir@
267
sbindir = @sbindir@
268
sharedstatedir = @sharedstatedir@
269
srcdir = @srcdir@
270
sysconfdir = @sysconfdir@
271
target = @target@
272
target_alias = @target_alias@
273
target_cpu = @target_cpu@
274
target_os = @target_os@
275
target_vendor = @target_vendor@
276
top_build_prefix = @top_build_prefix@
277
top_builddir = @top_builddir@
278
top_srcdir = @top_srcdir@
279
@BUILD_JNI_INTERFACE_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include
280
@BUILD_JNI_INTERFACE_TRUE@lib_LTLIBRARIES = liblttng-ust-java.la
281
@BUILD_JNI_INTERFACE_TRUE@liblttng_ust_java_la_SOURCES = LTTngUst.c lttng_ust_java.h
282
@BUILD_JNI_INTERFACE_TRUE@nodist_liblttng_ust_java_la_SOURCES = org_lttng_ust_LTTngUst.h
283
@BUILD_JNI_INTERFACE_TRUE@dist_noinst_DATA = LTTngUst.java
284
@BUILD_JNI_INTERFACE_TRUE@liblttng_ust_java_la_LIBADD = -lc -L$(top_builddir)/liblttng-ust/.libs -llttng-ust
285
all: all-am
286
287
.SUFFIXES:
288
.SUFFIXES: .c .lo .o .obj
289
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
290
	@for dep in $?; do \
291
	  case '$(am__configure_deps)' in \
292
	    *$$dep*) \
293
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
294
	        && { if test -f $@; then exit 0; else break; fi; }; \
295
	      exit 1;; \
296
	  esac; \
297
	done; \
298
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign liblttng-ust-java/Makefile'; \
299
	$(am__cd) $(top_srcdir) && \
300
	  $(AUTOMAKE) --foreign liblttng-ust-java/Makefile
301
.PRECIOUS: Makefile
302
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
	@case '$?' in \
304
	  *config.status*) \
305
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
306
	  *) \
307
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
308
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
309
	esac;
310
311
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
314
$(top_srcdir)/configure:  $(am__configure_deps)
315
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
317
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
$(am__aclocal_m4_deps):
319
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
320
	@$(NORMAL_INSTALL)
321
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
322
	list2=; for p in $$list; do \
323
	  if test -f $$p; then \
324
	    list2="$$list2 $$p"; \
325
	  else :; fi; \
326
	done; \
327
	test -z "$$list2" || { \
328
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
329
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
330
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
331
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
332
	}
333
334
uninstall-libLTLIBRARIES:
335
	@$(NORMAL_UNINSTALL)
336
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
337
	for p in $$list; do \
338
	  $(am__strip_dir) \
339
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
340
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
341
	done
342
343
clean-libLTLIBRARIES:
344
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
345
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
346
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
347
	  test "$$dir" != "$$p" || dir=.; \
348
	  echo "rm -f \"$${dir}/so_locations\""; \
349
	  rm -f "$${dir}/so_locations"; \
350
	done
351
liblttng-ust-java.la: $(liblttng_ust_java_la_OBJECTS) $(liblttng_ust_java_la_DEPENDENCIES) $(EXTRA_liblttng_ust_java_la_DEPENDENCIES) 
352
	$(AM_V_CCLD)$(LINK) $(am_liblttng_ust_java_la_rpath) $(liblttng_ust_java_la_OBJECTS) $(liblttng_ust_java_la_LIBADD) $(LIBS)
353
354
mostlyclean-compile:
355
	-rm -f *.$(OBJEXT)
356
357
distclean-compile:
358
	-rm -f *.tab.c
359
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LTTngUst.Plo@am__quote@
361
362
.c.o:
363
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
368
369
.c.obj:
370
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
371
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
375
376
.c.lo:
377
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
382
383
mostlyclean-libtool:
384
	-rm -f *.lo
385
386
clean-libtool:
387
	-rm -rf .libs _libs
388
389
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391
	unique=`for i in $$list; do \
392
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
	  done | \
394
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
396
	mkid -fID $$unique
397
tags: TAGS
398
399
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400
		$(TAGS_FILES) $(LISP)
401
	set x; \
402
	here=`pwd`; \
403
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404
	unique=`for i in $$list; do \
405
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
	  done | \
407
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409
	shift; \
410
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411
	  test -n "$$unique" || unique=$$empty_fix; \
412
	  if test $$# -gt 0; then \
413
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414
	      "$$@" $$unique; \
415
	  else \
416
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417
	      $$unique; \
418
	  fi; \
419
	fi
420
ctags: CTAGS
421
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422
		$(TAGS_FILES) $(LISP)
423
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424
	unique=`for i in $$list; do \
425
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
	  done | \
427
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
429
	test -z "$(CTAGS_ARGS)$$unique" \
430
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431
	     $$unique
432
433
GTAGS:
434
	here=`$(am__cd) $(top_builddir) && pwd` \
435
	  && $(am__cd) $(top_srcdir) \
436
	  && gtags -i $(GTAGS_ARGS) "$$here"
437
438
distclean-tags:
439
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441
distdir: $(DISTFILES)
442
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444
	list='$(DISTFILES)'; \
445
	  dist_files=`for file in $$list; do echo $$file; done | \
446
	  sed -e "s|^$$srcdirstrip/||;t" \
447
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448
	case $$dist_files in \
449
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
450
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451
			   sort -u` ;; \
452
	esac; \
453
	for file in $$dist_files; do \
454
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455
	  if test -d $$d/$$file; then \
456
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457
	    if test -d "$(distdir)/$$file"; then \
458
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459
	    fi; \
460
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463
	    fi; \
464
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465
	  else \
466
	    test -f "$(distdir)/$$file" \
467
	    || cp -p $$d/$$file "$(distdir)/$$file" \
468
	    || exit 1; \
469
	  fi; \
470
	done
471
check-am: all-am
472
check: check-am
473
all-am: Makefile $(LTLIBRARIES) $(DATA)
474
installdirs:
475
	for dir in "$(DESTDIR)$(libdir)"; do \
476
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
477
	done
478
install: install-am
479
install-exec: install-exec-am
480
install-data: install-data-am
481
uninstall: uninstall-am
482
483
install-am: all-am
484
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
485
486
installcheck: installcheck-am
487
install-strip:
488
	if test -z '$(STRIP)'; then \
489
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491
	      install; \
492
	else \
493
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
496
	fi
497
mostlyclean-generic:
498
499
clean-generic:
500
501
distclean-generic:
502
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505
maintainer-clean-generic:
506
	@echo "This command is intended for maintainers to use"
507
	@echo "it deletes files that may require special tools to rebuild."
508
@BUILD_JNI_INTERFACE_FALSE@clean-local:
509
clean: clean-am
510
511
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
512
	mostlyclean-am
513
514
distclean: distclean-am
515
	-rm -rf ./$(DEPDIR)
516
	-rm -f Makefile
517
distclean-am: clean-am distclean-compile distclean-generic \
518
	distclean-tags
519
520
dvi: dvi-am
521
522
dvi-am:
523
524
html: html-am
525
526
html-am:
527
528
info: info-am
529
530
info-am:
531
532
install-data-am:
533
534
install-dvi: install-dvi-am
535
536
install-dvi-am:
537
538
install-exec-am: install-libLTLIBRARIES
539
540
install-html: install-html-am
541
542
install-html-am:
543
544
install-info: install-info-am
545
546
install-info-am:
547
548
install-man:
549
550
install-pdf: install-pdf-am
551
552
install-pdf-am:
553
554
install-ps: install-ps-am
555
556
install-ps-am:
557
558
installcheck-am:
559
560
maintainer-clean: maintainer-clean-am
561
	-rm -rf ./$(DEPDIR)
562
	-rm -f Makefile
563
maintainer-clean-am: distclean-am maintainer-clean-generic
564
565
mostlyclean: mostlyclean-am
566
567
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
568
	mostlyclean-libtool
569
570
pdf: pdf-am
571
572
pdf-am:
573
574
ps: ps-am
575
576
ps-am:
577
578
uninstall-am: uninstall-libLTLIBRARIES
579
580
.MAKE: install-am install-strip
581
582
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
583
	clean-libLTLIBRARIES clean-libtool clean-local ctags distclean \
584
	distclean-compile distclean-generic distclean-libtool \
585
	distclean-tags distdir dvi dvi-am html html-am info info-am \
586
	install install-am install-data install-data-am install-dvi \
587
	install-dvi-am install-exec install-exec-am install-html \
588
	install-html-am install-info install-info-am \
589
	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
590
	install-ps install-ps-am install-strip installcheck \
591
	installcheck-am installdirs maintainer-clean \
592
	maintainer-clean-generic mostlyclean mostlyclean-compile \
593
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
594
	tags uninstall uninstall-am uninstall-libLTLIBRARIES
595
596
597
@BUILD_JNI_INTERFACE_TRUE@all: LTTngUst.class org_lttng_ust_LTTngUst.h liblttng-ust-java.jar
598
599
@BUILD_JNI_INTERFACE_TRUE@clean-local:
600
@BUILD_JNI_INTERFACE_TRUE@	rm org_lttng_ust_LTTngUst.h
601
@BUILD_JNI_INTERFACE_TRUE@	rm liblttng-ust-java.jar
602
@BUILD_JNI_INTERFACE_TRUE@	rm -rf org/
603
604
@BUILD_JNI_INTERFACE_TRUE@LTTngUst.c: org_lttng_ust_LTTngUst.h
605
606
@BUILD_JNI_INTERFACE_TRUE@LTTngUst.class: LTTngUst.java
607
@BUILD_JNI_INTERFACE_TRUE@	javac -d "$(builddir)" "$(srcdir)/LTTngUst.java"
608
609
@BUILD_JNI_INTERFACE_TRUE@org_lttng_ust_LTTngUst.h: LTTngUst.class
610
@BUILD_JNI_INTERFACE_TRUE@	javah org.lttng.ust.LTTngUst
611
612
@BUILD_JNI_INTERFACE_TRUE@liblttng-ust-java.jar: LTTngUst.class
613
@BUILD_JNI_INTERFACE_TRUE@	jar cf liblttng-ust-java.jar org/*
614
615
# Tell versions [3.59,3.63) of GNU make to not export all variables.
616
# Otherwise a system limit (for SysV at least) may be exceeded.
617
.NOEXPORT: