comparison src/Makefile.in @ 288:843b1cfb7b5c 2.0

Added autotools files
author lost
date Tue, 27 Jan 2009 05:30:58 +0000
parents
children
comparison
equal deleted inserted replaced
287:cd9e6f1b1ece 288:843b1cfb7b5c
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 bin_PROGRAMS = lwasm$(EXEEXT)
34 subdir = src
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36 $(srcdir)/config.h.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41 mkinstalldirs = $(install_sh) -d
42 CONFIG_HEADER = config.h
43 CONFIG_CLEAN_FILES =
44 am__installdirs = "$(DESTDIR)$(bindir)"
45 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
46 PROGRAMS = $(bin_PROGRAMS)
47 am_lwasm_OBJECTS = main.$(OBJEXT) expr.$(OBJEXT) pass1.$(OBJEXT) \
48 pass2.$(OBJEXT) util.$(OBJEXT) instab.$(OBJEXT) \
49 parse.$(OBJEXT) lwasm.$(OBJEXT) insn_inh.$(OBJEXT) \
50 insn_rtor.$(OBJEXT) insn_rlist.$(OBJEXT) insn_rel.$(OBJEXT) \
51 insn_tfm.$(OBJEXT) insn_bitbit.$(OBJEXT) \
52 insn_indexed.$(OBJEXT) insn_gen.$(OBJEXT) \
53 insn_logicmem.$(OBJEXT) list.$(OBJEXT) symbol.$(OBJEXT) \
54 output.$(OBJEXT) pseudo.$(OBJEXT) macro.$(OBJEXT) \
55 pragma.$(OBJEXT)
56 lwasm_OBJECTS = $(am_lwasm_OBJECTS)
57 lwasm_LDADD = $(LDADD)
58 DEFAULT_INCLUDES = -I.@am__isrc@
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 CCLD = $(CC)
64 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
65 SOURCES = $(lwasm_SOURCES)
66 DIST_SOURCES = $(lwasm_SOURCES)
67 ETAGS = etags
68 CTAGS = ctags
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 ACLOCAL = @ACLOCAL@
71 AMTAR = @AMTAR@
72 AUTOCONF = @AUTOCONF@
73 AUTOHEADER = @AUTOHEADER@
74 AUTOMAKE = @AUTOMAKE@
75 AWK = @AWK@
76 CC = @CC@
77 CCDEPMODE = @CCDEPMODE@
78 CFLAGS = @CFLAGS@
79 CPPFLAGS = @CPPFLAGS@
80 CYGPATH_W = @CYGPATH_W@
81 DEFS = @DEFS@
82 DEPDIR = @DEPDIR@
83 ECHO_C = @ECHO_C@
84 ECHO_N = @ECHO_N@
85 ECHO_T = @ECHO_T@
86 EXEEXT = @EXEEXT@
87 INSTALL = @INSTALL@
88 INSTALL_DATA = @INSTALL_DATA@
89 INSTALL_PROGRAM = @INSTALL_PROGRAM@
90 INSTALL_SCRIPT = @INSTALL_SCRIPT@
91 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92 LDFLAGS = @LDFLAGS@
93 LIBOBJS = @LIBOBJS@
94 LIBS = @LIBS@
95 LTLIBOBJS = @LTLIBOBJS@
96 MAKEINFO = @MAKEINFO@
97 MKDIR_P = @MKDIR_P@
98 OBJEXT = @OBJEXT@
99 PACKAGE = @PACKAGE@
100 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101 PACKAGE_NAME = @PACKAGE_NAME@
102 PACKAGE_STRING = @PACKAGE_STRING@
103 PACKAGE_TARNAME = @PACKAGE_TARNAME@
104 PACKAGE_VERSION = @PACKAGE_VERSION@
105 PATH_SEPARATOR = @PATH_SEPARATOR@
106 SET_MAKE = @SET_MAKE@
107 SHELL = @SHELL@
108 STRIP = @STRIP@
109 VERSION = @VERSION@
110 abs_builddir = @abs_builddir@
111 abs_srcdir = @abs_srcdir@
112 abs_top_builddir = @abs_top_builddir@
113 abs_top_srcdir = @abs_top_srcdir@
114 ac_ct_CC = @ac_ct_CC@
115 am__include = @am__include@
116 am__leading_dot = @am__leading_dot@
117 am__quote = @am__quote@
118 am__tar = @am__tar@
119 am__untar = @am__untar@
120 bindir = @bindir@
121 build_alias = @build_alias@
122 builddir = @builddir@
123 datadir = @datadir@
124 datarootdir = @datarootdir@
125 docdir = @docdir@
126 dvidir = @dvidir@
127 exec_prefix = @exec_prefix@
128 host_alias = @host_alias@
129 htmldir = @htmldir@
130 includedir = @includedir@
131 infodir = @infodir@
132 install_sh = @install_sh@
133 libdir = @libdir@
134 libexecdir = @libexecdir@
135 localedir = @localedir@
136 localstatedir = @localstatedir@
137 mandir = @mandir@
138 mkdir_p = @mkdir_p@
139 oldincludedir = @oldincludedir@
140 pdfdir = @pdfdir@
141 prefix = @prefix@
142 program_transform_name = @program_transform_name@
143 psdir = @psdir@
144 sbindir = @sbindir@
145 sharedstatedir = @sharedstatedir@
146 srcdir = @srcdir@
147 sysconfdir = @sysconfdir@
148 target_alias = @target_alias@
149 top_builddir = @top_builddir@
150 top_srcdir = @top_srcdir@
151 lwasm_SOURCES = main.c expr.c pass1.c pass2.c util.c instab.c parse.c lwasm.c insn_inh.c insn_rtor.c insn_rlist.c insn_rel.c insn_tfm.c insn_bitbit.c insn_indexed.c insn_gen.c insn_logicmem.c list.c symbol.c output.c pseudo.c macro.c pragma.c
152 EXTRA_DIST = instab.h lwasm.h expr.h util.h
153 all: config.h
154 $(MAKE) $(AM_MAKEFLAGS) all-am
155
156 .SUFFIXES:
157 .SUFFIXES: .c .o .obj
158 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
159 @for dep in $?; do \
160 case '$(am__configure_deps)' in \
161 *$$dep*) \
162 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
163 && exit 0; \
164 exit 1;; \
165 esac; \
166 done; \
167 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
168 cd $(top_srcdir) && \
169 $(AUTOMAKE) --foreign src/Makefile
170 .PRECIOUS: Makefile
171 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
172 @case '$?' in \
173 *config.status*) \
174 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
175 *) \
176 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
177 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
178 esac;
179
180 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
181 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
182
183 $(top_srcdir)/configure: $(am__configure_deps)
184 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
185 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
186 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
187
188 config.h: stamp-h1
189 @if test ! -f $@; then \
190 rm -f stamp-h1; \
191 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
192 else :; fi
193
194 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
195 @rm -f stamp-h1
196 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
197 $(srcdir)/config.h.in: $(am__configure_deps)
198 cd $(top_srcdir) && $(AUTOHEADER)
199 rm -f stamp-h1
200 touch $@
201
202 distclean-hdr:
203 -rm -f config.h stamp-h1
204 install-binPROGRAMS: $(bin_PROGRAMS)
205 @$(NORMAL_INSTALL)
206 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
207 @list='$(bin_PROGRAMS)'; for p in $$list; do \
208 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
209 if test -f $$p \
210 ; then \
211 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
212 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
213 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
214 else :; fi; \
215 done
216
217 uninstall-binPROGRAMS:
218 @$(NORMAL_UNINSTALL)
219 @list='$(bin_PROGRAMS)'; for p in $$list; do \
220 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
221 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
222 rm -f "$(DESTDIR)$(bindir)/$$f"; \
223 done
224
225 clean-binPROGRAMS:
226 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
227 lwasm$(EXEEXT): $(lwasm_OBJECTS) $(lwasm_DEPENDENCIES)
228 @rm -f lwasm$(EXEEXT)
229 $(LINK) $(lwasm_OBJECTS) $(lwasm_LDADD) $(LIBS)
230
231 mostlyclean-compile:
232 -rm -f *.$(OBJEXT)
233
234 distclean-compile:
235 -rm -f *.tab.c
236
237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@
238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_bitbit.Po@am__quote@
239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_gen.Po@am__quote@
240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_indexed.Po@am__quote@
241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_inh.Po@am__quote@
242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_logicmem.Po@am__quote@
243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_rel.Po@am__quote@
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_rlist.Po@am__quote@
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_rtor.Po@am__quote@
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn_tfm.Po@am__quote@
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/instab.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lwasm.Po@am__quote@
250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@
251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pass1.Po@am__quote@
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pass2.Po@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pragma.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pseudo.Po@am__quote@
258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbol.Po@am__quote@
259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
260
261 .c.o:
262 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
263 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
264 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
265 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
267
268 .c.obj:
269 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
270 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
274
275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277 unique=`for i in $$list; do \
278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 done | \
280 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
281 END { if (nonempty) { for (i in files) print i; }; }'`; \
282 mkid -fID $$unique
283 tags: TAGS
284
285 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
286 $(TAGS_FILES) $(LISP)
287 tags=; \
288 here=`pwd`; \
289 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
290 unique=`for i in $$list; do \
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292 done | \
293 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294 END { if (nonempty) { for (i in files) print i; }; }'`; \
295 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
296 test -n "$$unique" || unique=$$empty_fix; \
297 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
298 $$tags $$unique; \
299 fi
300 ctags: CTAGS
301 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
302 $(TAGS_FILES) $(LISP)
303 tags=; \
304 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
305 unique=`for i in $$list; do \
306 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307 done | \
308 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
309 END { if (nonempty) { for (i in files) print i; }; }'`; \
310 test -z "$(CTAGS_ARGS)$$tags$$unique" \
311 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
312 $$tags $$unique
313
314 GTAGS:
315 here=`$(am__cd) $(top_builddir) && pwd` \
316 && cd $(top_srcdir) \
317 && gtags -i $(GTAGS_ARGS) $$here
318
319 distclean-tags:
320 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
321
322 distdir: $(DISTFILES)
323 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
324 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325 list='$(DISTFILES)'; \
326 dist_files=`for file in $$list; do echo $$file; done | \
327 sed -e "s|^$$srcdirstrip/||;t" \
328 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
329 case $$dist_files in \
330 */*) $(MKDIR_P) `echo "$$dist_files" | \
331 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
332 sort -u` ;; \
333 esac; \
334 for file in $$dist_files; do \
335 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
336 if test -d $$d/$$file; then \
337 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
338 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
339 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
340 fi; \
341 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
342 else \
343 test -f $(distdir)/$$file \
344 || cp -p $$d/$$file $(distdir)/$$file \
345 || exit 1; \
346 fi; \
347 done
348 check-am: all-am
349 check: check-am
350 all-am: Makefile $(PROGRAMS) config.h
351 installdirs:
352 for dir in "$(DESTDIR)$(bindir)"; do \
353 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
354 done
355 install: install-am
356 install-exec: install-exec-am
357 install-data: install-data-am
358 uninstall: uninstall-am
359
360 install-am: all-am
361 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
362
363 installcheck: installcheck-am
364 install-strip:
365 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
366 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
367 `test -z '$(STRIP)' || \
368 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
369 mostlyclean-generic:
370
371 clean-generic:
372
373 distclean-generic:
374 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
375
376 maintainer-clean-generic:
377 @echo "This command is intended for maintainers to use"
378 @echo "it deletes files that may require special tools to rebuild."
379 clean: clean-am
380
381 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
382
383 distclean: distclean-am
384 -rm -rf ./$(DEPDIR)
385 -rm -f Makefile
386 distclean-am: clean-am distclean-compile distclean-generic \
387 distclean-hdr distclean-tags
388
389 dvi: dvi-am
390
391 dvi-am:
392
393 html: html-am
394
395 info: info-am
396
397 info-am:
398
399 install-data-am:
400
401 install-dvi: install-dvi-am
402
403 install-exec-am: install-binPROGRAMS
404
405 install-html: install-html-am
406
407 install-info: install-info-am
408
409 install-man:
410
411 install-pdf: install-pdf-am
412
413 install-ps: install-ps-am
414
415 installcheck-am:
416
417 maintainer-clean: maintainer-clean-am
418 -rm -rf ./$(DEPDIR)
419 -rm -f Makefile
420 maintainer-clean-am: distclean-am maintainer-clean-generic
421
422 mostlyclean: mostlyclean-am
423
424 mostlyclean-am: mostlyclean-compile mostlyclean-generic
425
426 pdf: pdf-am
427
428 pdf-am:
429
430 ps: ps-am
431
432 ps-am:
433
434 uninstall-am: uninstall-binPROGRAMS
435
436 .MAKE: install-am install-strip
437
438 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
439 clean-generic ctags distclean distclean-compile \
440 distclean-generic distclean-hdr distclean-tags distdir dvi \
441 dvi-am html html-am info info-am install install-am \
442 install-binPROGRAMS install-data install-data-am install-dvi \
443 install-dvi-am install-exec install-exec-am install-html \
444 install-html-am install-info install-info-am install-man \
445 install-pdf install-pdf-am install-ps install-ps-am \
446 install-strip installcheck installcheck-am installdirs \
447 maintainer-clean maintainer-clean-generic mostlyclean \
448 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
449 tags uninstall uninstall-am uninstall-binPROGRAMS
450
451 # Tell versions [3.59,3.63) of GNU make to not export all variables.
452 # Otherwise a system limit (for SysV at least) may be exceeded.
453 .NOEXPORT: