Imported Upstream version 2.4.2
[platform/upstream/libtool.git] / tests / depdemo / l4 / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #####
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = l4
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/../../libltdl/m4/libtool.m4 \
43         $(top_srcdir)/../../libltdl/m4/ltoptions.m4 \
44         $(top_srcdir)/../../libltdl/m4/ltsugar.m4 \
45         $(top_srcdir)/../../libltdl/m4/ltversion.m4 \
46         $(top_srcdir)/../../libltdl/m4/lt~obsolete.m4 \
47         $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49         $(ACLOCAL_M4)
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \
55     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56     *) f=$$p;; \
57   esac;
58 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59 am__install_max = 40
60 am__nobase_strip_setup = \
61   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62 am__nobase_strip = \
63   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64 am__nobase_list = $(am__nobase_strip_setup); \
65   for p in $$list; do echo "$$p $$p"; done | \
66   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68     if (++n[$$2] == $(am__install_max)) \
69       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70     END { for (dir in files) print dir, files[dir] }'
71 am__base_list = \
72   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs = "$(DESTDIR)$(libdir)"
75 LTLIBRARIES = $(lib_LTLIBRARIES)
76 am__DEPENDENCIES_1 =
77 libl4_la_DEPENDENCIES = $(top_builddir)/l3/libl3.la \
78         $(am__DEPENDENCIES_1)
79 am_libl4_la_OBJECTS = l4.lo
80 libl4_la_OBJECTS = $(am_libl4_la_OBJECTS)
81 libl4_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libl4_la_LDFLAGS) \
83         $(LDFLAGS) -o $@
84 DEFAULT_INCLUDES = -I.@am__isrc@
85 depcomp =
86 am__depfiles_maybe =
87 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 CCLD = $(CC)
93 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95         $(LDFLAGS) -o $@
96 SOURCES = $(libl4_la_SOURCES)
97 DIST_SOURCES = $(libl4_la_SOURCES)
98 ETAGS = etags
99 CTAGS = ctags
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 ACLOCAL = @ACLOCAL@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AS = @AS@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CFLAGS = @CFLAGS@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DEFS = @DEFS@
116 DEPDIR = @DEPDIR@
117 DLLTOOL = @DLLTOOL@
118 DSYMUTIL = @DSYMUTIL@
119 DUMPBIN = @DUMPBIN@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 EXEEXT = @EXEEXT@
125 FGREP = @FGREP@
126 GREP = @GREP@
127 INSTALL = @INSTALL@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132 LD = @LD@
133 LDFLAGS = @LDFLAGS@
134 LIBM = @LIBM@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIBTOOL_DEPS = @LIBTOOL_DEPS@
139 LIPO = @LIPO@
140 LN_S = @LN_S@
141 LTLIBOBJS = @LTLIBOBJS@
142 MAKEINFO = @MAKEINFO@
143 MANIFEST_TOOL = @MANIFEST_TOOL@
144 MKDIR_P = @MKDIR_P@
145 NM = @NM@
146 NMEDIT = @NMEDIT@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 OTOOL = @OTOOL@
150 OTOOL64 = @OTOOL64@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_URL = @PACKAGE_URL@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 RANLIB = @RANLIB@
160 SED = @SED@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 STATIC = @STATIC@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_AR = @ac_ct_AR@
171 ac_ct_CC = @ac_ct_CC@
172 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
173 am__include = @am__include@
174 am__leading_dot = @am__leading_dot@
175 am__quote = @am__quote@
176 am__tar = @am__tar@
177 am__untar = @am__untar@
178 bindir = @bindir@
179 build = @build@
180 build_alias = @build_alias@
181 build_cpu = @build_cpu@
182 build_os = @build_os@
183 build_vendor = @build_vendor@
184 builddir = @builddir@
185 datadir = @datadir@
186 datarootdir = @datarootdir@
187 docdir = @docdir@
188 dvidir = @dvidir@
189 exec_prefix = @exec_prefix@
190 host = @host@
191 host_alias = @host_alias@
192 host_cpu = @host_cpu@
193 host_os = @host_os@
194 host_vendor = @host_vendor@
195 htmldir = @htmldir@
196 includedir = @includedir@
197 infodir = @infodir@
198 install_sh = @install_sh@
199 libdir = @libdir@
200 libexecdir = @libexecdir@
201 localedir = @localedir@
202 localstatedir = @localstatedir@
203 mandir = @mandir@
204 mkdir_p = @mkdir_p@
205 oldincludedir = @oldincludedir@
206 pdfdir = @pdfdir@
207 prefix = @prefix@
208 program_transform_name = @program_transform_name@
209 psdir = @psdir@
210 sbindir = @sbindir@
211 sharedstatedir = @sharedstatedir@
212 srcdir = @srcdir@
213 sysconfdir = @sysconfdir@
214 target_alias = @target_alias@
215 top_build_prefix = @top_build_prefix@
216 top_builddir = @top_builddir@
217 top_srcdir = @top_srcdir@
218 top_distdir = ../..
219 AUTOMAKE_OPTIONS = no-dependencies foreign
220 AM_CPPFLAGS = -I$(top_srcdir) -DBUILDING_LIBL4
221 lib_LTLIBRARIES = libl4.la
222 libl4_la_SOURCES = l4.c l4.h
223 libl4_la_LDFLAGS = -no-undefined
224 libl4_la_LIBADD = $(top_builddir)/l3/libl3.la $(LIBM)
225 all: all-am
226
227 .SUFFIXES:
228 .SUFFIXES: .c .lo .o .obj
229 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
230         @for dep in $?; do \
231           case '$(am__configure_deps)' in \
232             *$$dep*) \
233               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234                 && { if test -f $@; then exit 0; else break; fi; }; \
235               exit 1;; \
236           esac; \
237         done; \
238         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign l4/Makefile'; \
239         $(am__cd) $(top_srcdir) && \
240           $(AUTOMAKE) --foreign l4/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243         @case '$?' in \
244           *config.status*) \
245             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246           *) \
247             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249         esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 $(top_srcdir)/configure:  $(am__configure_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
259 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
260         @$(NORMAL_INSTALL)
261         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
262         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
263         list2=; for p in $$list; do \
264           if test -f $$p; then \
265             list2="$$list2 $$p"; \
266           else :; fi; \
267         done; \
268         test -z "$$list2" || { \
269           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
270           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
271         }
272
273 uninstall-libLTLIBRARIES:
274         @$(NORMAL_UNINSTALL)
275         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
276         for p in $$list; do \
277           $(am__strip_dir) \
278           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
279           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
280         done
281
282 clean-libLTLIBRARIES:
283         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
284         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
285           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
286           test "$$dir" != "$$p" || dir=.; \
287           echo "rm -f \"$${dir}/so_locations\""; \
288           rm -f "$${dir}/so_locations"; \
289         done
290 libl4.la: $(libl4_la_OBJECTS) $(libl4_la_DEPENDENCIES) 
291         $(libl4_la_LINK) -rpath $(libdir) $(libl4_la_OBJECTS) $(libl4_la_LIBADD) $(LIBS)
292
293 mostlyclean-compile:
294         -rm -f *.$(OBJEXT)
295
296 distclean-compile:
297         -rm -f *.tab.c
298
299 .c.o:
300         $(COMPILE) -c $<
301
302 .c.obj:
303         $(COMPILE) -c `$(CYGPATH_W) '$<'`
304
305 .c.lo:
306         $(LTCOMPILE) -c -o $@ $<
307
308 mostlyclean-libtool:
309         -rm -f *.lo
310
311 clean-libtool:
312         -rm -rf .libs _libs
313
314 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
315         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316         unique=`for i in $$list; do \
317             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318           done | \
319           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320               END { if (nonempty) { for (i in files) print i; }; }'`; \
321         mkid -fID $$unique
322 tags: TAGS
323
324 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325                 $(TAGS_FILES) $(LISP)
326         set x; \
327         here=`pwd`; \
328         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329         unique=`for i in $$list; do \
330             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331           done | \
332           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333               END { if (nonempty) { for (i in files) print i; }; }'`; \
334         shift; \
335         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
336           test -n "$$unique" || unique=$$empty_fix; \
337           if test $$# -gt 0; then \
338             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339               "$$@" $$unique; \
340           else \
341             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342               $$unique; \
343           fi; \
344         fi
345 ctags: CTAGS
346 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347                 $(TAGS_FILES) $(LISP)
348         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349         unique=`for i in $$list; do \
350             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351           done | \
352           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353               END { if (nonempty) { for (i in files) print i; }; }'`; \
354         test -z "$(CTAGS_ARGS)$$unique" \
355           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356              $$unique
357
358 GTAGS:
359         here=`$(am__cd) $(top_builddir) && pwd` \
360           && $(am__cd) $(top_srcdir) \
361           && gtags -i $(GTAGS_ARGS) "$$here"
362
363 distclean-tags:
364         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
366 distdir: $(DISTFILES)
367         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369         list='$(DISTFILES)'; \
370           dist_files=`for file in $$list; do echo $$file; done | \
371           sed -e "s|^$$srcdirstrip/||;t" \
372               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
373         case $$dist_files in \
374           */*) $(MKDIR_P) `echo "$$dist_files" | \
375                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
376                            sort -u` ;; \
377         esac; \
378         for file in $$dist_files; do \
379           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
380           if test -d $$d/$$file; then \
381             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
382             if test -d "$(distdir)/$$file"; then \
383               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
384             fi; \
385             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
386               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
387               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388             fi; \
389             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
390           else \
391             test -f "$(distdir)/$$file" \
392             || cp -p $$d/$$file "$(distdir)/$$file" \
393             || exit 1; \
394           fi; \
395         done
396 check-am: all-am
397 check: check-am
398 all-am: Makefile $(LTLIBRARIES)
399 installdirs:
400         for dir in "$(DESTDIR)$(libdir)"; do \
401           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
402         done
403 install: install-am
404 install-exec: install-exec-am
405 install-data: install-data-am
406 uninstall: uninstall-am
407
408 install-am: all-am
409         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
410
411 installcheck: installcheck-am
412 install-strip:
413         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415           `test -z '$(STRIP)' || \
416             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
417 mostlyclean-generic:
418
419 clean-generic:
420
421 distclean-generic:
422         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424
425 maintainer-clean-generic:
426         @echo "This command is intended for maintainers to use"
427         @echo "it deletes files that may require special tools to rebuild."
428 clean: clean-am
429
430 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
431         mostlyclean-am
432
433 distclean: distclean-am
434         -rm -f Makefile
435 distclean-am: clean-am distclean-compile distclean-generic \
436         distclean-tags
437
438 dvi: dvi-am
439
440 dvi-am:
441
442 html: html-am
443
444 html-am:
445
446 info: info-am
447
448 info-am:
449
450 install-data-am:
451
452 install-dvi: install-dvi-am
453
454 install-dvi-am:
455
456 install-exec-am: install-libLTLIBRARIES
457
458 install-html: install-html-am
459
460 install-html-am:
461
462 install-info: install-info-am
463
464 install-info-am:
465
466 install-man:
467
468 install-pdf: install-pdf-am
469
470 install-pdf-am:
471
472 install-ps: install-ps-am
473
474 install-ps-am:
475
476 installcheck-am:
477
478 maintainer-clean: maintainer-clean-am
479         -rm -f Makefile
480 maintainer-clean-am: distclean-am maintainer-clean-generic
481
482 mostlyclean: mostlyclean-am
483
484 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
485         mostlyclean-libtool
486
487 pdf: pdf-am
488
489 pdf-am:
490
491 ps: ps-am
492
493 ps-am:
494
495 uninstall-am: uninstall-libLTLIBRARIES
496
497 .MAKE: install-am install-strip
498
499 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
500         clean-libLTLIBRARIES clean-libtool ctags distclean \
501         distclean-compile distclean-generic distclean-libtool \
502         distclean-tags distdir dvi dvi-am html html-am info info-am \
503         install install-am install-data install-data-am install-dvi \
504         install-dvi-am install-exec install-exec-am install-html \
505         install-html-am install-info install-info-am \
506         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
507         install-ps install-ps-am install-strip installcheck \
508         installcheck-am installdirs maintainer-clean \
509         maintainer-clean-generic mostlyclean mostlyclean-compile \
510         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
511         tags uninstall uninstall-am uninstall-libLTLIBRARIES
512
513
514 # Tell versions [3.59,3.63) of GNU make to not export all variables.
515 # Otherwise a system limit (for SysV at least) may be exceeded.
516 .NOEXPORT: