added 'Substitute all FNAME occurrences' option
[gpivtools.git] / src / validate / Makefile.in
blob212c9e104f20a36f71b0be6c425271310ca5a36f
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 bin_PROGRAMS = gpiv_errvec$(EXEEXT) gpiv_peaklck$(EXEEXT) \
36 gpiv_uhisto$(EXEEXT) gpiv_vhisto$(EXEEXT)
37 subdir = src/validate
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/config/acx_mpi.m4 \
41 $(top_srcdir)/configure.in
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 am__installdirs = "$(DESTDIR)$(bindir)"
49 PROGRAMS = $(bin_PROGRAMS)
50 am_gpiv_errvec_OBJECTS = errvec.$(OBJEXT)
51 gpiv_errvec_OBJECTS = $(am_gpiv_errvec_OBJECTS)
52 gpiv_errvec_LDADD = $(LDADD)
53 gpiv_errvec_DEPENDENCIES =
54 am_gpiv_peaklck_OBJECTS = peaklck.$(OBJEXT)
55 gpiv_peaklck_OBJECTS = $(am_gpiv_peaklck_OBJECTS)
56 gpiv_peaklck_LDADD = $(LDADD)
57 gpiv_peaklck_DEPENDENCIES =
58 am_gpiv_uhisto_OBJECTS = peaklck.$(OBJEXT)
59 gpiv_uhisto_OBJECTS = $(am_gpiv_uhisto_OBJECTS)
60 gpiv_uhisto_LDADD = $(LDADD)
61 gpiv_uhisto_DEPENDENCIES =
62 am_gpiv_vhisto_OBJECTS = peaklck.$(OBJEXT)
63 gpiv_vhisto_OBJECTS = $(am_gpiv_vhisto_OBJECTS)
64 gpiv_vhisto_LDADD = $(LDADD)
65 gpiv_vhisto_DEPENDENCIES =
66 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 am__mv = mv -f
70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72 CCLD = $(CC)
73 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
74 SOURCES = $(gpiv_errvec_SOURCES) $(gpiv_peaklck_SOURCES) \
75 $(gpiv_uhisto_SOURCES) $(gpiv_vhisto_SOURCES)
76 DIST_SOURCES = $(gpiv_errvec_SOURCES) $(gpiv_peaklck_SOURCES) \
77 $(gpiv_uhisto_SOURCES) $(gpiv_vhisto_SOURCES)
78 ETAGS = etags
79 CTAGS = ctags
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 ACLOCAL = @ACLOCAL@
82 ALLOCA = @ALLOCA@
83 AMTAR = @AMTAR@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 CC = @CC@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CONTROL = @CONTROL@
92 CONVERT = @CONVERT@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DEFS = @DEFS@
97 DEPDIR = @DEPDIR@
98 ECHO_C = @ECHO_C@
99 ECHO_N = @ECHO_N@
100 ECHO_T = @ECHO_T@
101 EGREP = @EGREP@
102 ENABLE_CAM = @ENABLE_CAM@
103 ENABLE_MPI = @ENABLE_MPI@
104 ENABLE_TRIG = @ENABLE_TRIG@
105 EXEEXT = @EXEEXT@
106 GLIB_CFLAGS = @GLIB_CFLAGS@
107 GLIB_LIBS = @GLIB_LIBS@
108 GNUPLOT = @GNUPLOT@
109 GREP = @GREP@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 K_TOPDIR = @K_TOPDIR@
116 LDFLAGS = @LDFLAGS@
117 LIBOBJS = @LIBOBJS@
118 LIBS = @LIBS@
119 LTLIBOBJS = @LTLIBOBJS@
120 MAINT = @MAINT@
121 MAKEINFO = @MAKEINFO@
122 MKDIR_P = @MKDIR_P@
123 MPICC = @MPICC@
124 MPILIBS = @MPILIBS@
125 MPIPYTHON = @MPIPYTHON@
126 OBJEXT = @OBJEXT@
127 PACKAGE = @PACKAGE@
128 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129 PACKAGE_NAME = @PACKAGE_NAME@
130 PACKAGE_STRING = @PACKAGE_STRING@
131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
133 PACKAGE_VERSION = @PACKAGE_VERSION@
134 PATH_SEPARATOR = @PATH_SEPARATOR@
135 PERL = @PERL@
136 PKG_CONFIG = @PKG_CONFIG@
137 PLOTMTV = @PLOTMTV@
138 PYTHON = @PYTHON@
139 RANLIB = @RANLIB@
140 RTA_TOPDIR = @RTA_TOPDIR@
141 SET_MAKE = @SET_MAKE@
142 SHELL = @SHELL@
143 STRIP = @STRIP@
144 VERSION = @VERSION@
145 abs_builddir = @abs_builddir@
146 abs_srcdir = @abs_srcdir@
147 abs_top_builddir = @abs_top_builddir@
148 abs_top_srcdir = @abs_top_srcdir@
149 ac_ct_CC = @ac_ct_CC@
150 am__include = @am__include@
151 am__leading_dot = @am__leading_dot@
152 am__quote = @am__quote@
153 am__tar = @am__tar@
154 am__untar = @am__untar@
155 bindir = @bindir@
156 build_alias = @build_alias@
157 builddir = @builddir@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 host_alias = @host_alias@
164 htmldir = @htmldir@
165 includedir = @includedir@
166 infodir = @infodir@
167 install_sh = @install_sh@
168 libdir = @libdir@
169 libexecdir = @libexecdir@
170 localedir = @localedir@
171 localstatedir = @localstatedir@
172 mandir = @mandir@
173 mkdir_p = @mkdir_p@
174 oldincludedir = @oldincludedir@
175 pdfdir = @pdfdir@
176 prefix = @prefix@
177 program_transform_name = @program_transform_name@
178 psdir = @psdir@
179 sbindir = @sbindir@
180 sharedstatedir = @sharedstatedir@
181 srcdir = @srcdir@
182 sysconfdir = @sysconfdir@
183 target_alias = @target_alias@
184 top_build_prefix = @top_build_prefix@
185 top_builddir = @top_builddir@
186 top_srcdir = @top_srcdir@
187 AM_CFLAGS = -Wall @ENABLE_CAM@ @ENABLE_TRIG@
188 gpiv_errvec_SOURCES = errvec.c
189 gpiv_peaklck_SOURCES = peaklck.c
190 gpiv_uhisto_SOURCES = peaklck.c
191 gpiv_vhisto_SOURCES = peaklck.c
192 EXTRA_DIST = Makefile.in
193 INCLUDES = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I $(K_TOPDIR)/include
194 LDADD = @GLIB_LIBS@
195 all: all-am
197 .SUFFIXES:
198 .SUFFIXES: .c .o .obj
199 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
200 @for dep in $?; do \
201 case '$(am__configure_deps)' in \
202 *$$dep*) \
203 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
204 && { if test -f $@; then exit 0; else break; fi; }; \
205 exit 1;; \
206 esac; \
207 done; \
208 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/validate/Makefile'; \
209 $(am__cd) $(top_srcdir) && \
210 $(AUTOMAKE) --foreign src/validate/Makefile
211 .PRECIOUS: Makefile
212 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213 @case '$?' in \
214 *config.status*) \
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216 *) \
217 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
218 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219 esac;
221 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228 $(am__aclocal_m4_deps):
229 install-binPROGRAMS: $(bin_PROGRAMS)
230 @$(NORMAL_INSTALL)
231 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
232 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
233 for p in $$list; do echo "$$p $$p"; done | \
234 sed 's/$(EXEEXT)$$//' | \
235 while read p p1; do if test -f $$p; \
236 then echo "$$p"; echo "$$p"; else :; fi; \
237 done | \
238 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
239 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
240 sed 'N;N;N;s,\n, ,g' | \
241 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
242 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
243 if ($$2 == $$4) files[d] = files[d] " " $$1; \
244 else { print "f", $$3 "/" $$4, $$1; } } \
245 END { for (d in files) print "f", d, files[d] }' | \
246 while read type dir files; do \
247 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
248 test -z "$$files" || { \
249 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
250 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
252 ; done
254 uninstall-binPROGRAMS:
255 @$(NORMAL_UNINSTALL)
256 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
257 files=`for p in $$list; do echo "$$p"; done | \
258 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
259 -e 's/$$/$(EXEEXT)/' `; \
260 test -n "$$list" || exit 0; \
261 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
262 cd "$(DESTDIR)$(bindir)" && rm -f $$files
264 clean-binPROGRAMS:
265 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
266 gpiv_errvec$(EXEEXT): $(gpiv_errvec_OBJECTS) $(gpiv_errvec_DEPENDENCIES)
267 @rm -f gpiv_errvec$(EXEEXT)
268 $(LINK) $(gpiv_errvec_OBJECTS) $(gpiv_errvec_LDADD) $(LIBS)
269 gpiv_peaklck$(EXEEXT): $(gpiv_peaklck_OBJECTS) $(gpiv_peaklck_DEPENDENCIES)
270 @rm -f gpiv_peaklck$(EXEEXT)
271 $(LINK) $(gpiv_peaklck_OBJECTS) $(gpiv_peaklck_LDADD) $(LIBS)
272 gpiv_uhisto$(EXEEXT): $(gpiv_uhisto_OBJECTS) $(gpiv_uhisto_DEPENDENCIES)
273 @rm -f gpiv_uhisto$(EXEEXT)
274 $(LINK) $(gpiv_uhisto_OBJECTS) $(gpiv_uhisto_LDADD) $(LIBS)
275 gpiv_vhisto$(EXEEXT): $(gpiv_vhisto_OBJECTS) $(gpiv_vhisto_DEPENDENCIES)
276 @rm -f gpiv_vhisto$(EXEEXT)
277 $(LINK) $(gpiv_vhisto_OBJECTS) $(gpiv_vhisto_LDADD) $(LIBS)
279 mostlyclean-compile:
280 -rm -f *.$(OBJEXT)
282 distclean-compile:
283 -rm -f *.tab.c
285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errvec.Po@am__quote@
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peaklck.Po@am__quote@
288 .c.o:
289 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
295 .c.obj:
296 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
297 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
302 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304 unique=`for i in $$list; do \
305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306 done | \
307 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308 END { if (nonempty) { for (i in files) print i; }; }'`; \
309 mkid -fID $$unique
310 tags: TAGS
312 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
313 $(TAGS_FILES) $(LISP)
314 set x; \
315 here=`pwd`; \
316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
321 END { if (nonempty) { for (i in files) print i; }; }'`; \
322 shift; \
323 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
324 test -n "$$unique" || unique=$$empty_fix; \
325 if test $$# -gt 0; then \
326 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327 "$$@" $$unique; \
328 else \
329 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330 $$unique; \
331 fi; \
333 ctags: CTAGS
334 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
335 $(TAGS_FILES) $(LISP)
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341 END { if (nonempty) { for (i in files) print i; }; }'`; \
342 test -z "$(CTAGS_ARGS)$$unique" \
343 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344 $$unique
346 GTAGS:
347 here=`$(am__cd) $(top_builddir) && pwd` \
348 && $(am__cd) $(top_srcdir) \
349 && gtags -i $(GTAGS_ARGS) "$$here"
351 distclean-tags:
352 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
354 distdir: $(DISTFILES)
355 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357 list='$(DISTFILES)'; \
358 dist_files=`for file in $$list; do echo $$file; done | \
359 sed -e "s|^$$srcdirstrip/||;t" \
360 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
361 case $$dist_files in \
362 */*) $(MKDIR_P) `echo "$$dist_files" | \
363 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
364 sort -u` ;; \
365 esac; \
366 for file in $$dist_files; do \
367 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368 if test -d $$d/$$file; then \
369 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
370 if test -d "$(distdir)/$$file"; then \
371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372 fi; \
373 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
375 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376 fi; \
377 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
378 else \
379 test -f "$(distdir)/$$file" \
380 || cp -p $$d/$$file "$(distdir)/$$file" \
381 || exit 1; \
382 fi; \
383 done
384 check-am: all-am
385 check: check-am
386 all-am: Makefile $(PROGRAMS)
387 installdirs:
388 for dir in "$(DESTDIR)$(bindir)"; do \
389 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
390 done
391 install: install-am
392 install-exec: install-exec-am
393 install-data: install-data-am
394 uninstall: uninstall-am
396 install-am: all-am
397 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
399 installcheck: installcheck-am
400 install-strip:
401 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403 `test -z '$(STRIP)' || \
404 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
405 mostlyclean-generic:
407 clean-generic:
409 distclean-generic:
410 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
411 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413 maintainer-clean-generic:
414 @echo "This command is intended for maintainers to use"
415 @echo "it deletes files that may require special tools to rebuild."
416 clean: clean-am
418 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
420 distclean: distclean-am
421 -rm -rf ./$(DEPDIR)
422 -rm -f Makefile
423 distclean-am: clean-am distclean-compile distclean-generic \
424 distclean-tags
426 dvi: dvi-am
428 dvi-am:
430 html: html-am
432 html-am:
434 info: info-am
436 info-am:
438 install-data-am:
440 install-dvi: install-dvi-am
442 install-dvi-am:
444 install-exec-am: install-binPROGRAMS
446 install-html: install-html-am
448 install-html-am:
450 install-info: install-info-am
452 install-info-am:
454 install-man:
456 install-pdf: install-pdf-am
458 install-pdf-am:
460 install-ps: install-ps-am
462 install-ps-am:
464 installcheck-am:
466 maintainer-clean: maintainer-clean-am
467 -rm -rf ./$(DEPDIR)
468 -rm -f Makefile
469 maintainer-clean-am: distclean-am maintainer-clean-generic
471 mostlyclean: mostlyclean-am
473 mostlyclean-am: mostlyclean-compile mostlyclean-generic
475 pdf: pdf-am
477 pdf-am:
479 ps: ps-am
481 ps-am:
483 uninstall-am: uninstall-binPROGRAMS
485 .MAKE: install-am install-strip
487 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
488 clean-generic ctags distclean distclean-compile \
489 distclean-generic distclean-tags distdir dvi dvi-am html \
490 html-am info info-am install install-am install-binPROGRAMS \
491 install-data install-data-am install-dvi install-dvi-am \
492 install-exec install-exec-am install-html install-html-am \
493 install-info install-info-am install-man install-pdf \
494 install-pdf-am install-ps install-ps-am install-strip \
495 installcheck installcheck-am installdirs maintainer-clean \
496 maintainer-clean-generic mostlyclean mostlyclean-compile \
497 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
498 uninstall-am uninstall-binPROGRAMS
501 # Tell versions [3.59,3.63) of GNU make to not export all variables.
502 # Otherwise a system limit (for SysV at least) may be exceeded.
503 .NOEXPORT: