1 |
kusanagi |
1.3 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 |
kusanagi |
1.1 |
|
3 |
kusanagi |
1.3 |
# 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 |
kusanagi |
1.3 |
|
14 |
|
|
SHELL = @SHELL@ |
15 |
|
|
|
16 |
kusanagi |
1.1 |
srcdir = @srcdir@ |
17 |
|
|
top_srcdir = @top_srcdir@ |
18 |
|
|
VPATH = @srcdir@ |
19 |
kusanagi |
1.3 |
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.3 |
|
41 |
kusanagi |
1.1 |
top_builddir = ../.. |
42 |
kusanagi |
1.3 |
|
43 |
|
|
ACLOCAL = @ACLOCAL@ |
44 |
|
|
AUTOCONF = @AUTOCONF@ |
45 |
|
|
AUTOMAKE = @AUTOMAKE@ |
46 |
|
|
AUTOHEADER = @AUTOHEADER@ |
47 |
|
|
|
48 |
kusanagi |
1.1 |
INSTALL = @INSTALL@ |
49 |
kusanagi |
1.3 |
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.3 |
host_alias = @host_alias@ |
61 |
kusanagi |
1.1 |
host_triplet = @host@ |
62 |
kusanagi |
1.3 |
AS = @AS@ |
63 |
kusanagi |
1.1 |
CC = @CC@ |
64 |
|
|
CXX = @CXX@ |
65 |
kusanagi |
1.3 |
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.3 |
HAVE_LIB = @HAVE_LIB@ |
72 |
|
|
LIB = @LIB@ |
73 |
kusanagi |
1.1 |
LIBTOOL = @LIBTOOL@ |
74 |
|
|
LN_S = @LN_S@ |
75 |
kusanagi |
1.3 |
LTLIB = @LTLIB@ |
76 |
kusanagi |
1.1 |
MAKEINFO = @MAKEINFO@ |
77 |
kusanagi |
1.3 |
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.3 |
|
87 |
kusanagi |
1.1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
88 |
kusanagi |
1.2 |
SUBDIRS = anticounter calorimeter tracker |
89 |
kusanagi |
1.3 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
90 |
|
|
CONFIG_HEADER = ../../config.h |
91 |
|
|
CONFIG_CLEAN_FILES = |
92 |
|
|
DIST_COMMON = Makefile.am Makefile.in |
93 |
|
|
|
94 |
kusanagi |
1.1 |
|
95 |
kusanagi |
1.3 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
96 |
|
|
|
97 |
|
|
TAR = gtar |
98 |
|
|
GZIP_ENV = --best |
99 |
|
|
all: all-redirect |
100 |
kusanagi |
1.1 |
.SUFFIXES: |
101 |
kusanagi |
1.3 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
102 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign event/physics/Makefile |
103 |
kusanagi |
1.1 |
|
104 |
kusanagi |
1.3 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
105 |
|
|
cd $(top_builddir) \ |
106 |
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
107 |
kusanagi |
1.1 |
|
108 |
|
|
|
109 |
|
|
# This directory's subdirectories are mostly independent; you can cd |
110 |
|
|
# into them and run `make' without going through this Makefile. |
111 |
|
|
# To change the values of `make' variables: instead of editing Makefiles, |
112 |
|
|
# (1) if the variable is set in `config.status', edit `config.status' |
113 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make'); |
114 |
|
|
# (2) otherwise, pass the desired values on the `make' command line. |
115 |
kusanagi |
1.3 |
|
116 |
|
|
@SET_MAKE@ |
117 |
|
|
|
118 |
|
|
all-recursive install-data-recursive install-exec-recursive \ |
119 |
|
|
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ |
120 |
|
|
check-recursive installcheck-recursive info-recursive dvi-recursive: |
121 |
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \ |
122 |
kusanagi |
1.1 |
dot_seen=no; \ |
123 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
124 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
125 |
|
|
echo "Making $$target in $$subdir"; \ |
126 |
|
|
if test "$$subdir" = "."; then \ |
127 |
|
|
dot_seen=yes; \ |
128 |
|
|
local_target="$$target-am"; \ |
129 |
|
|
else \ |
130 |
|
|
local_target="$$target"; \ |
131 |
|
|
fi; \ |
132 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
133 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
134 |
|
|
done; \ |
135 |
|
|
if test "$$dot_seen" = "no"; then \ |
136 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
137 |
|
|
fi; test -z "$$fail" |
138 |
|
|
|
139 |
|
|
mostlyclean-recursive clean-recursive distclean-recursive \ |
140 |
|
|
maintainer-clean-recursive: |
141 |
kusanagi |
1.3 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
142 |
kusanagi |
1.1 |
dot_seen=no; \ |
143 |
kusanagi |
1.3 |
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
144 |
|
|
rev="$$subdir $$rev"; \ |
145 |
|
|
test "$$subdir" != "." || dot_seen=yes; \ |
146 |
kusanagi |
1.1 |
done; \ |
147 |
kusanagi |
1.3 |
test "$$dot_seen" = "no" && rev=". $$rev"; \ |
148 |
kusanagi |
1.1 |
target=`echo $@ | sed s/-recursive//`; \ |
149 |
|
|
for subdir in $$rev; do \ |
150 |
|
|
echo "Making $$target in $$subdir"; \ |
151 |
|
|
if test "$$subdir" = "."; then \ |
152 |
|
|
local_target="$$target-am"; \ |
153 |
|
|
else \ |
154 |
|
|
local_target="$$target"; \ |
155 |
|
|
fi; \ |
156 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
157 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
158 |
|
|
done && test -z "$$fail" |
159 |
|
|
tags-recursive: |
160 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
161 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
162 |
|
|
done |
163 |
|
|
|
164 |
kusanagi |
1.3 |
tags: TAGS |
165 |
|
|
|
166 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) |
167 |
|
|
list='$(SOURCES) $(HEADERS)'; \ |
168 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
169 |
|
|
awk ' { files[$$0] = 1; } \ |
170 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
171 |
kusanagi |
1.3 |
here=`pwd` && cd $(srcdir) \ |
172 |
|
|
&& mkid -f$$here/ID $$unique $(LISP) |
173 |
kusanagi |
1.1 |
|
174 |
kusanagi |
1.3 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
175 |
kusanagi |
1.1 |
tags=; \ |
176 |
|
|
here=`pwd`; \ |
177 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
178 |
kusanagi |
1.3 |
if test "$$subdir" = .; then :; else \ |
179 |
|
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
180 |
|
|
fi; \ |
181 |
kusanagi |
1.1 |
done; \ |
182 |
kusanagi |
1.3 |
list='$(SOURCES) $(HEADERS)'; \ |
183 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
184 |
|
|
awk ' { files[$$0] = 1; } \ |
185 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
186 |
kusanagi |
1.3 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
187 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
188 |
|
|
|
189 |
|
|
mostlyclean-tags: |
190 |
|
|
|
191 |
|
|
clean-tags: |
192 |
kusanagi |
1.1 |
|
193 |
|
|
distclean-tags: |
194 |
kusanagi |
1.3 |
-rm -f TAGS ID |
195 |
|
|
|
196 |
|
|
maintainer-clean-tags: |
197 |
|
|
|
198 |
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
199 |
|
|
|
200 |
|
|
subdir = event/physics |
201 |
kusanagi |
1.1 |
|
202 |
|
|
distdir: $(DISTFILES) |
203 |
kusanagi |
1.3 |
@for file in $(DISTFILES); do \ |
204 |
|
|
d=$(srcdir); \ |
205 |
kusanagi |
1.1 |
if test -d $$d/$$file; then \ |
206 |
kusanagi |
1.3 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
207 |
kusanagi |
1.1 |
else \ |
208 |
|
|
test -f $(distdir)/$$file \ |
209 |
kusanagi |
1.3 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
210 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
211 |
kusanagi |
1.1 |
fi; \ |
212 |
|
|
done |
213 |
kusanagi |
1.3 |
for subdir in $(SUBDIRS); do \ |
214 |
kusanagi |
1.1 |
if test "$$subdir" = .; then :; else \ |
215 |
kusanagi |
1.3 |
test -d $(distdir)/$$subdir \ |
216 |
|
|
|| mkdir $(distdir)/$$subdir \ |
217 |
kusanagi |
1.1 |
|| exit 1; \ |
218 |
kusanagi |
1.3 |
chmod 777 $(distdir)/$$subdir; \ |
219 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
220 |
kusanagi |
1.1 |
|| exit 1; \ |
221 |
|
|
fi; \ |
222 |
|
|
done |
223 |
kusanagi |
1.3 |
info-am: |
224 |
|
|
info: info-recursive |
225 |
|
|
dvi-am: |
226 |
|
|
dvi: dvi-recursive |
227 |
kusanagi |
1.1 |
check-am: all-am |
228 |
|
|
check: check-recursive |
229 |
kusanagi |
1.3 |
installcheck-am: |
230 |
|
|
installcheck: installcheck-recursive |
231 |
|
|
install-info-am: |
232 |
|
|
install-info: install-info-recursive |
233 |
|
|
install-exec-am: |
234 |
kusanagi |
1.1 |
install-exec: install-exec-recursive |
235 |
kusanagi |
1.3 |
|
236 |
|
|
install-data-am: |
237 |
kusanagi |
1.1 |
install-data: install-data-recursive |
238 |
|
|
|
239 |
|
|
install-am: all-am |
240 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
241 |
kusanagi |
1.3 |
install: install-recursive |
242 |
|
|
uninstall-am: |
243 |
|
|
uninstall: uninstall-recursive |
244 |
|
|
all-am: Makefile |
245 |
|
|
all-redirect: all-recursive |
246 |
|
|
install-strip: |
247 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
248 |
|
|
installdirs: installdirs-recursive |
249 |
|
|
installdirs-am: |
250 |
|
|
|
251 |
kusanagi |
1.1 |
|
252 |
|
|
mostlyclean-generic: |
253 |
|
|
|
254 |
|
|
clean-generic: |
255 |
|
|
|
256 |
|
|
distclean-generic: |
257 |
kusanagi |
1.3 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
258 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
259 |
kusanagi |
1.1 |
|
260 |
|
|
maintainer-clean-generic: |
261 |
kusanagi |
1.3 |
mostlyclean-am: mostlyclean-tags mostlyclean-generic |
262 |
kusanagi |
1.1 |
|
263 |
kusanagi |
1.3 |
mostlyclean: mostlyclean-recursive |
264 |
kusanagi |
1.1 |
|
265 |
kusanagi |
1.3 |
clean-am: clean-tags clean-generic mostlyclean-am |
266 |
kusanagi |
1.1 |
|
267 |
kusanagi |
1.3 |
clean: clean-recursive |
268 |
kusanagi |
1.1 |
|
269 |
kusanagi |
1.3 |
distclean-am: distclean-tags distclean-generic clean-am |
270 |
|
|
-rm -f libtool |
271 |
kusanagi |
1.1 |
|
272 |
kusanagi |
1.3 |
distclean: distclean-recursive |
273 |
kusanagi |
1.1 |
|
274 |
kusanagi |
1.3 |
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ |
275 |
|
|
distclean-am |
276 |
|
|
@echo "This command is intended for maintainers to use;" |
277 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
278 |
kusanagi |
1.1 |
|
279 |
|
|
maintainer-clean: maintainer-clean-recursive |
280 |
|
|
|
281 |
kusanagi |
1.3 |
.PHONY: install-data-recursive uninstall-data-recursive \ |
282 |
|
|
install-exec-recursive uninstall-exec-recursive installdirs-recursive \ |
283 |
|
|
uninstalldirs-recursive all-recursive check-recursive \ |
284 |
|
|
installcheck-recursive info-recursive dvi-recursive \ |
285 |
|
|
mostlyclean-recursive distclean-recursive clean-recursive \ |
286 |
|
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
287 |
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
288 |
|
|
dvi-am dvi check check-am installcheck-am installcheck install-info-am \ |
289 |
|
|
install-info install-exec-am install-exec install-data-am install-data \ |
290 |
|
|
install-am install uninstall-am uninstall all-redirect all-am all \ |
291 |
|
|
installdirs-am installdirs mostlyclean-generic distclean-generic \ |
292 |
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \ |
293 |
|
|
maintainer-clean |
294 |
kusanagi |
1.1 |
|
295 |
|
|
|
296 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
297 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
298 |
|
|
.NOEXPORT: |