1 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
# Makefile.in generated by automake 1.7.9 from Makefile.am. |
2 |
|
# @configure_input@ |
3 |
|
|
4 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 |
5 |
|
# Free Software Foundation, Inc. |
6 |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
7 |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
8 |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
13 |
# PARTICULAR PURPOSE. |
# PARTICULAR PURPOSE. |
14 |
|
|
15 |
|
@SET_MAKE@ |
|
SHELL = @SHELL@ |
|
16 |
|
|
17 |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
18 |
top_srcdir = @top_srcdir@ |
top_srcdir = @top_srcdir@ |
19 |
VPATH = @srcdir@ |
VPATH = @srcdir@ |
|
prefix = @prefix@ |
|
|
exec_prefix = @exec_prefix@ |
|
|
|
|
|
bindir = @bindir@ |
|
|
sbindir = @sbindir@ |
|
|
libexecdir = @libexecdir@ |
|
|
datadir = @datadir@ |
|
|
sysconfdir = @sysconfdir@ |
|
|
sharedstatedir = @sharedstatedir@ |
|
|
localstatedir = @localstatedir@ |
|
|
libdir = @libdir@ |
|
|
infodir = @infodir@ |
|
|
mandir = @mandir@ |
|
|
includedir = @includedir@ |
|
|
oldincludedir = /usr/include |
|
|
|
|
|
DESTDIR = |
|
|
|
|
20 |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
21 |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
22 |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
|
|
|
23 |
top_builddir = ../.. |
top_builddir = ../.. |
24 |
|
|
25 |
ACLOCAL = @ACLOCAL@ |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
AUTOCONF = @AUTOCONF@ |
|
|
AUTOMAKE = @AUTOMAKE@ |
|
|
AUTOHEADER = @AUTOHEADER@ |
|
|
|
|
26 |
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
27 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
install_sh_DATA = $(install_sh) -c -m 644 |
28 |
INSTALL_DATA = @INSTALL_DATA@ |
install_sh_PROGRAM = $(install_sh) -c |
29 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
install_sh_SCRIPT = $(install_sh) -c |
30 |
transform = @program_transform_name@ |
INSTALL_HEADER = $(INSTALL_DATA) |
31 |
|
transform = $(program_transform_name) |
32 |
NORMAL_INSTALL = : |
NORMAL_INSTALL = : |
33 |
PRE_INSTALL = : |
PRE_INSTALL = : |
34 |
POST_INSTALL = : |
POST_INSTALL = : |
35 |
NORMAL_UNINSTALL = : |
NORMAL_UNINSTALL = : |
36 |
PRE_UNINSTALL = : |
PRE_UNINSTALL = : |
37 |
POST_UNINSTALL = : |
POST_UNINSTALL = : |
|
host_alias = @host_alias@ |
|
38 |
host_triplet = @host@ |
host_triplet = @host@ |
39 |
AS = @AS@ |
ACLOCAL = @ACLOCAL@ |
40 |
|
AMDEP_FALSE = @AMDEP_FALSE@ |
41 |
|
AMDEP_TRUE = @AMDEP_TRUE@ |
42 |
|
AMTAR = @AMTAR@ |
43 |
|
AR = @AR@ |
44 |
|
AUTOCONF = @AUTOCONF@ |
45 |
|
AUTOHEADER = @AUTOHEADER@ |
46 |
|
AUTOMAKE = @AUTOMAKE@ |
47 |
|
AWK = @AWK@ |
48 |
CC = @CC@ |
CC = @CC@ |
49 |
|
CCDEPMODE = @CCDEPMODE@ |
50 |
|
CFLAGS = @CFLAGS@ |
51 |
|
CPP = @CPP@ |
52 |
|
CPPFLAGS = @CPPFLAGS@ |
53 |
CXX = @CXX@ |
CXX = @CXX@ |
54 |
DLLTOOL = @DLLTOOL@ |
CXXCPP = @CXXCPP@ |
55 |
|
CXXDEPMODE = @CXXDEPMODE@ |
56 |
|
CXXFLAGS = @CXXFLAGS@ |
57 |
|
CYGPATH_W = @CYGPATH_W@ |
58 |
|
DEFS = @DEFS@ |
59 |
|
DEPDIR = @DEPDIR@ |
60 |
ECHO = @ECHO@ |
ECHO = @ECHO@ |
61 |
|
ECHO_C = @ECHO_C@ |
62 |
|
ECHO_N = @ECHO_N@ |
63 |
|
ECHO_T = @ECHO_T@ |
64 |
|
EGREP = @EGREP@ |
65 |
EXEEXT = @EXEEXT@ |
EXEEXT = @EXEEXT@ |
66 |
F77 = @F77@ |
F77 = @F77@ |
67 |
|
FFLAGS = @FFLAGS@ |
68 |
FLIBS = @FLIBS@ |
FLIBS = @FLIBS@ |
69 |
HAS_DOXYFILE = @HAS_DOXYFILE@ |
HAS_DOXYFILE = @HAS_DOXYFILE@ |
70 |
HAVE_LIB = @HAVE_LIB@ |
INSTALL_DATA = @INSTALL_DATA@ |
71 |
LIB = @LIB@ |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
72 |
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
73 |
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
74 |
|
LDFLAGS = @LDFLAGS@ |
75 |
|
LIBOBJS = @LIBOBJS@ |
76 |
|
LIBS = @LIBS@ |
77 |
LIBTOOL = @LIBTOOL@ |
LIBTOOL = @LIBTOOL@ |
78 |
LN_S = @LN_S@ |
LN_S = @LN_S@ |
79 |
LTLIB = @LTLIB@ |
LTLIBOBJS = @LTLIBOBJS@ |
80 |
MAKEINFO = @MAKEINFO@ |
MAKEINFO = @MAKEINFO@ |
|
OBJDUMP = @OBJDUMP@ |
|
81 |
OBJEXT = @OBJEXT@ |
OBJEXT = @OBJEXT@ |
82 |
PACKAGE = @PACKAGE@ |
PACKAGE = @PACKAGE@ |
83 |
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
84 |
|
PACKAGE_NAME = @PACKAGE_NAME@ |
85 |
|
PACKAGE_STRING = @PACKAGE_STRING@ |
86 |
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
87 |
|
PACKAGE_VERSION = @PACKAGE_VERSION@ |
88 |
|
PATH_SEPARATOR = @PATH_SEPARATOR@ |
89 |
RANLIB = @RANLIB@ |
RANLIB = @RANLIB@ |
90 |
ROOTCINT = @ROOTCINT@ |
ROOTCINT = @ROOTCINT@ |
91 |
ROOT_INCLUDES = @ROOT_INCLUDES@ |
ROOT_INCLUDES = @ROOT_INCLUDES@ |
92 |
ROOT_LDFLAGS = @ROOT_LDFLAGS@ |
ROOT_LDFLAGS = @ROOT_LDFLAGS@ |
93 |
|
SET_MAKE = @SET_MAKE@ |
94 |
|
SHELL = @SHELL@ |
95 |
STRIP = @STRIP@ |
STRIP = @STRIP@ |
96 |
VERSION = @VERSION@ |
VERSION = @VERSION@ |
97 |
|
ac_ct_AR = @ac_ct_AR@ |
98 |
|
ac_ct_CC = @ac_ct_CC@ |
99 |
|
ac_ct_CXX = @ac_ct_CXX@ |
100 |
|
ac_ct_F77 = @ac_ct_F77@ |
101 |
|
ac_ct_RANLIB = @ac_ct_RANLIB@ |
102 |
|
ac_ct_STRIP = @ac_ct_STRIP@ |
103 |
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
104 |
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
105 |
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
106 |
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
107 |
|
am__include = @am__include@ |
108 |
|
am__leading_dot = @am__leading_dot@ |
109 |
|
am__quote = @am__quote@ |
110 |
|
bindir = @bindir@ |
111 |
|
build = @build@ |
112 |
|
build_alias = @build_alias@ |
113 |
|
build_cpu = @build_cpu@ |
114 |
|
build_os = @build_os@ |
115 |
|
build_vendor = @build_vendor@ |
116 |
|
datadir = @datadir@ |
117 |
|
exec_prefix = @exec_prefix@ |
118 |
|
host = @host@ |
119 |
|
host_alias = @host_alias@ |
120 |
|
host_cpu = @host_cpu@ |
121 |
|
host_os = @host_os@ |
122 |
|
host_vendor = @host_vendor@ |
123 |
|
includedir = @includedir@ |
124 |
|
infodir = @infodir@ |
125 |
|
install_sh = @install_sh@ |
126 |
|
libdir = @libdir@ |
127 |
|
libexecdir = @libexecdir@ |
128 |
|
localstatedir = @localstatedir@ |
129 |
|
mandir = @mandir@ |
130 |
|
oldincludedir = @oldincludedir@ |
131 |
|
prefix = @prefix@ |
132 |
|
program_transform_name = @program_transform_name@ |
133 |
|
sbindir = @sbindir@ |
134 |
|
sharedstatedir = @sharedstatedir@ |
135 |
|
sysconfdir = @sysconfdir@ |
136 |
|
target_alias = @target_alias@ |
137 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
138 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
139 |
|
|
140 |
# These will build a non-installing libtool library |
# These will build a non-installing libtool library |
141 |
noinst_LTLIBRARIES = libdevreaders.la |
noinst_LTLIBRARIES = libdevreaders.la |
142 |
|
|
143 |
libdevreaders_la_SOURCES = TrackerReader.cpp TrackerReader.h AnticounterReader.cpp AnticounterReader.h CalorimeterReader.cpp CalorimeterReader.h NeutronDetectorReader.cpp NeutronDetectorReader.h S4Reader.cpp S4Reader.h |
libdevreaders_la_SOURCES = \ |
144 |
|
TrackerReader.cpp TrackerReader.h \ |
145 |
|
AnticounterReader.cpp AnticounterReader.h \ |
146 |
|
CalorimeterReader.cpp CalorimeterReader.h \ |
147 |
|
NeutronDetectorReader.cpp NeutronDetectorReader.h \ |
148 |
|
S4Reader.cpp S4Reader.h |
149 |
|
|
150 |
|
subdir = techmodel/physics |
151 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
152 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
153 |
CONFIG_HEADER = ../../config.h |
CONFIG_HEADER = $(top_builddir)/config.h |
154 |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
155 |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
156 |
|
|
157 |
|
libdevreaders_la_LDFLAGS = |
158 |
DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
libdevreaders_la_LIBADD = |
159 |
CPPFLAGS = @CPPFLAGS@ |
am_libdevreaders_la_OBJECTS = TrackerReader.lo AnticounterReader.lo \ |
160 |
LDFLAGS = @LDFLAGS@ |
CalorimeterReader.lo NeutronDetectorReader.lo S4Reader.lo |
161 |
LIBS = @LIBS@ |
libdevreaders_la_OBJECTS = $(am_libdevreaders_la_OBJECTS) |
162 |
libdevreaders_la_LDFLAGS = |
|
163 |
libdevreaders_la_LIBADD = |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
164 |
libdevreaders_la_OBJECTS = TrackerReader.lo AnticounterReader.lo \ |
depcomp = |
165 |
CalorimeterReader.lo NeutronDetectorReader.lo S4Reader.lo |
am__depfiles_maybe = |
166 |
CXXFLAGS = @CXXFLAGS@ |
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
167 |
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
168 |
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ |
169 |
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
170 |
|
$(AM_CXXFLAGS) $(CXXFLAGS) |
171 |
CXXLD = $(CXX) |
CXXLD = $(CXX) |
172 |
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ |
173 |
CFLAGS = @CFLAGS@ |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
174 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
175 |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
176 |
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ |
177 |
|
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
178 |
CCLD = $(CC) |
CCLD = $(CC) |
179 |
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
180 |
DIST_COMMON = Makefile.am Makefile.in |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
181 |
|
DIST_SOURCES = $(libdevreaders_la_SOURCES) |
182 |
|
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am |
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
|
|
|
|
TAR = gtar |
|
|
GZIP_ENV = --best |
|
183 |
SOURCES = $(libdevreaders_la_SOURCES) |
SOURCES = $(libdevreaders_la_SOURCES) |
|
OBJECTS = $(libdevreaders_la_OBJECTS) |
|
|
|
|
|
all: all-redirect |
|
|
.SUFFIXES: |
|
|
.SUFFIXES: .S .c .cpp .lo .o .obj .s |
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/physics/Makefile |
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
|
cd $(top_builddir) \ |
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
184 |
|
|
185 |
|
all: all-am |
186 |
|
|
187 |
mostlyclean-noinstLTLIBRARIES: |
.SUFFIXES: |
188 |
|
.SUFFIXES: .cpp .lo .o .obj |
189 |
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
190 |
|
cd $(top_srcdir) && \ |
191 |
|
$(AUTOMAKE) --foreign techmodel/physics/Makefile |
192 |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
193 |
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |
194 |
|
|
195 |
clean-noinstLTLIBRARIES: |
clean-noinstLTLIBRARIES: |
196 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
197 |
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
198 |
distclean-noinstLTLIBRARIES: |
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
199 |
|
test "$$dir" = "$$p" && dir=.; \ |
200 |
maintainer-clean-noinstLTLIBRARIES: |
echo "rm -f \"$${dir}/so_locations\""; \ |
201 |
|
rm -f "$${dir}/so_locations"; \ |
202 |
.c.o: |
done |
203 |
$(COMPILE) -c $< |
libdevreaders.la: $(libdevreaders_la_OBJECTS) $(libdevreaders_la_DEPENDENCIES) |
204 |
|
$(CXXLINK) $(libdevreaders_la_LDFLAGS) $(libdevreaders_la_OBJECTS) $(libdevreaders_la_LIBADD) $(LIBS) |
|
# FIXME: We should only use cygpath when building on Windows, |
|
|
# and only if it is available. |
|
|
.c.obj: |
|
|
$(COMPILE) -c `cygpath -w $<` |
|
|
|
|
|
.s.o: |
|
|
$(COMPILE) -c $< |
|
|
|
|
|
.S.o: |
|
|
$(COMPILE) -c $< |
|
205 |
|
|
206 |
mostlyclean-compile: |
mostlyclean-compile: |
207 |
-rm -f *.o core *.core |
-rm -f *.$(OBJEXT) core *.core |
|
-rm -f *.$(OBJEXT) |
|
|
|
|
|
clean-compile: |
|
208 |
|
|
209 |
distclean-compile: |
distclean-compile: |
210 |
-rm -f *.tab.c |
-rm -f *.tab.c |
211 |
|
|
212 |
maintainer-clean-compile: |
.cpp.o: |
213 |
|
$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< |
|
.c.lo: |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
|
214 |
|
|
215 |
.s.lo: |
.cpp.obj: |
216 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` |
217 |
|
|
218 |
.S.lo: |
.cpp.lo: |
219 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< |
220 |
|
|
221 |
mostlyclean-libtool: |
mostlyclean-libtool: |
222 |
-rm -f *.lo |
-rm -f *.lo |
225 |
-rm -rf .libs _libs |
-rm -rf .libs _libs |
226 |
|
|
227 |
distclean-libtool: |
distclean-libtool: |
228 |
|
-rm -f libtool |
229 |
|
uninstall-info-am: |
230 |
|
|
231 |
maintainer-clean-libtool: |
ETAGS = etags |
232 |
|
ETAGSFLAGS = |
233 |
|
|
234 |
libdevreaders.la: $(libdevreaders_la_OBJECTS) $(libdevreaders_la_DEPENDENCIES) |
CTAGS = ctags |
235 |
$(CXXLINK) $(libdevreaders_la_LDFLAGS) $(libdevreaders_la_OBJECTS) $(libdevreaders_la_LIBADD) $(LIBS) |
CTAGSFLAGS = |
|
.cpp.o: |
|
|
$(CXXCOMPILE) -c $< |
|
|
.cpp.obj: |
|
|
$(CXXCOMPILE) -c `cygpath -w $<` |
|
|
.cpp.lo: |
|
|
$(LTCXXCOMPILE) -c $< |
|
236 |
|
|
237 |
tags: TAGS |
tags: TAGS |
238 |
|
|
239 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
240 |
list='$(SOURCES) $(HEADERS)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
241 |
unique=`for i in $$list; do echo $$i; done | \ |
unique=`for i in $$list; do \ |
242 |
awk ' { files[$$0] = 1; } \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
243 |
|
done | \ |
244 |
|
$(AWK) ' { files[$$0] = 1; } \ |
245 |
END { for (i in files) print i; }'`; \ |
END { for (i in files) print i; }'`; \ |
246 |
here=`pwd` && cd $(srcdir) \ |
mkid -fID $$unique |
|
&& mkid -f$$here/ID $$unique $(LISP) |
|
247 |
|
|
248 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
249 |
|
$(TAGS_FILES) $(LISP) |
250 |
tags=; \ |
tags=; \ |
251 |
here=`pwd`; \ |
here=`pwd`; \ |
252 |
list='$(SOURCES) $(HEADERS)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
253 |
unique=`for i in $$list; do echo $$i; done | \ |
unique=`for i in $$list; do \ |
254 |
awk ' { files[$$0] = 1; } \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
255 |
|
done | \ |
256 |
|
$(AWK) ' { files[$$0] = 1; } \ |
257 |
END { for (i in files) print i; }'`; \ |
END { for (i in files) print i; }'`; \ |
258 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
test -z "$(ETAGS_ARGS)$$tags$$unique" \ |
259 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
260 |
|
$$tags $$unique |
261 |
mostlyclean-tags: |
|
262 |
|
ctags: CTAGS |
263 |
clean-tags: |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
264 |
|
$(TAGS_FILES) $(LISP) |
265 |
|
tags=; \ |
266 |
|
here=`pwd`; \ |
267 |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
268 |
|
unique=`for i in $$list; do \ |
269 |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
270 |
|
done | \ |
271 |
|
$(AWK) ' { files[$$0] = 1; } \ |
272 |
|
END { for (i in files) print i; }'`; \ |
273 |
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
274 |
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
275 |
|
$$tags $$unique |
276 |
|
|
277 |
|
GTAGS: |
278 |
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
279 |
|
&& cd $(top_srcdir) \ |
280 |
|
&& gtags -i $(GTAGS_ARGS) $$here |
281 |
|
|
282 |
distclean-tags: |
distclean-tags: |
283 |
-rm -f TAGS ID |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
284 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
maintainer-clean-tags: |
|
285 |
|
|
286 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
top_distdir = ../.. |
287 |
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) |
|
subdir = techmodel/physics |
|
288 |
|
|
289 |
distdir: $(DISTFILES) |
distdir: $(DISTFILES) |
290 |
@for file in $(DISTFILES); do \ |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
291 |
d=$(srcdir); \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
292 |
|
list='$(DISTFILES)'; for file in $$list; do \ |
293 |
|
case $$file in \ |
294 |
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
295 |
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
296 |
|
esac; \ |
297 |
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
298 |
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
299 |
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
300 |
|
dir="/$$dir"; \ |
301 |
|
$(mkinstalldirs) "$(distdir)$$dir"; \ |
302 |
|
else \ |
303 |
|
dir=''; \ |
304 |
|
fi; \ |
305 |
if test -d $$d/$$file; then \ |
if test -d $$d/$$file; then \ |
306 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
307 |
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
308 |
|
fi; \ |
309 |
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
310 |
else \ |
else \ |
311 |
test -f $(distdir)/$$file \ |
test -f $(distdir)/$$file \ |
312 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|| cp -p $$d/$$file $(distdir)/$$file \ |
313 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
|| exit 1; \ |
314 |
fi; \ |
fi; \ |
315 |
done |
done |
|
info-am: |
|
|
info: info-am |
|
|
dvi-am: |
|
|
dvi: dvi-am |
|
316 |
check-am: all-am |
check-am: all-am |
317 |
check: check-am |
check: check-am |
318 |
installcheck-am: |
all-am: Makefile $(LTLIBRARIES) |
|
installcheck: installcheck-am |
|
|
install-info-am: |
|
|
install-info: install-info-am |
|
|
install-exec-am: |
|
|
install-exec: install-exec-am |
|
319 |
|
|
320 |
install-data-am: |
installdirs: |
321 |
|
install: install-am |
322 |
|
install-exec: install-exec-am |
323 |
install-data: install-data-am |
install-data: install-data-am |
324 |
|
uninstall: uninstall-am |
325 |
|
|
326 |
install-am: all-am |
install-am: all-am |
327 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
install: install-am |
|
|
uninstall-am: |
|
|
uninstall: uninstall-am |
|
|
all-am: Makefile $(LTLIBRARIES) |
|
|
all-redirect: all-am |
|
|
install-strip: |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
|
|
installdirs: |
|
|
|
|
328 |
|
|
329 |
|
installcheck: installcheck-am |
330 |
|
install-strip: |
331 |
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
332 |
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
333 |
|
`test -z '$(STRIP)' || \ |
334 |
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
335 |
mostlyclean-generic: |
mostlyclean-generic: |
336 |
|
|
337 |
clean-generic: |
clean-generic: |
338 |
|
|
339 |
distclean-generic: |
distclean-generic: |
340 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
-rm -f $(CONFIG_CLEAN_FILES) |
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
341 |
|
|
342 |
maintainer-clean-generic: |
maintainer-clean-generic: |
343 |
mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \ |
@echo "This command is intended for maintainers to use" |
344 |
mostlyclean-libtool mostlyclean-tags \ |
@echo "it deletes files that may require special tools to rebuild." |
345 |
mostlyclean-generic |
clean: clean-am |
346 |
|
|
347 |
mostlyclean: mostlyclean-am |
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ |
348 |
|
mostlyclean-am |
349 |
|
|
350 |
clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \ |
distclean: distclean-am |
351 |
clean-tags clean-generic mostlyclean-am |
-rm -f Makefile |
352 |
|
distclean-am: clean-am distclean-compile distclean-generic \ |
353 |
|
distclean-libtool distclean-tags |
354 |
|
|
355 |
clean: clean-am |
dvi: dvi-am |
356 |
|
|
357 |
distclean-am: distclean-noinstLTLIBRARIES distclean-compile \ |
dvi-am: |
|
distclean-libtool distclean-tags distclean-generic \ |
|
|
clean-am |
|
|
-rm -f libtool |
|
358 |
|
|
359 |
distclean: distclean-am |
info: info-am |
360 |
|
|
361 |
maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \ |
info-am: |
362 |
maintainer-clean-compile maintainer-clean-libtool \ |
|
363 |
maintainer-clean-tags maintainer-clean-generic \ |
install-data-am: |
364 |
distclean-am |
|
365 |
@echo "This command is intended for maintainers to use;" |
install-exec-am: |
366 |
@echo "it deletes files that may require special tools to rebuild." |
|
367 |
|
install-info: |
368 |
|
|
369 |
|
install-man: |
370 |
|
|
371 |
|
installcheck-am: |
372 |
|
|
373 |
maintainer-clean: maintainer-clean-am |
maintainer-clean: maintainer-clean-am |
374 |
|
-rm -f Makefile |
375 |
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
376 |
|
|
377 |
|
mostlyclean: mostlyclean-am |
378 |
|
|
379 |
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
380 |
|
mostlyclean-libtool |
381 |
|
|
382 |
|
pdf: pdf-am |
383 |
|
|
384 |
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \ |
pdf-am: |
385 |
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \ |
|
386 |
mostlyclean-compile distclean-compile clean-compile \ |
ps: ps-am |
387 |
maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
|
388 |
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ |
ps-am: |
389 |
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
|
390 |
dvi-am dvi check check-am installcheck-am installcheck install-info-am \ |
uninstall-am: |
|
install-info install-exec-am install-exec install-data-am install-data \ |
|
|
install-am install uninstall-am uninstall all-redirect all-am all \ |
|
|
installdirs mostlyclean-generic distclean-generic clean-generic \ |
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
|
391 |
|
|
392 |
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
393 |
|
clean-libtool clean-noinstLTLIBRARIES ctags distclean \ |
394 |
|
distclean-compile distclean-generic distclean-libtool \ |
395 |
|
distclean-tags distdir dvi dvi-am info info-am install \ |
396 |
|
install-am install-data install-data-am install-exec \ |
397 |
|
install-exec-am install-info install-info-am install-man \ |
398 |
|
install-strip installcheck installcheck-am installdirs \ |
399 |
|
maintainer-clean maintainer-clean-generic mostlyclean \ |
400 |
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ |
401 |
|
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am |
402 |
|
|
403 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
404 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
# Otherwise a system limit (for SysV at least) may be exceeded. |