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