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