1 |
kusanagi |
1.4 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 |
kusanagi |
1.1 |
|
3 |
kusanagi |
1.4 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
4 |
kusanagi |
1.1 |
# This Makefile.in is free software; the Free Software Foundation |
5 |
|
|
# gives unlimited permission to copy and/or distribute it, |
6 |
|
|
# with or without modifications, as long as this notice is preserved. |
7 |
|
|
|
8 |
|
|
# This program is distributed in the hope that it will be useful, |
9 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
10 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
11 |
|
|
# PARTICULAR PURPOSE. |
12 |
|
|
|
13 |
|
|
|
14 |
kusanagi |
1.4 |
SHELL = @SHELL@ |
15 |
kusanagi |
1.1 |
|
16 |
|
|
srcdir = @srcdir@ |
17 |
|
|
top_srcdir = @top_srcdir@ |
18 |
|
|
VPATH = @srcdir@ |
19 |
kusanagi |
1.4 |
prefix = @prefix@ |
20 |
|
|
exec_prefix = @exec_prefix@ |
21 |
|
|
|
22 |
|
|
bindir = @bindir@ |
23 |
|
|
sbindir = @sbindir@ |
24 |
|
|
libexecdir = @libexecdir@ |
25 |
|
|
datadir = @datadir@ |
26 |
|
|
sysconfdir = @sysconfdir@ |
27 |
|
|
sharedstatedir = @sharedstatedir@ |
28 |
|
|
localstatedir = @localstatedir@ |
29 |
|
|
libdir = @libdir@ |
30 |
|
|
infodir = @infodir@ |
31 |
|
|
mandir = @mandir@ |
32 |
|
|
includedir = @includedir@ |
33 |
|
|
oldincludedir = /usr/include |
34 |
|
|
|
35 |
|
|
DESTDIR = |
36 |
|
|
|
37 |
kusanagi |
1.1 |
pkgdatadir = $(datadir)/@PACKAGE@ |
38 |
|
|
pkglibdir = $(libdir)/@PACKAGE@ |
39 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
40 |
kusanagi |
1.4 |
|
41 |
kusanagi |
1.1 |
top_builddir = ../.. |
42 |
kusanagi |
1.4 |
|
43 |
|
|
ACLOCAL = @ACLOCAL@ |
44 |
|
|
AUTOCONF = @AUTOCONF@ |
45 |
|
|
AUTOMAKE = @AUTOMAKE@ |
46 |
|
|
AUTOHEADER = @AUTOHEADER@ |
47 |
|
|
|
48 |
kusanagi |
1.1 |
INSTALL = @INSTALL@ |
49 |
kusanagi |
1.4 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
50 |
|
|
INSTALL_DATA = @INSTALL_DATA@ |
51 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
52 |
|
|
transform = @program_transform_name@ |
53 |
|
|
|
54 |
kusanagi |
1.1 |
NORMAL_INSTALL = : |
55 |
|
|
PRE_INSTALL = : |
56 |
|
|
POST_INSTALL = : |
57 |
|
|
NORMAL_UNINSTALL = : |
58 |
|
|
PRE_UNINSTALL = : |
59 |
|
|
POST_UNINSTALL = : |
60 |
kusanagi |
1.4 |
host_alias = @host_alias@ |
61 |
kusanagi |
1.1 |
host_triplet = @host@ |
62 |
kusanagi |
1.4 |
AS = @AS@ |
63 |
kusanagi |
1.1 |
CC = @CC@ |
64 |
|
|
CXX = @CXX@ |
65 |
kusanagi |
1.4 |
DLLTOOL = @DLLTOOL@ |
66 |
kusanagi |
1.1 |
ECHO = @ECHO@ |
67 |
|
|
EXEEXT = @EXEEXT@ |
68 |
|
|
F77 = @F77@ |
69 |
|
|
FLIBS = @FLIBS@ |
70 |
|
|
HAS_DOXYFILE = @HAS_DOXYFILE@ |
71 |
kusanagi |
1.4 |
HAVE_LIB = @HAVE_LIB@ |
72 |
|
|
LIB = @LIB@ |
73 |
kusanagi |
1.1 |
LIBTOOL = @LIBTOOL@ |
74 |
|
|
LN_S = @LN_S@ |
75 |
kusanagi |
1.4 |
LTLIB = @LTLIB@ |
76 |
kusanagi |
1.1 |
MAKEINFO = @MAKEINFO@ |
77 |
kusanagi |
1.4 |
OBJDUMP = @OBJDUMP@ |
78 |
kusanagi |
1.1 |
OBJEXT = @OBJEXT@ |
79 |
|
|
PACKAGE = @PACKAGE@ |
80 |
|
|
RANLIB = @RANLIB@ |
81 |
|
|
ROOTCINT = @ROOTCINT@ |
82 |
|
|
ROOT_INCLUDES = @ROOT_INCLUDES@ |
83 |
|
|
ROOT_LDFLAGS = @ROOT_LDFLAGS@ |
84 |
|
|
STRIP = @STRIP@ |
85 |
|
|
VERSION = @VERSION@ |
86 |
kusanagi |
1.4 |
|
87 |
kusanagi |
1.1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
88 |
|
|
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
89 |
|
|
|
90 |
|
|
# These will build a non-installing libtool library |
91 |
|
|
noinst_LTLIBRARIES = libdevreaders.la |
92 |
|
|
|
93 |
kusanagi |
1.5 |
libdevreaders_la_SOURCES = TrackerReader.cpp TrackerReader.h AnticounterReader.cpp AnticounterReader.h CalorimeterReader.cpp CalorimeterReader.h NeutronDetectorReader.cpp NeutronDetectorReader.h |
94 |
kusanagi |
1.1 |
|
95 |
kusanagi |
1.4 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
96 |
|
|
CONFIG_HEADER = ../../config.h |
97 |
|
|
CONFIG_CLEAN_FILES = |
98 |
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES) |
99 |
|
|
|
100 |
|
|
|
101 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
102 |
|
|
CPPFLAGS = @CPPFLAGS@ |
103 |
|
|
LDFLAGS = @LDFLAGS@ |
104 |
|
|
LIBS = @LIBS@ |
105 |
|
|
libdevreaders_la_LDFLAGS = |
106 |
|
|
libdevreaders_la_LIBADD = |
107 |
|
|
libdevreaders_la_OBJECTS = TrackerReader.lo AnticounterReader.lo \ |
108 |
kusanagi |
1.5 |
CalorimeterReader.lo NeutronDetectorReader.lo |
109 |
kusanagi |
1.4 |
CXXFLAGS = @CXXFLAGS@ |
110 |
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
111 |
|
|
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
112 |
|
|
CXXLD = $(CXX) |
113 |
|
|
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
114 |
|
|
CFLAGS = @CFLAGS@ |
115 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
116 |
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
117 |
|
|
CCLD = $(CC) |
118 |
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
119 |
|
|
DIST_COMMON = Makefile.am Makefile.in |
120 |
|
|
|
121 |
|
|
|
122 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
123 |
|
|
|
124 |
|
|
TAR = gtar |
125 |
|
|
GZIP_ENV = --best |
126 |
|
|
SOURCES = $(libdevreaders_la_SOURCES) |
127 |
|
|
OBJECTS = $(libdevreaders_la_OBJECTS) |
128 |
|
|
|
129 |
|
|
all: all-redirect |
130 |
kusanagi |
1.1 |
.SUFFIXES: |
131 |
kusanagi |
1.4 |
.SUFFIXES: .S .c .cpp .lo .o .obj .s |
132 |
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
133 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/physics/Makefile |
134 |
|
|
|
135 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
136 |
|
|
cd $(top_builddir) \ |
137 |
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
138 |
|
|
|
139 |
|
|
|
140 |
|
|
mostlyclean-noinstLTLIBRARIES: |
141 |
kusanagi |
1.1 |
|
142 |
|
|
clean-noinstLTLIBRARIES: |
143 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
144 |
kusanagi |
1.4 |
|
145 |
|
|
distclean-noinstLTLIBRARIES: |
146 |
|
|
|
147 |
|
|
maintainer-clean-noinstLTLIBRARIES: |
148 |
|
|
|
149 |
|
|
.c.o: |
150 |
|
|
$(COMPILE) -c $< |
151 |
|
|
|
152 |
|
|
# FIXME: We should only use cygpath when building on Windows, |
153 |
|
|
# and only if it is available. |
154 |
|
|
.c.obj: |
155 |
|
|
$(COMPILE) -c `cygpath -w $<` |
156 |
|
|
|
157 |
|
|
.s.o: |
158 |
|
|
$(COMPILE) -c $< |
159 |
|
|
|
160 |
|
|
.S.o: |
161 |
|
|
$(COMPILE) -c $< |
162 |
kusanagi |
1.1 |
|
163 |
|
|
mostlyclean-compile: |
164 |
kusanagi |
1.4 |
-rm -f *.o core *.core |
165 |
kusanagi |
1.1 |
-rm -f *.$(OBJEXT) |
166 |
|
|
|
167 |
kusanagi |
1.4 |
clean-compile: |
168 |
|
|
|
169 |
kusanagi |
1.1 |
distclean-compile: |
170 |
|
|
-rm -f *.tab.c |
171 |
|
|
|
172 |
kusanagi |
1.4 |
maintainer-clean-compile: |
173 |
|
|
|
174 |
|
|
.c.lo: |
175 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
176 |
kusanagi |
1.1 |
|
177 |
kusanagi |
1.4 |
.s.lo: |
178 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
179 |
kusanagi |
1.1 |
|
180 |
kusanagi |
1.4 |
.S.lo: |
181 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
182 |
kusanagi |
1.1 |
|
183 |
|
|
mostlyclean-libtool: |
184 |
|
|
-rm -f *.lo |
185 |
|
|
|
186 |
|
|
clean-libtool: |
187 |
|
|
-rm -rf .libs _libs |
188 |
|
|
|
189 |
|
|
distclean-libtool: |
190 |
|
|
|
191 |
kusanagi |
1.4 |
maintainer-clean-libtool: |
192 |
|
|
|
193 |
|
|
libdevreaders.la: $(libdevreaders_la_OBJECTS) $(libdevreaders_la_DEPENDENCIES) |
194 |
|
|
$(CXXLINK) $(libdevreaders_la_LDFLAGS) $(libdevreaders_la_OBJECTS) $(libdevreaders_la_LIBADD) $(LIBS) |
195 |
|
|
.cpp.o: |
196 |
|
|
$(CXXCOMPILE) -c $< |
197 |
|
|
.cpp.obj: |
198 |
|
|
$(CXXCOMPILE) -c `cygpath -w $<` |
199 |
|
|
.cpp.lo: |
200 |
|
|
$(LTCXXCOMPILE) -c $< |
201 |
|
|
|
202 |
kusanagi |
1.1 |
tags: TAGS |
203 |
|
|
|
204 |
kusanagi |
1.4 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
205 |
|
|
list='$(SOURCES) $(HEADERS)'; \ |
206 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
207 |
|
|
awk ' { files[$$0] = 1; } \ |
208 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
209 |
kusanagi |
1.4 |
here=`pwd` && cd $(srcdir) \ |
210 |
|
|
&& mkid -f$$here/ID $$unique $(LISP) |
211 |
|
|
|
212 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
213 |
kusanagi |
1.1 |
tags=; \ |
214 |
|
|
here=`pwd`; \ |
215 |
kusanagi |
1.4 |
list='$(SOURCES) $(HEADERS)'; \ |
216 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
217 |
|
|
awk ' { files[$$0] = 1; } \ |
218 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
219 |
kusanagi |
1.4 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
220 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
221 |
|
|
|
222 |
|
|
mostlyclean-tags: |
223 |
|
|
|
224 |
|
|
clean-tags: |
225 |
kusanagi |
1.1 |
|
226 |
|
|
distclean-tags: |
227 |
kusanagi |
1.4 |
-rm -f TAGS ID |
228 |
|
|
|
229 |
|
|
maintainer-clean-tags: |
230 |
|
|
|
231 |
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
232 |
|
|
|
233 |
|
|
subdir = techmodel/physics |
234 |
kusanagi |
1.1 |
|
235 |
|
|
distdir: $(DISTFILES) |
236 |
kusanagi |
1.4 |
@for file in $(DISTFILES); do \ |
237 |
|
|
d=$(srcdir); \ |
238 |
kusanagi |
1.1 |
if test -d $$d/$$file; then \ |
239 |
kusanagi |
1.4 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
240 |
kusanagi |
1.1 |
else \ |
241 |
|
|
test -f $(distdir)/$$file \ |
242 |
kusanagi |
1.4 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
243 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
244 |
kusanagi |
1.1 |
fi; \ |
245 |
|
|
done |
246 |
kusanagi |
1.4 |
info-am: |
247 |
|
|
info: info-am |
248 |
|
|
dvi-am: |
249 |
|
|
dvi: dvi-am |
250 |
kusanagi |
1.1 |
check-am: all-am |
251 |
|
|
check: check-am |
252 |
kusanagi |
1.4 |
installcheck-am: |
253 |
|
|
installcheck: installcheck-am |
254 |
|
|
install-info-am: |
255 |
|
|
install-info: install-info-am |
256 |
|
|
install-exec-am: |
257 |
kusanagi |
1.1 |
install-exec: install-exec-am |
258 |
kusanagi |
1.4 |
|
259 |
|
|
install-data-am: |
260 |
kusanagi |
1.1 |
install-data: install-data-am |
261 |
|
|
|
262 |
|
|
install-am: all-am |
263 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
264 |
kusanagi |
1.4 |
install: install-am |
265 |
|
|
uninstall-am: |
266 |
|
|
uninstall: uninstall-am |
267 |
|
|
all-am: Makefile $(LTLIBRARIES) |
268 |
|
|
all-redirect: all-am |
269 |
|
|
install-strip: |
270 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
271 |
|
|
installdirs: |
272 |
|
|
|
273 |
kusanagi |
1.1 |
|
274 |
|
|
mostlyclean-generic: |
275 |
|
|
|
276 |
|
|
clean-generic: |
277 |
|
|
|
278 |
|
|
distclean-generic: |
279 |
kusanagi |
1.4 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
280 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
281 |
kusanagi |
1.1 |
|
282 |
|
|
maintainer-clean-generic: |
283 |
kusanagi |
1.4 |
mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \ |
284 |
|
|
mostlyclean-libtool mostlyclean-tags \ |
285 |
|
|
mostlyclean-generic |
286 |
kusanagi |
1.1 |
|
287 |
kusanagi |
1.4 |
mostlyclean: mostlyclean-am |
288 |
kusanagi |
1.1 |
|
289 |
kusanagi |
1.4 |
clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \ |
290 |
|
|
clean-tags clean-generic mostlyclean-am |
291 |
kusanagi |
1.1 |
|
292 |
kusanagi |
1.4 |
clean: clean-am |
293 |
kusanagi |
1.1 |
|
294 |
kusanagi |
1.4 |
distclean-am: distclean-noinstLTLIBRARIES distclean-compile \ |
295 |
|
|
distclean-libtool distclean-tags distclean-generic \ |
296 |
|
|
clean-am |
297 |
|
|
-rm -f libtool |
298 |
kusanagi |
1.1 |
|
299 |
kusanagi |
1.4 |
distclean: distclean-am |
300 |
kusanagi |
1.1 |
|
301 |
kusanagi |
1.4 |
maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \ |
302 |
|
|
maintainer-clean-compile maintainer-clean-libtool \ |
303 |
|
|
maintainer-clean-tags maintainer-clean-generic \ |
304 |
|
|
distclean-am |
305 |
|
|
@echo "This command is intended for maintainers to use;" |
306 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
307 |
kusanagi |
1.1 |
|
308 |
|
|
maintainer-clean: maintainer-clean-am |
309 |
|
|
|
310 |
kusanagi |
1.4 |
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \ |
311 |
|
|
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \ |
312 |
|
|
mostlyclean-compile distclean-compile clean-compile \ |
313 |
|
|
maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
314 |
|
|
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ |
315 |
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
316 |
|
|
dvi-am dvi check check-am installcheck-am installcheck install-info-am \ |
317 |
|
|
install-info install-exec-am install-exec install-data-am install-data \ |
318 |
|
|
install-am install uninstall-am uninstall all-redirect all-am all \ |
319 |
|
|
installdirs mostlyclean-generic distclean-generic clean-generic \ |
320 |
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
321 |
kusanagi |
1.1 |
|
322 |
|
|
|
323 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
324 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
325 |
|
|
.NOEXPORT: |