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