source: gs2-extensions/tdb/trunk/src/jni-0.1/Makefile.in@ 30365

Last change on this file since 30365 was 30365, checked in by jmt12, 8 years ago

Yet another file needed to configure

File size: 26.6 KB
Line 
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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = .
82DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/configure $(am__configure_deps) \
85 $(srcdir)/config.h.in depcomp COPYING compile config.guess \
86 config.sub install-sh missing ltmain.sh
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/m4/ac_prog_java.m4 \
89 $(top_srcdir)/m4/ac_prog_java_works.m4 \
90 $(top_srcdir)/m4/ac_prog_javac.m4 \
91 $(top_srcdir)/m4/ac_prog_javac_works.m4 \
92 $(top_srcdir)/m4/ax_jni_include_dir.m4 \
93 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105am__vpath_adj = case $$p in \
106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
107 *) f=$$p;; \
108 esac;
109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
110am__install_max = 40
111am__nobase_strip_setup = \
112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
113am__nobase_strip = \
114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
115am__nobase_list = $(am__nobase_strip_setup); \
116 for p in $$list; do echo "$$p $$p"; done | \
117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
119 if (++n[$$2] == $(am__install_max)) \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
122am__base_list = \
123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
125am__uninstall_files_from_dir = { \
126 test -z "$$files" \
127 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
129 $(am__cd) "$$dir" && rm -f $$files; }; \
130 }
131am__installdirs = "$(DESTDIR)$(libdir)"
132LTLIBRARIES = $(lib_LTLIBRARIES)
133libTDBJava_la_LIBADD =
134am_libTDBJava_la_OBJECTS = org_greenstone_tdbjava_TDBJava.lo
135libTDBJava_la_OBJECTS = $(am_libTDBJava_la_OBJECTS)
136AM_V_lt = $(am__v_lt_@AM_V@)
137am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138am__v_lt_0 = --silent
139am__v_lt_1 =
140libTDBJava_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142 $(libTDBJava_la_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo " GEN " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155DEFAULT_INCLUDES = -I.@am__isrc@
156depcomp = $(SHELL) $(top_srcdir)/depcomp
157am__depfiles_maybe = depfiles
158am__mv = mv -f
159COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
163 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164 $(AM_CFLAGS) $(CFLAGS)
165AM_V_CC = $(am__v_CC_@AM_V@)
166am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
167am__v_CC_0 = @echo " CC " $@;
168am__v_CC_1 =
169CCLD = $(CC)
170LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
172 $(AM_LDFLAGS) $(LDFLAGS) -o $@
173AM_V_CCLD = $(am__v_CCLD_@AM_V@)
174am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
175am__v_CCLD_0 = @echo " CCLD " $@;
176am__v_CCLD_1 =
177SOURCES = $(libTDBJava_la_SOURCES)
178DIST_SOURCES = $(libTDBJava_la_SOURCES)
179am__can_run_installinfo = \
180 case $$AM_UPDATE_INFO_DIR in \
181 n|no|NO) false;; \
182 *) (install-info --version) >/dev/null 2>&1;; \
183 esac
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
185 $(LISP)config.h.in
186# Read a list of newline-separated strings from the standard input,
187# and print each of them once, without duplicates. Input order is
188# *not* preserved.
189am__uniquify_input = $(AWK) '\
190 BEGIN { nonempty = 0; } \
191 { items[$$0] = 1; nonempty = 1; } \
192 END { if (nonempty) { for (i in items) print i; }; } \
193'
194# Make sure the list of sources is unique. This is necessary because,
195# e.g., the same source file might be shared among _SOURCES variables
196# for different programs/libraries.
197am__define_uniq_tagged_files = \
198 list='$(am__tagged_files)'; \
199 unique=`for i in $$list; do \
200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201 done | $(am__uniquify_input)`
202ETAGS = etags
203CTAGS = ctags
204CSCOPE = cscope
205AM_RECURSIVE_TARGETS = cscope
206DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207distdir = $(PACKAGE)-$(VERSION)
208top_distdir = $(distdir)
209am__remove_distdir = \
210 if test -d "$(distdir)"; then \
211 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
212 && rm -rf "$(distdir)" \
213 || { sleep 5 && rm -rf "$(distdir)"; }; \
214 else :; fi
215am__post_remove_distdir = $(am__remove_distdir)
216DIST_ARCHIVES = $(distdir).tar.gz
217GZIP_ENV = --best
218DIST_TARGETS = dist-gzip
219distuninstallcheck_listfiles = find . -type f -print
220am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
221 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
222distcleancheck_listfiles = find . -type f -print
223ACLOCAL = @ACLOCAL@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AR = @AR@
227AUTOCONF = @AUTOCONF@
228AUTOHEADER = @AUTOHEADER@
229AUTOMAKE = @AUTOMAKE@
230AWK = @AWK@
231CC = @CC@
232CCDEPMODE = @CCDEPMODE@
233CFLAGS = @CFLAGS@
234CPP = @CPP@
235CPPFLAGS = @CPPFLAGS@
236CYGPATH_W = @CYGPATH_W@
237DEFS = @DEFS@
238DEPDIR = @DEPDIR@
239DLLTOOL = @DLLTOOL@
240DSYMUTIL = @DSYMUTIL@
241DUMPBIN = @DUMPBIN@
242ECHO_C = @ECHO_C@
243ECHO_N = @ECHO_N@
244ECHO_T = @ECHO_T@
245EGREP = @EGREP@
246EXEEXT = @EXEEXT@
247FGREP = @FGREP@
248GREP = @GREP@
249INSTALL = @INSTALL@
250INSTALL_DATA = @INSTALL_DATA@
251INSTALL_PROGRAM = @INSTALL_PROGRAM@
252INSTALL_SCRIPT = @INSTALL_SCRIPT@
253INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254JAVA = @JAVA@
255JAVAC = @JAVAC@
256JNI_INCLUDE_DIRS = @JNI_INCLUDE_DIRS@
257LD = @LD@
258LDFLAGS = @LDFLAGS@
259LIBOBJS = @LIBOBJS@
260LIBS = @LIBS@
261LIBTOOL = @LIBTOOL@
262LIPO = @LIPO@
263LN_S = @LN_S@
264LTLIBOBJS = @LTLIBOBJS@
265MAKEINFO = @MAKEINFO@
266MANIFEST_TOOL = @MANIFEST_TOOL@
267MKDIR_P = @MKDIR_P@
268NM = @NM@
269NMEDIT = @NMEDIT@
270OBJDUMP = @OBJDUMP@
271OBJEXT = @OBJEXT@
272OTOOL = @OTOOL@
273OTOOL64 = @OTOOL64@
274PACKAGE = @PACKAGE@
275PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276PACKAGE_NAME = @PACKAGE_NAME@
277PACKAGE_STRING = @PACKAGE_STRING@
278PACKAGE_TARNAME = @PACKAGE_TARNAME@
279PACKAGE_URL = @PACKAGE_URL@
280PACKAGE_VERSION = @PACKAGE_VERSION@
281PATH_SEPARATOR = @PATH_SEPARATOR@
282RANLIB = @RANLIB@
283SED = @SED@
284SET_MAKE = @SET_MAKE@
285SHELL = @SHELL@
286STRIP = @STRIP@
287VERSION = @VERSION@
288_ACJNI_JAVAC = @_ACJNI_JAVAC@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
293ac_ct_AR = @ac_ct_AR@
294ac_ct_CC = @ac_ct_CC@
295ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296am__include = @am__include@
297am__leading_dot = @am__leading_dot@
298am__quote = @am__quote@
299am__tar = @am__tar@
300am__untar = @am__untar@
301bindir = @bindir@
302build = @build@
303build_alias = @build_alias@
304build_cpu = @build_cpu@
305build_os = @build_os@
306build_vendor = @build_vendor@
307builddir = @builddir@
308datadir = @datadir@
309datarootdir = @datarootdir@
310docdir = @docdir@
311dvidir = @dvidir@
312exec_prefix = @exec_prefix@
313host = @host@
314host_alias = @host_alias@
315host_cpu = @host_cpu@
316host_os = @host_os@
317host_vendor = @host_vendor@
318htmldir = @htmldir@
319includedir = @includedir@
320infodir = @infodir@
321install_sh = @install_sh@
322libdir = @libdir@
323libexecdir = @libexecdir@
324localedir = @localedir@
325localstatedir = @localstatedir@
326mandir = @mandir@
327mkdir_p = @mkdir_p@
328oldincludedir = @oldincludedir@
329pdfdir = @pdfdir@
330prefix = @prefix@
331program_transform_name = @program_transform_name@
332psdir = @psdir@
333sbindir = @sbindir@
334sharedstatedir = @sharedstatedir@
335srcdir = @srcdir@
336sysconfdir = @sysconfdir@
337target_alias = @target_alias@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341uudecode = @uudecode@
342ACLOCAL_AMFLAGS = -I m4
343AM_CFLAGS = -c -Wall -O2 -fpic -fPIC -I${GEXTTDBEDIT_INSTALLED}/include $(JNI_INCLUDE_DIRS)
344AM_LDFLAGS = -fPIC -L${GEXTTDBEDIT_INSTALLED}/lib
345lib_LTLIBRARIES = libTDBJava.la
346libTDBJava_la_SOURCES = org_greenstone_tdbjava_TDBJava.h org_greenstone_tdbjava_TDBJava.c
347libTDBJava_la_LDFLAGS = -version-info 0:0:0
348all: config.h
349 $(MAKE) $(AM_MAKEFLAGS) all-am
350
351.SUFFIXES:
352.SUFFIXES: .c .lo .o .obj
353am--refresh: Makefile
354 @:
355$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
356 @for dep in $?; do \
357 case '$(am__configure_deps)' in \
358 *$$dep*) \
359 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
360 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
361 && exit 0; \
362 exit 1;; \
363 esac; \
364 done; \
365 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
366 $(am__cd) $(top_srcdir) && \
367 $(AUTOMAKE) --gnu Makefile
368.PRECIOUS: Makefile
369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370 @case '$?' in \
371 *config.status*) \
372 echo ' $(SHELL) ./config.status'; \
373 $(SHELL) ./config.status;; \
374 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
377 esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380 $(SHELL) ./config.status --recheck
381
382$(top_srcdir)/configure: $(am__configure_deps)
383 $(am__cd) $(srcdir) && $(AUTOCONF)
384$(ACLOCAL_M4): $(am__aclocal_m4_deps)
385 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386$(am__aclocal_m4_deps):
387
388config.h: stamp-h1
389 @test -f $@ || rm -f stamp-h1
390 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
391
392stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393 @rm -f stamp-h1
394 cd $(top_builddir) && $(SHELL) ./config.status config.h
395$(srcdir)/config.h.in: $(am__configure_deps)
396 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
397 rm -f stamp-h1
398 touch $@
399
400distclean-hdr:
401 -rm -f config.h stamp-h1
402
403install-libLTLIBRARIES: $(lib_LTLIBRARIES)
404 @$(NORMAL_INSTALL)
405 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
406 list2=; for p in $$list; do \
407 if test -f $$p; then \
408 list2="$$list2 $$p"; \
409 else :; fi; \
410 done; \
411 test -z "$$list2" || { \
412 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
413 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
414 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
415 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
416 }
417
418uninstall-libLTLIBRARIES:
419 @$(NORMAL_UNINSTALL)
420 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
421 for p in $$list; do \
422 $(am__strip_dir) \
423 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
424 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
425 done
426
427clean-libLTLIBRARIES:
428 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
429 @list='$(lib_LTLIBRARIES)'; \
430 locs=`for p in $$list; do echo $$p; done | \
431 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
432 sort -u`; \
433 test -z "$$locs" || { \
434 echo rm -f $${locs}; \
435 rm -f $${locs}; \
436 }
437
438libTDBJava.la: $(libTDBJava_la_OBJECTS) $(libTDBJava_la_DEPENDENCIES) $(EXTRA_libTDBJava_la_DEPENDENCIES)
439 $(AM_V_CCLD)$(libTDBJava_la_LINK) -rpath $(libdir) $(libTDBJava_la_OBJECTS) $(libTDBJava_la_LIBADD) $(LIBS)
440
441mostlyclean-compile:
442 -rm -f *.$(OBJEXT)
443
444distclean-compile:
445 -rm -f *.tab.c
446
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/org_greenstone_tdbjava_TDBJava.Plo@am__quote@
448
449.c.o:
450@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
451@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
452@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
453@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
455
456.c.obj:
457@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
458@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
459@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
460@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
462
463.c.lo:
464@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
465@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
466@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
467@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
469
470mostlyclean-libtool:
471 -rm -f *.lo
472
473clean-libtool:
474 -rm -rf .libs _libs
475
476distclean-libtool:
477 -rm -f libtool config.lt
478
479ID: $(am__tagged_files)
480 $(am__define_uniq_tagged_files); mkid -fID $$unique
481tags: tags-am
482TAGS: tags
483
484tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
485 set x; \
486 here=`pwd`; \
487 $(am__define_uniq_tagged_files); \
488 shift; \
489 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490 test -n "$$unique" || unique=$$empty_fix; \
491 if test $$# -gt 0; then \
492 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493 "$$@" $$unique; \
494 else \
495 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496 $$unique; \
497 fi; \
498 fi
499ctags: ctags-am
500
501CTAGS: ctags
502ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503 $(am__define_uniq_tagged_files); \
504 test -z "$(CTAGS_ARGS)$$unique" \
505 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506 $$unique
507
508GTAGS:
509 here=`$(am__cd) $(top_builddir) && pwd` \
510 && $(am__cd) $(top_srcdir) \
511 && gtags -i $(GTAGS_ARGS) "$$here"
512cscope: cscope.files
513 test ! -s cscope.files \
514 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
515clean-cscope:
516 -rm -f cscope.files
517cscope.files: clean-cscope cscopelist
518cscopelist: cscopelist-am
519
520cscopelist-am: $(am__tagged_files)
521 list='$(am__tagged_files)'; \
522 case "$(srcdir)" in \
523 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
524 *) sdir=$(subdir)/$(srcdir) ;; \
525 esac; \
526 for i in $$list; do \
527 if test -f "$$i"; then \
528 echo "$(subdir)/$$i"; \
529 else \
530 echo "$$sdir/$$i"; \
531 fi; \
532 done >> $(top_builddir)/cscope.files
533
534distclean-tags:
535 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
537
538distdir: $(DISTFILES)
539 $(am__remove_distdir)
540 test -d "$(distdir)" || mkdir "$(distdir)"
541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 list='$(DISTFILES)'; \
544 dist_files=`for file in $$list; do echo $$file; done | \
545 sed -e "s|^$$srcdirstrip/||;t" \
546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547 case $$dist_files in \
548 */*) $(MKDIR_P) `echo "$$dist_files" | \
549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550 sort -u` ;; \
551 esac; \
552 for file in $$dist_files; do \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556 if test -d "$(distdir)/$$file"; then \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558 fi; \
559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564 else \
565 test -f "$(distdir)/$$file" \
566 || cp -p $$d/$$file "$(distdir)/$$file" \
567 || exit 1; \
568 fi; \
569 done
570 -test -n "$(am__skip_mode_fix)" \
571 || find "$(distdir)" -type d ! -perm -755 \
572 -exec chmod u+rwx,go+rx {} \; -o \
573 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
574 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
575 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
576 || chmod -R a+r "$(distdir)"
577dist-gzip: distdir
578 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
579 $(am__post_remove_distdir)
580
581dist-bzip2: distdir
582 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
583 $(am__post_remove_distdir)
584
585dist-lzip: distdir
586 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
587 $(am__post_remove_distdir)
588
589dist-xz: distdir
590 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
591 $(am__post_remove_distdir)
592
593dist-tarZ: distdir
594 @echo WARNING: "Support for shar distribution archives is" \
595 "deprecated." >&2
596 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
597 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
598 $(am__post_remove_distdir)
599
600dist-shar: distdir
601 @echo WARNING: "Support for distribution archives compressed with" \
602 "legacy program 'compress' is deprecated." >&2
603 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
604 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
605 $(am__post_remove_distdir)
606
607dist-zip: distdir
608 -rm -f $(distdir).zip
609 zip -rq $(distdir).zip $(distdir)
610 $(am__post_remove_distdir)
611
612dist dist-all:
613 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
614 $(am__post_remove_distdir)
615
616# This target untars the dist file and tries a VPATH configuration. Then
617# it guarantees that the distribution is self-contained by making another
618# tarfile.
619distcheck: dist
620 case '$(DIST_ARCHIVES)' in \
621 *.tar.gz*) \
622 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
623 *.tar.bz2*) \
624 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
625 *.tar.lz*) \
626 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
627 *.tar.xz*) \
628 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
629 *.tar.Z*) \
630 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
631 *.shar.gz*) \
632 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
633 *.zip*) \
634 unzip $(distdir).zip ;;\
635 esac
636 chmod -R a-w $(distdir)
637 chmod u+w $(distdir)
638 mkdir $(distdir)/_build $(distdir)/_inst
639 chmod a-w $(distdir)
640 test -d $(distdir)/_build || exit 0; \
641 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
642 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
643 && am__cwd=`pwd` \
644 && $(am__cd) $(distdir)/_build \
645 && ../configure \
646 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
647 $(DISTCHECK_CONFIGURE_FLAGS) \
648 --srcdir=.. --prefix="$$dc_install_base" \
649 && $(MAKE) $(AM_MAKEFLAGS) \
650 && $(MAKE) $(AM_MAKEFLAGS) dvi \
651 && $(MAKE) $(AM_MAKEFLAGS) check \
652 && $(MAKE) $(AM_MAKEFLAGS) install \
653 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
654 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
655 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
656 distuninstallcheck \
657 && chmod -R a-w "$$dc_install_base" \
658 && ({ \
659 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
660 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
661 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
662 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
663 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
664 } || { rm -rf "$$dc_destdir"; exit 1; }) \
665 && rm -rf "$$dc_destdir" \
666 && $(MAKE) $(AM_MAKEFLAGS) dist \
667 && rm -rf $(DIST_ARCHIVES) \
668 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
669 && cd "$$am__cwd" \
670 || exit 1
671 $(am__post_remove_distdir)
672 @(echo "$(distdir) archives ready for distribution: "; \
673 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
674 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
675distuninstallcheck:
676 @test -n '$(distuninstallcheck_dir)' || { \
677 echo 'ERROR: trying to run $@ with an empty' \
678 '$$(distuninstallcheck_dir)' >&2; \
679 exit 1; \
680 }; \
681 $(am__cd) '$(distuninstallcheck_dir)' || { \
682 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
683 exit 1; \
684 }; \
685 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
686 || { echo "ERROR: files left after uninstall:" ; \
687 if test -n "$(DESTDIR)"; then \
688 echo " (check DESTDIR support)"; \
689 fi ; \
690 $(distuninstallcheck_listfiles) ; \
691 exit 1; } >&2
692distcleancheck: distclean
693 @if test '$(srcdir)' = . ; then \
694 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
695 exit 1 ; \
696 fi
697 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
698 || { echo "ERROR: files left in build directory after distclean:" ; \
699 $(distcleancheck_listfiles) ; \
700 exit 1; } >&2
701check-am: all-am
702check: check-am
703all-am: Makefile $(LTLIBRARIES) config.h
704installdirs:
705 for dir in "$(DESTDIR)$(libdir)"; do \
706 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
707 done
708install: install-am
709install-exec: install-exec-am
710install-data: install-data-am
711uninstall: uninstall-am
712
713install-am: all-am
714 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
715
716installcheck: installcheck-am
717install-strip:
718 if test -z '$(STRIP)'; then \
719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721 install; \
722 else \
723 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
724 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
725 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
726 fi
727mostlyclean-generic:
728
729clean-generic:
730
731distclean-generic:
732 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
733 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
734
735maintainer-clean-generic:
736 @echo "This command is intended for maintainers to use"
737 @echo "it deletes files that may require special tools to rebuild."
738clean: clean-am
739
740clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
741 mostlyclean-am
742
743distclean: distclean-am
744 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
745 -rm -rf ./$(DEPDIR)
746 -rm -f Makefile
747distclean-am: clean-am distclean-compile distclean-generic \
748 distclean-hdr distclean-libtool distclean-tags
749
750dvi: dvi-am
751
752dvi-am:
753
754html: html-am
755
756html-am:
757
758info: info-am
759
760info-am:
761
762install-data-am:
763
764install-dvi: install-dvi-am
765
766install-dvi-am:
767
768install-exec-am: install-libLTLIBRARIES
769
770install-html: install-html-am
771
772install-html-am:
773
774install-info: install-info-am
775
776install-info-am:
777
778install-man:
779
780install-pdf: install-pdf-am
781
782install-pdf-am:
783
784install-ps: install-ps-am
785
786install-ps-am:
787
788installcheck-am:
789
790maintainer-clean: maintainer-clean-am
791 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
792 -rm -rf $(top_srcdir)/autom4te.cache
793 -rm -rf ./$(DEPDIR)
794 -rm -f Makefile
795maintainer-clean-am: distclean-am maintainer-clean-generic
796
797mostlyclean: mostlyclean-am
798
799mostlyclean-am: mostlyclean-compile mostlyclean-generic \
800 mostlyclean-libtool
801
802pdf: pdf-am
803
804pdf-am:
805
806ps: ps-am
807
808ps-am:
809
810uninstall-am: uninstall-libLTLIBRARIES
811
812.MAKE: all install-am install-strip
813
814.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
815 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
816 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
817 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
818 distcheck distclean distclean-compile distclean-generic \
819 distclean-hdr distclean-libtool distclean-tags distcleancheck \
820 distdir distuninstallcheck dvi dvi-am html html-am info \
821 info-am install install-am install-data install-data-am \
822 install-dvi install-dvi-am install-exec install-exec-am \
823 install-html install-html-am install-info install-info-am \
824 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
825 install-ps install-ps-am install-strip installcheck \
826 installcheck-am installdirs maintainer-clean \
827 maintainer-clean-generic mostlyclean mostlyclean-compile \
828 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
829 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
830
831
832# Tell versions [3.59,3.63) of GNU make to not export all variables.
833# Otherwise a system limit (for SysV at least) may be exceeded.
834.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.