Trisurf Monte Carlo simulator
Samo Penic
2012-06-07 824cfd6fc38d1c583a33cb4d1a146d97b15cb543
commit | author | age
824cfd 1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
SP 2 # test/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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
17
18
19 pkgdatadir = $(datadir)/full-package-name
20 pkgincludedir = $(includedir)/full-package-name
21 pkglibdir = $(libdir)/full-package-name
22 pkglibexecdir = $(libexecdir)/full-package-name
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 doxygentest_PROGRAMS = doxygentest$(EXEEXT)
36 float3cmp_PROGRAMS = float3cmp$(EXEEXT)
37 confusetest_PROGRAMS = confusetest$(EXEEXT)
38 subdir = test
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 = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 am__installdirs = "$(DESTDIR)$(confusetestdir)" \
49     "$(DESTDIR)$(doxygentestdir)" "$(DESTDIR)$(float3cmpdir)"
50 PROGRAMS = $(confusetest_PROGRAMS) $(doxygentest_PROGRAMS) \
51     $(float3cmp_PROGRAMS)
52 am_confusetest_OBJECTS = confusetest.$(OBJEXT)
53 confusetest_OBJECTS = $(am_confusetest_OBJECTS)
54 confusetest_LDADD = $(LDADD)
55 confusetest_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
56     $(confusetest_LDFLAGS) $(LDFLAGS) -o $@
57 am_doxygentest_OBJECTS = doxygentest.$(OBJEXT)
58 doxygentest_OBJECTS = $(am_doxygentest_OBJECTS)
59 doxygentest_LDADD = $(LDADD)
60 am_float3cmp_OBJECTS = float3cmp.$(OBJEXT)
61 float3cmp_OBJECTS = $(am_float3cmp_OBJECTS)
62 float3cmp_LDADD = $(LDADD)
63 DEFAULT_INCLUDES = -I. -I$(top_builddir)
64 depcomp = $(SHELL) $(top_srcdir)/depcomp
65 am__depfiles_maybe = depfiles
66 am__mv = mv -f
67 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
71 SOURCES = $(confusetest_SOURCES) $(doxygentest_SOURCES) \
72     $(float3cmp_SOURCES)
73 DIST_SOURCES = $(confusetest_SOURCES) $(doxygentest_SOURCES) \
74     $(float3cmp_SOURCES)
75 ETAGS = etags
76 CTAGS = ctags
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 ACLOCAL = ${SHELL} /home/samo/programiranje/trisurf-ng/missing --run aclocal-1.11
79 AMTAR = $${TAR-tar}
80 AUTOCONF = ${SHELL} /home/samo/programiranje/trisurf-ng/missing --run autoconf
81 AUTOHEADER = ${SHELL} /home/samo/programiranje/trisurf-ng/missing --run autoheader
82 AUTOMAKE = ${SHELL} /home/samo/programiranje/trisurf-ng/missing --run automake-1.11
83 AWK = gawk
84 CC = gcc
85 CCDEPMODE = depmode=gcc3
86 CFLAGS = -g -O2 -DDEBUG
87 CPP = gcc -E
88 CPPFLAGS = 
89 CYGPATH_W = echo
90 DEFS = -DHAVE_CONFIG_H
91 DEPDIR = .deps
92 ECHO_C = 
93 ECHO_N = -n
94 ECHO_T = 
95 EGREP = /bin/grep -E
96 EXEEXT = 
97 GREP = /bin/grep
98 INSTALL = /usr/bin/install -c
99 INSTALL_DATA = ${INSTALL} -m 644
100 INSTALL_PROGRAM = ${INSTALL}
101 INSTALL_SCRIPT = ${INSTALL}
102 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
103 LDFLAGS = 
104 LIBOBJS = 
105 LIBS = -lm -lconfuse 
106 LTLIBOBJS = 
107 MAKEINFO = ${SHELL} /home/samo/programiranje/trisurf-ng/missing --run makeinfo
108 MKDIR_P = /bin/mkdir -p
109 OBJEXT = o
110 PACKAGE = full-package-name
111 PACKAGE_BUGREPORT = BUG-REPORT-ADDRESS
112 PACKAGE_NAME = FULL-PACKAGE-NAME
113 PACKAGE_STRING = FULL-PACKAGE-NAME VERSION
114 PACKAGE_TARNAME = full-package-name
115 PACKAGE_URL = 
116 PACKAGE_VERSION = VERSION
117 PATH_SEPARATOR = :
118 SET_MAKE = 
119 SHELL = /bin/bash
120 STRIP = 
121 VERSION = VERSION
122 abs_builddir = /home/samo/programiranje/trisurf-ng/test
123 abs_srcdir = /home/samo/programiranje/trisurf-ng/test
124 abs_top_builddir = /home/samo/programiranje/trisurf-ng
125 abs_top_srcdir = /home/samo/programiranje/trisurf-ng
126 ac_ct_CC = gcc
127 am__include = include
128 am__leading_dot = .
129 am__quote = 
130 am__tar = $${TAR-tar} chof - "$$tardir"
131 am__untar = $${TAR-tar} xf -
132 bindir = ${exec_prefix}/bin
133 build_alias = 
134 builddir = .
135 datadir = ${datarootdir}
136 datarootdir = ${prefix}/share
137 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
138 dvidir = ${docdir}
139 exec_prefix = ${prefix}
140 host_alias = 
141 htmldir = ${docdir}
142 includedir = ${prefix}/include
143 infodir = ${datarootdir}/info
144 install_sh = ${SHELL} /home/samo/programiranje/trisurf-ng/install-sh
145 libdir = ${exec_prefix}/lib
146 libexecdir = ${exec_prefix}/libexec
147 localedir = ${datarootdir}/locale
148 localstatedir = ${prefix}/var
149 mandir = ${datarootdir}/man
150 mkdir_p = /bin/mkdir -p
151 oldincludedir = /usr/include
152 pdfdir = ${docdir}
153 prefix = /usr/local
154 program_transform_name = s,x,x,
155 psdir = ${docdir}
156 sbindir = ${exec_prefix}/sbin
157 sharedstatedir = ${prefix}/com
158 srcdir = .
159 sysconfdir = ${prefix}/etc
160 target_alias = 
161 top_build_prefix = ../
162 top_builddir = ..
163 top_srcdir = ..
164 doxygentestdir = ../
165 float3cmpdir = ../
166 confusetestdir = ../
167 doxygentest_SOURCES = doxygentest.c
168 float3cmp_SOURCES = float3cmp.c
169 confusetest_SOURCES = confusetest.c
170 confusetest_LDFLAGS = -lconfuse
171 all: all-am
172
173 .SUFFIXES:
174 .SUFFIXES: .c .o .obj
175 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
176     @for dep in $?; do \
177       case '$(am__configure_deps)' in \
178         *$$dep*) \
179           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
180             && { if test -f $@; then exit 0; else break; fi; }; \
181           exit 1;; \
182       esac; \
183     done; \
184     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
185     $(am__cd) $(top_srcdir) && \
186       $(AUTOMAKE) --gnu test/Makefile
187 .PRECIOUS: Makefile
188 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
189     @case '$?' in \
190       *config.status*) \
191         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
192       *) \
193         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
194         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
195     esac;
196
197 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
198     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199
200 $(top_srcdir)/configure:  $(am__configure_deps)
201     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
202 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
203     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204 $(am__aclocal_m4_deps):
205 install-confusetestPROGRAMS: $(confusetest_PROGRAMS)
206     @$(NORMAL_INSTALL)
207     test -z "$(confusetestdir)" || $(MKDIR_P) "$(DESTDIR)$(confusetestdir)"
208     @list='$(confusetest_PROGRAMS)'; test -n "$(confusetestdir)" || list=; \
209     for p in $$list; do echo "$$p $$p"; done | \
210     sed 's/$(EXEEXT)$$//' | \
211     while read p p1; do if test -f $$p; \
212       then echo "$$p"; echo "$$p"; else :; fi; \
213     done | \
214     sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
215         -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
216     sed 'N;N;N;s,\n, ,g' | \
217     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
218       { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
219         if ($$2 == $$4) files[d] = files[d] " " $$1; \
220         else { print "f", $$3 "/" $$4, $$1; } } \
221       END { for (d in files) print "f", d, files[d] }' | \
222     while read type dir files; do \
223         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
224         test -z "$$files" || { \
225           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(confusetestdir)$$dir'"; \
226           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(confusetestdir)$$dir" || exit $$?; \
227         } \
228     ; done
229
230 uninstall-confusetestPROGRAMS:
231     @$(NORMAL_UNINSTALL)
232     @list='$(confusetest_PROGRAMS)'; test -n "$(confusetestdir)" || list=; \
233     files=`for p in $$list; do echo "$$p"; done | \
234       sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
235           -e 's/$$/$(EXEEXT)/' `; \
236     test -n "$$list" || exit 0; \
237     echo " ( cd '$(DESTDIR)$(confusetestdir)' && rm -f" $$files ")"; \
238     cd "$(DESTDIR)$(confusetestdir)" && rm -f $$files
239
240 clean-confusetestPROGRAMS:
241     -test -z "$(confusetest_PROGRAMS)" || rm -f $(confusetest_PROGRAMS)
242 install-doxygentestPROGRAMS: $(doxygentest_PROGRAMS)
243     @$(NORMAL_INSTALL)
244     test -z "$(doxygentestdir)" || $(MKDIR_P) "$(DESTDIR)$(doxygentestdir)"
245     @list='$(doxygentest_PROGRAMS)'; test -n "$(doxygentestdir)" || 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)$(doxygentestdir)$$dir'"; \
263           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(doxygentestdir)$$dir" || exit $$?; \
264         } \
265     ; done
266
267 uninstall-doxygentestPROGRAMS:
268     @$(NORMAL_UNINSTALL)
269     @list='$(doxygentest_PROGRAMS)'; test -n "$(doxygentestdir)" || 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)$(doxygentestdir)' && rm -f" $$files ")"; \
275     cd "$(DESTDIR)$(doxygentestdir)" && rm -f $$files
276
277 clean-doxygentestPROGRAMS:
278     -test -z "$(doxygentest_PROGRAMS)" || rm -f $(doxygentest_PROGRAMS)
279 install-float3cmpPROGRAMS: $(float3cmp_PROGRAMS)
280     @$(NORMAL_INSTALL)
281     test -z "$(float3cmpdir)" || $(MKDIR_P) "$(DESTDIR)$(float3cmpdir)"
282     @list='$(float3cmp_PROGRAMS)'; test -n "$(float3cmpdir)" || list=; \
283     for p in $$list; do echo "$$p $$p"; done | \
284     sed 's/$(EXEEXT)$$//' | \
285     while read p p1; do if test -f $$p; \
286       then echo "$$p"; echo "$$p"; else :; fi; \
287     done | \
288     sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
289         -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
290     sed 'N;N;N;s,\n, ,g' | \
291     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
292       { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
293         if ($$2 == $$4) files[d] = files[d] " " $$1; \
294         else { print "f", $$3 "/" $$4, $$1; } } \
295       END { for (d in files) print "f", d, files[d] }' | \
296     while read type dir files; do \
297         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
298         test -z "$$files" || { \
299           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(float3cmpdir)$$dir'"; \
300           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(float3cmpdir)$$dir" || exit $$?; \
301         } \
302     ; done
303
304 uninstall-float3cmpPROGRAMS:
305     @$(NORMAL_UNINSTALL)
306     @list='$(float3cmp_PROGRAMS)'; test -n "$(float3cmpdir)" || list=; \
307     files=`for p in $$list; do echo "$$p"; done | \
308       sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
309           -e 's/$$/$(EXEEXT)/' `; \
310     test -n "$$list" || exit 0; \
311     echo " ( cd '$(DESTDIR)$(float3cmpdir)' && rm -f" $$files ")"; \
312     cd "$(DESTDIR)$(float3cmpdir)" && rm -f $$files
313
314 clean-float3cmpPROGRAMS:
315     -test -z "$(float3cmp_PROGRAMS)" || rm -f $(float3cmp_PROGRAMS)
316 confusetest$(EXEEXT): $(confusetest_OBJECTS) $(confusetest_DEPENDENCIES) $(EXTRA_confusetest_DEPENDENCIES) 
317     @rm -f confusetest$(EXEEXT)
318     $(confusetest_LINK) $(confusetest_OBJECTS) $(confusetest_LDADD) $(LIBS)
319 doxygentest$(EXEEXT): $(doxygentest_OBJECTS) $(doxygentest_DEPENDENCIES) $(EXTRA_doxygentest_DEPENDENCIES) 
320     @rm -f doxygentest$(EXEEXT)
321     $(LINK) $(doxygentest_OBJECTS) $(doxygentest_LDADD) $(LIBS)
322 float3cmp$(EXEEXT): $(float3cmp_OBJECTS) $(float3cmp_DEPENDENCIES) $(EXTRA_float3cmp_DEPENDENCIES) 
323     @rm -f float3cmp$(EXEEXT)
324     $(LINK) $(float3cmp_OBJECTS) $(float3cmp_LDADD) $(LIBS)
325
326 mostlyclean-compile:
327     -rm -f *.$(OBJEXT)
328
329 distclean-compile:
330     -rm -f *.tab.c
331
332 include ./$(DEPDIR)/confusetest.Po
333 include ./$(DEPDIR)/doxygentest.Po
334 include ./$(DEPDIR)/float3cmp.Po
335
336 .c.o:
337     $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338     $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339 #    source='$<' object='$@' libtool=no \
340 #    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
341 #    $(COMPILE) -c $<
342
343 .c.obj:
344     $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345     $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346 #    source='$<' object='$@' libtool=no \
347 #    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
348 #    $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
350 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352     unique=`for i in $$list; do \
353         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354       done | \
355       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356           END { if (nonempty) { for (i in files) print i; }; }'`; \
357     mkid -fID $$unique
358 tags: TAGS
359
360 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361         $(TAGS_FILES) $(LISP)
362     set x; \
363     here=`pwd`; \
364     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
365     unique=`for i in $$list; do \
366         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367       done | \
368       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369           END { if (nonempty) { for (i in files) print i; }; }'`; \
370     shift; \
371     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
372       test -n "$$unique" || unique=$$empty_fix; \
373       if test $$# -gt 0; then \
374         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375           "$$@" $$unique; \
376       else \
377         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378           $$unique; \
379       fi; \
380     fi
381 ctags: CTAGS
382 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
383         $(TAGS_FILES) $(LISP)
384     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385     unique=`for i in $$list; do \
386         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387       done | \
388       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389           END { if (nonempty) { for (i in files) print i; }; }'`; \
390     test -z "$(CTAGS_ARGS)$$unique" \
391       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392          $$unique
393
394 GTAGS:
395     here=`$(am__cd) $(top_builddir) && pwd` \
396       && $(am__cd) $(top_srcdir) \
397       && gtags -i $(GTAGS_ARGS) "$$here"
398
399 distclean-tags:
400     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
401
402 distdir: $(DISTFILES)
403     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405     list='$(DISTFILES)'; \
406       dist_files=`for file in $$list; do echo $$file; done | \
407       sed -e "s|^$$srcdirstrip/||;t" \
408           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
409     case $$dist_files in \
410       */*) $(MKDIR_P) `echo "$$dist_files" | \
411                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
412                sort -u` ;; \
413     esac; \
414     for file in $$dist_files; do \
415       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416       if test -d $$d/$$file; then \
417         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
418         if test -d "$(distdir)/$$file"; then \
419           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420         fi; \
421         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424         fi; \
425         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426       else \
427         test -f "$(distdir)/$$file" \
428         || cp -p $$d/$$file "$(distdir)/$$file" \
429         || exit 1; \
430       fi; \
431     done
432 check-am: all-am
433 check: check-am
434 all-am: Makefile $(PROGRAMS)
435 installdirs:
436     for dir in "$(DESTDIR)$(confusetestdir)" "$(DESTDIR)$(doxygentestdir)" "$(DESTDIR)$(float3cmpdir)"; do \
437       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
438     done
439 install: install-am
440 install-exec: install-exec-am
441 install-data: install-data-am
442 uninstall: uninstall-am
443
444 install-am: all-am
445     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446
447 installcheck: installcheck-am
448 install-strip:
449     if test -z '$(STRIP)'; then \
450       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452           install; \
453     else \
454       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
457     fi
458 mostlyclean-generic:
459
460 clean-generic:
461
462 distclean-generic:
463     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
466 maintainer-clean-generic:
467     @echo "This command is intended for maintainers to use"
468     @echo "it deletes files that may require special tools to rebuild."
469 clean: clean-am
470
471 clean-am: clean-confusetestPROGRAMS clean-doxygentestPROGRAMS \
472     clean-float3cmpPROGRAMS clean-generic mostlyclean-am
473
474 distclean: distclean-am
475     -rm -rf ./$(DEPDIR)
476     -rm -f Makefile
477 distclean-am: clean-am distclean-compile distclean-generic \
478     distclean-tags
479
480 dvi: dvi-am
481
482 dvi-am:
483
484 html: html-am
485
486 html-am:
487
488 info: info-am
489
490 info-am:
491
492 install-data-am: install-confusetestPROGRAMS \
493     install-doxygentestPROGRAMS install-float3cmpPROGRAMS
494
495 install-dvi: install-dvi-am
496
497 install-dvi-am:
498
499 install-exec-am:
500
501 install-html: install-html-am
502
503 install-html-am:
504
505 install-info: install-info-am
506
507 install-info-am:
508
509 install-man:
510
511 install-pdf: install-pdf-am
512
513 install-pdf-am:
514
515 install-ps: install-ps-am
516
517 install-ps-am:
518
519 installcheck-am:
520
521 maintainer-clean: maintainer-clean-am
522     -rm -rf ./$(DEPDIR)
523     -rm -f Makefile
524 maintainer-clean-am: distclean-am maintainer-clean-generic
525
526 mostlyclean: mostlyclean-am
527
528 mostlyclean-am: mostlyclean-compile mostlyclean-generic
529
530 pdf: pdf-am
531
532 pdf-am:
533
534 ps: ps-am
535
536 ps-am:
537
538 uninstall-am: uninstall-confusetestPROGRAMS \
539     uninstall-doxygentestPROGRAMS uninstall-float3cmpPROGRAMS
540
541 .MAKE: install-am install-strip
542
543 .PHONY: CTAGS GTAGS all all-am check check-am clean \
544     clean-confusetestPROGRAMS clean-doxygentestPROGRAMS \
545     clean-float3cmpPROGRAMS clean-generic ctags distclean \
546     distclean-compile distclean-generic distclean-tags distdir dvi \
547     dvi-am html html-am info info-am install install-am \
548     install-confusetestPROGRAMS install-data install-data-am \
549     install-doxygentestPROGRAMS install-dvi install-dvi-am \
550     install-exec install-exec-am install-float3cmpPROGRAMS \
551     install-html install-html-am install-info install-info-am \
552     install-man install-pdf install-pdf-am install-ps \
553     install-ps-am install-strip installcheck installcheck-am \
554     installdirs maintainer-clean maintainer-clean-generic \
555     mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
556     ps ps-am tags uninstall uninstall-am \
557     uninstall-confusetestPROGRAMS uninstall-doxygentestPROGRAMS \
558     uninstall-float3cmpPROGRAMS
559
560
561 # Tell versions [3.59,3.63) of GNU make to not export all variables.
562 # Otherwise a system limit (for SysV at least) may be exceeded.
563 .NOEXPORT: