chiark / gitweb /
Update stressapptest to 1.0.3.
[stressapptest] / src / Makefile.in
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 build_triplet = @build@
34 host_triplet = @host@
35 target_triplet = @target@
36 bin_PROGRAMS = stressapptest$(EXEEXT)
37 subdir = src
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39         $(srcdir)/stressapptest_config.h.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = stressapptest_config.h
46 CONFIG_CLEAN_FILES =
47 am__installdirs = "$(DESTDIR)$(bindir)"
48 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
49 PROGRAMS = $(bin_PROGRAMS)
50 am__objects_1 = main.$(OBJEXT)
51 am__objects_2 = os.$(OBJEXT) os_factory.$(OBJEXT) pattern.$(OBJEXT) \
52         queue.$(OBJEXT) sat.$(OBJEXT) sat_factory.$(OBJEXT) \
53         worker.$(OBJEXT) finelock_queue.$(OBJEXT) error_diag.$(OBJEXT) \
54         disk_blocks.$(OBJEXT) adler32memcpy.$(OBJEXT) logger.$(OBJEXT)
55 am__objects_3 =
56 am_stressapptest_OBJECTS = $(am__objects_1) $(am__objects_2) \
57         $(am__objects_3)
58 stressapptest_OBJECTS = $(am_stressapptest_OBJECTS)
59 stressapptest_LDADD = $(LDADD)
60 DEFAULT_INCLUDES = -I.@am__isrc@
61 depcomp = $(SHELL) $(top_srcdir)/depcomp
62 am__depfiles_maybe = depfiles
63 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65 CXXLD = $(CXX)
66 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
67         -o $@
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 CCLD = $(CC)
71 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72 SOURCES = $(stressapptest_SOURCES)
73 DIST_SOURCES = $(stressapptest_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = @ACLOCAL@
78 AMTAR = @AMTAR@
79 AUTOCONF = @AUTOCONF@
80 AUTOHEADER = @AUTOHEADER@
81 AUTOMAKE = @AUTOMAKE@
82 AWK = @AWK@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CFLAGS = @CFLAGS@
86 CPP = @CPP@
87 CPPFLAGS = @CPPFLAGS@
88 CXX = @CXX@
89 CXXDEPMODE = @CXXDEPMODE@
90 CXXFLAGS = @CXXFLAGS@
91 CYGPATH_W = @CYGPATH_W@
92 DEFS = @DEFS@
93 DEPDIR = @DEPDIR@
94 ECHO_C = @ECHO_C@
95 ECHO_N = @ECHO_N@
96 ECHO_T = @ECHO_T@
97 EGREP = @EGREP@
98 EXEEXT = @EXEEXT@
99 GREP = @GREP@
100 INSTALL = @INSTALL@
101 INSTALL_DATA = @INSTALL_DATA@
102 INSTALL_PROGRAM = @INSTALL_PROGRAM@
103 INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105 LDFLAGS = @LDFLAGS@
106 LIBOBJS = @LIBOBJS@
107 LIBS = @LIBS@
108 LTLIBOBJS = @LTLIBOBJS@
109 MAKEINFO = @MAKEINFO@
110 MKDIR_P = @MKDIR_P@
111 OBJEXT = @OBJEXT@
112 PACKAGE = @PACKAGE@
113 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114 PACKAGE_NAME = @PACKAGE_NAME@
115 PACKAGE_STRING = @PACKAGE_STRING@
116 PACKAGE_TARNAME = @PACKAGE_TARNAME@
117 PACKAGE_VERSION = @PACKAGE_VERSION@
118 PATH_SEPARATOR = @PATH_SEPARATOR@
119 SET_MAKE = @SET_MAKE@
120 SHELL = @SHELL@
121 STRIP = @STRIP@
122 VERSION = @VERSION@
123 abs_builddir = @abs_builddir@
124 abs_srcdir = @abs_srcdir@
125 abs_top_builddir = @abs_top_builddir@
126 abs_top_srcdir = @abs_top_srcdir@
127 ac_ct_CC = @ac_ct_CC@
128 ac_ct_CXX = @ac_ct_CXX@
129 am__include = @am__include@
130 am__leading_dot = @am__leading_dot@
131 am__quote = @am__quote@
132 am__tar = @am__tar@
133 am__untar = @am__untar@
134 bindir = @bindir@
135 build = @build@
136 build_alias = @build_alias@
137 build_cpu = @build_cpu@
138 build_os = @build_os@
139 build_vendor = @build_vendor@
140 builddir = @builddir@
141 datadir = @datadir@
142 datarootdir = @datarootdir@
143 docdir = @docdir@
144 dvidir = @dvidir@
145 exec_prefix = @exec_prefix@
146 host = @host@
147 host_alias = @host_alias@
148 host_cpu = @host_cpu@
149 host_os = @host_os@
150 host_vendor = @host_vendor@
151 htmldir = @htmldir@
152 includedir = @includedir@
153 infodir = @infodir@
154 install_sh = @install_sh@
155 libdir = @libdir@
156 libexecdir = @libexecdir@
157 localedir = @localedir@
158 localstatedir = @localstatedir@
159 mandir = @mandir@
160 mkdir_p = @mkdir_p@
161 oldincludedir = @oldincludedir@
162 pdfdir = @pdfdir@
163 prefix = @prefix@
164 program_transform_name = @program_transform_name@
165 psdir = @psdir@
166 sbindir = @sbindir@
167 sharedstatedir = @sharedstatedir@
168 srcdir = @srcdir@
169 sysconfdir = @sysconfdir@
170 target = @target@
171 target_alias = @target_alias@
172 target_cpu = @target_cpu@
173 target_os = @target_os@
174 target_vendor = @target_vendor@
175 top_builddir = @top_builddir@
176 top_srcdir = @top_srcdir@
177 AM_DEFAULT_SOURCE_EXT = .cc
178 MAINFILES = main.cc
179 CFILES = os.cc os_factory.cc pattern.cc queue.cc sat.cc sat_factory.cc \
180         worker.cc finelock_queue.cc error_diag.cc disk_blocks.cc \
181         adler32memcpy.cc logger.cc
182 HFILES = os.h pattern.h queue.h sat.h worker.h sattypes.h \
183         finelock_queue.h error_diag.h disk_blocks.h adler32memcpy.h \
184         logger.h
185 stressapptest_SOURCES = $(MAINFILES) $(CFILES) $(HFILES)
186 all: stressapptest_config.h
187         $(MAKE) $(AM_MAKEFLAGS) all-am
188
189 .SUFFIXES:
190 .SUFFIXES: .cc .o .obj
191 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
192         @for dep in $?; do \
193           case '$(am__configure_deps)' in \
194             *$$dep*) \
195               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
196                 && exit 0; \
197               exit 1;; \
198           esac; \
199         done; \
200         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
201         cd $(top_srcdir) && \
202           $(AUTOMAKE) --foreign  src/Makefile
203 .PRECIOUS: Makefile
204 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205         @case '$?' in \
206           *config.status*) \
207             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
208           *) \
209             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
210             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
211         esac;
212
213 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
214         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215
216 $(top_srcdir)/configure:  $(am__configure_deps)
217         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
219         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
221 stressapptest_config.h: stamp-h1
222         @if test ! -f $@; then \
223           rm -f stamp-h1; \
224           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
225         else :; fi
226
227 stamp-h1: $(srcdir)/stressapptest_config.h.in $(top_builddir)/config.status
228         @rm -f stamp-h1
229         cd $(top_builddir) && $(SHELL) ./config.status src/stressapptest_config.h
230 $(srcdir)/stressapptest_config.h.in:  $(am__configure_deps) 
231         cd $(top_srcdir) && $(AUTOHEADER)
232         rm -f stamp-h1
233         touch $@
234
235 distclean-hdr:
236         -rm -f stressapptest_config.h stamp-h1
237 install-binPROGRAMS: $(bin_PROGRAMS)
238         @$(NORMAL_INSTALL)
239         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
240         @list='$(bin_PROGRAMS)'; for p in $$list; do \
241           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
242           if test -f $$p \
243           ; then \
244             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
245            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
246            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
247           else :; fi; \
248         done
249
250 uninstall-binPROGRAMS:
251         @$(NORMAL_UNINSTALL)
252         @list='$(bin_PROGRAMS)'; for p in $$list; do \
253           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
254           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
255           rm -f "$(DESTDIR)$(bindir)/$$f"; \
256         done
257
258 clean-binPROGRAMS:
259         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
260 stressapptest$(EXEEXT): $(stressapptest_OBJECTS) $(stressapptest_DEPENDENCIES) 
261         @rm -f stressapptest$(EXEEXT)
262         $(CXXLINK) $(stressapptest_OBJECTS) $(stressapptest_LDADD) $(LIBS)
263
264 mostlyclean-compile:
265         -rm -f *.$(OBJEXT)
266
267 distclean-compile:
268         -rm -f *.tab.c
269
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adler32memcpy.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disk_blocks.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error_diag.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finelock_queue.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os.Po@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_factory.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pattern.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sat.Po@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sat_factory.Po@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worker.Po@am__quote@
283
284 .cc.o:
285 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
290
291 .cc.obj:
292 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
297
298 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300         unique=`for i in $$list; do \
301             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302           done | \
303           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
304               END { if (nonempty) { for (i in files) print i; }; }'`; \
305         mkid -fID $$unique
306 tags: TAGS
307
308 TAGS:  $(HEADERS) $(SOURCES) stressapptest_config.h.in $(TAGS_DEPENDENCIES) \
309                 $(TAGS_FILES) $(LISP)
310         tags=; \
311         here=`pwd`; \
312         list='$(SOURCES) $(HEADERS) stressapptest_config.h.in $(LISP) $(TAGS_FILES)'; \
313         unique=`for i in $$list; do \
314             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315           done | \
316           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317               END { if (nonempty) { for (i in files) print i; }; }'`; \
318         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319           test -n "$$unique" || unique=$$empty_fix; \
320           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321             $$tags $$unique; \
322         fi
323 ctags: CTAGS
324 CTAGS:  $(HEADERS) $(SOURCES) stressapptest_config.h.in $(TAGS_DEPENDENCIES) \
325                 $(TAGS_FILES) $(LISP)
326         tags=; \
327         list='$(SOURCES) $(HEADERS) stressapptest_config.h.in $(LISP) $(TAGS_FILES)'; \
328         unique=`for i in $$list; do \
329             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330           done | \
331           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332               END { if (nonempty) { for (i in files) print i; }; }'`; \
333         test -z "$(CTAGS_ARGS)$$tags$$unique" \
334           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335              $$tags $$unique
336
337 GTAGS:
338         here=`$(am__cd) $(top_builddir) && pwd` \
339           && cd $(top_srcdir) \
340           && gtags -i $(GTAGS_ARGS) $$here
341
342 distclean-tags:
343         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344
345 distdir: $(DISTFILES)
346         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348         list='$(DISTFILES)'; \
349           dist_files=`for file in $$list; do echo $$file; done | \
350           sed -e "s|^$$srcdirstrip/||;t" \
351               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
352         case $$dist_files in \
353           */*) $(MKDIR_P) `echo "$$dist_files" | \
354                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355                            sort -u` ;; \
356         esac; \
357         for file in $$dist_files; do \
358           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359           if test -d $$d/$$file; then \
360             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
361             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
363             fi; \
364             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
365           else \
366             test -f $(distdir)/$$file \
367             || cp -p $$d/$$file $(distdir)/$$file \
368             || exit 1; \
369           fi; \
370         done
371 check-am: all-am
372 check: check-am
373 all-am: Makefile $(PROGRAMS) stressapptest_config.h
374 installdirs:
375         for dir in "$(DESTDIR)$(bindir)"; do \
376           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
377         done
378 install: install-am
379 install-exec: install-exec-am
380 install-data: install-data-am
381 uninstall: uninstall-am
382
383 install-am: all-am
384         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386 installcheck: installcheck-am
387 install-strip:
388         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
389           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
390           `test -z '$(STRIP)' || \
391             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
392 mostlyclean-generic:
393
394 clean-generic:
395
396 distclean-generic:
397         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
398
399 maintainer-clean-generic:
400         @echo "This command is intended for maintainers to use"
401         @echo "it deletes files that may require special tools to rebuild."
402 clean: clean-am
403
404 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
405
406 distclean: distclean-am
407         -rm -rf ./$(DEPDIR)
408         -rm -f Makefile
409 distclean-am: clean-am distclean-compile distclean-generic \
410         distclean-hdr distclean-tags
411
412 dvi: dvi-am
413
414 dvi-am:
415
416 html: html-am
417
418 info: info-am
419
420 info-am:
421
422 install-data-am:
423
424 install-dvi: install-dvi-am
425
426 install-exec-am: install-binPROGRAMS
427
428 install-html: install-html-am
429
430 install-info: install-info-am
431
432 install-man:
433
434 install-pdf: install-pdf-am
435
436 install-ps: install-ps-am
437
438 installcheck-am:
439
440 maintainer-clean: maintainer-clean-am
441         -rm -rf ./$(DEPDIR)
442         -rm -f Makefile
443 maintainer-clean-am: distclean-am maintainer-clean-generic
444
445 mostlyclean: mostlyclean-am
446
447 mostlyclean-am: mostlyclean-compile mostlyclean-generic
448
449 pdf: pdf-am
450
451 pdf-am:
452
453 ps: ps-am
454
455 ps-am:
456
457 uninstall-am: uninstall-binPROGRAMS
458
459 .MAKE: install-am install-strip
460
461 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
462         clean-generic ctags distclean distclean-compile \
463         distclean-generic distclean-hdr distclean-tags distdir dvi \
464         dvi-am html html-am info info-am install install-am \
465         install-binPROGRAMS install-data install-data-am install-dvi \
466         install-dvi-am install-exec install-exec-am install-html \
467         install-html-am install-info install-info-am install-man \
468         install-pdf install-pdf-am install-ps install-ps-am \
469         install-strip installcheck installcheck-am installdirs \
470         maintainer-clean maintainer-clean-generic mostlyclean \
471         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
472         tags uninstall uninstall-am uninstall-binPROGRAMS
473
474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475 # Otherwise a system limit (for SysV at least) may be exceeded.
476 .NOEXPORT: