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