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