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