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