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