1 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 |
|
3 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
4 |
# 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 |
SHELL = @SHELL@ |
15 |
|
16 |
srcdir = @srcdir@ |
17 |
top_srcdir = @top_srcdir@ |
18 |
VPATH = @srcdir@ |
19 |
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 |
pkgdatadir = $(datadir)/@PACKAGE@ |
38 |
pkglibdir = $(libdir)/@PACKAGE@ |
39 |
pkgincludedir = $(includedir)/@PACKAGE@ |
40 |
|
41 |
top_builddir = ../.. |
42 |
|
43 |
ACLOCAL = @ACLOCAL@ |
44 |
AUTOCONF = @AUTOCONF@ |
45 |
AUTOMAKE = @AUTOMAKE@ |
46 |
AUTOHEADER = @AUTOHEADER@ |
47 |
|
48 |
INSTALL = @INSTALL@ |
49 |
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 |
NORMAL_INSTALL = : |
55 |
PRE_INSTALL = : |
56 |
POST_INSTALL = : |
57 |
NORMAL_UNINSTALL = : |
58 |
PRE_UNINSTALL = : |
59 |
POST_UNINSTALL = : |
60 |
host_alias = @host_alias@ |
61 |
host_triplet = @host@ |
62 |
AS = @AS@ |
63 |
CC = @CC@ |
64 |
CXX = @CXX@ |
65 |
DLLTOOL = @DLLTOOL@ |
66 |
ECHO = @ECHO@ |
67 |
EXEEXT = @EXEEXT@ |
68 |
F77 = @F77@ |
69 |
FLIBS = @FLIBS@ |
70 |
HAS_DOXYFILE = @HAS_DOXYFILE@ |
71 |
HAVE_LIB = @HAVE_LIB@ |
72 |
LIB = @LIB@ |
73 |
LIBTOOL = @LIBTOOL@ |
74 |
LN_S = @LN_S@ |
75 |
LTLIB = @LTLIB@ |
76 |
MAKEINFO = @MAKEINFO@ |
77 |
OBJDUMP = @OBJDUMP@ |
78 |
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 |
|
87 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
88 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
89 |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp |
90 |
SUBDIRS = tracker anticounter calorimeter |
91 |
|
92 |
# These will build a non-installing libtool library |
93 |
noinst_LTLIBRARIES = libforrou.la |
94 |
|
95 |
libforrou_la_LIBADD = tracker/libfortracker.la anticounter/libanticounter.la calorimeter/libforcalor.la |
96 |
|
97 |
|
98 |
libforrou_la_SOURCES = dummy2.c |
99 |
libforrou_la_LDFLAGS = -lg2c -lstdc++ |
100 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
101 |
CONFIG_HEADER = ../../config.h |
102 |
CONFIG_CLEAN_FILES = |
103 |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
104 |
|
105 |
|
106 |
DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
107 |
CPPFLAGS = @CPPFLAGS@ |
108 |
LIBS = @LIBS@ |
109 |
libforrou_la_DEPENDENCIES = tracker/libfortracker.la \ |
110 |
anticounter/libanticounter.la calorimeter/libforcalor.la |
111 |
libforrou_la_OBJECTS = dummy2.lo |
112 |
CFLAGS = @CFLAGS@ |
113 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
114 |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
115 |
CCLD = $(CC) |
116 |
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
117 |
DIST_COMMON = Makefile.am Makefile.in |
118 |
|
119 |
|
120 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
121 |
|
122 |
TAR = gtar |
123 |
GZIP_ENV = --best |
124 |
SOURCES = $(libforrou_la_SOURCES) |
125 |
OBJECTS = $(libforrou_la_OBJECTS) |
126 |
|
127 |
all: all-redirect |
128 |
.SUFFIXES: |
129 |
.SUFFIXES: .S .c .lo .o .obj .s |
130 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
131 |
cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/Makefile |
132 |
|
133 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
134 |
cd $(top_builddir) \ |
135 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
136 |
|
137 |
|
138 |
mostlyclean-noinstLTLIBRARIES: |
139 |
|
140 |
clean-noinstLTLIBRARIES: |
141 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
142 |
|
143 |
distclean-noinstLTLIBRARIES: |
144 |
|
145 |
maintainer-clean-noinstLTLIBRARIES: |
146 |
|
147 |
.c.o: |
148 |
$(COMPILE) -c $< |
149 |
|
150 |
# FIXME: We should only use cygpath when building on Windows, |
151 |
# and only if it is available. |
152 |
.c.obj: |
153 |
$(COMPILE) -c `cygpath -w $<` |
154 |
|
155 |
.s.o: |
156 |
$(COMPILE) -c $< |
157 |
|
158 |
.S.o: |
159 |
$(COMPILE) -c $< |
160 |
|
161 |
mostlyclean-compile: |
162 |
-rm -f *.o core *.core |
163 |
-rm -f *.$(OBJEXT) |
164 |
|
165 |
clean-compile: |
166 |
|
167 |
distclean-compile: |
168 |
-rm -f *.tab.c |
169 |
|
170 |
maintainer-clean-compile: |
171 |
|
172 |
.c.lo: |
173 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
174 |
|
175 |
.s.lo: |
176 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
177 |
|
178 |
.S.lo: |
179 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
180 |
|
181 |
mostlyclean-libtool: |
182 |
-rm -f *.lo |
183 |
|
184 |
clean-libtool: |
185 |
-rm -rf .libs _libs |
186 |
|
187 |
distclean-libtool: |
188 |
|
189 |
maintainer-clean-libtool: |
190 |
|
191 |
libforrou.la: $(libforrou_la_OBJECTS) $(libforrou_la_DEPENDENCIES) |
192 |
$(LINK) $(libforrou_la_LDFLAGS) $(libforrou_la_OBJECTS) $(libforrou_la_LIBADD) $(LIBS) |
193 |
|
194 |
# This directory's subdirectories are mostly independent; you can cd |
195 |
# into them and run `make' without going through this Makefile. |
196 |
# To change the values of `make' variables: instead of editing Makefiles, |
197 |
# (1) if the variable is set in `config.status', edit `config.status' |
198 |
# (which will cause the Makefiles to be regenerated when you run `make'); |
199 |
# (2) otherwise, pass the desired values on the `make' command line. |
200 |
|
201 |
@SET_MAKE@ |
202 |
|
203 |
all-recursive install-data-recursive install-exec-recursive \ |
204 |
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ |
205 |
check-recursive installcheck-recursive info-recursive dvi-recursive: |
206 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
207 |
dot_seen=no; \ |
208 |
target=`echo $@ | sed s/-recursive//`; \ |
209 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
210 |
echo "Making $$target in $$subdir"; \ |
211 |
if test "$$subdir" = "."; then \ |
212 |
dot_seen=yes; \ |
213 |
local_target="$$target-am"; \ |
214 |
else \ |
215 |
local_target="$$target"; \ |
216 |
fi; \ |
217 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
218 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
219 |
done; \ |
220 |
if test "$$dot_seen" = "no"; then \ |
221 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
222 |
fi; test -z "$$fail" |
223 |
|
224 |
mostlyclean-recursive clean-recursive distclean-recursive \ |
225 |
maintainer-clean-recursive: |
226 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
227 |
dot_seen=no; \ |
228 |
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
229 |
rev="$$subdir $$rev"; \ |
230 |
test "$$subdir" != "." || dot_seen=yes; \ |
231 |
done; \ |
232 |
test "$$dot_seen" = "no" && rev=". $$rev"; \ |
233 |
target=`echo $@ | sed s/-recursive//`; \ |
234 |
for subdir in $$rev; do \ |
235 |
echo "Making $$target in $$subdir"; \ |
236 |
if test "$$subdir" = "."; then \ |
237 |
local_target="$$target-am"; \ |
238 |
else \ |
239 |
local_target="$$target"; \ |
240 |
fi; \ |
241 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
242 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
243 |
done && test -z "$$fail" |
244 |
tags-recursive: |
245 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
246 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
247 |
done |
248 |
|
249 |
tags: TAGS |
250 |
|
251 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
252 |
list='$(SOURCES) $(HEADERS)'; \ |
253 |
unique=`for i in $$list; do echo $$i; done | \ |
254 |
awk ' { files[$$0] = 1; } \ |
255 |
END { for (i in files) print i; }'`; \ |
256 |
here=`pwd` && cd $(srcdir) \ |
257 |
&& mkid -f$$here/ID $$unique $(LISP) |
258 |
|
259 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
260 |
tags=; \ |
261 |
here=`pwd`; \ |
262 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
263 |
if test "$$subdir" = .; then :; else \ |
264 |
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
265 |
fi; \ |
266 |
done; \ |
267 |
list='$(SOURCES) $(HEADERS)'; \ |
268 |
unique=`for i in $$list; do echo $$i; done | \ |
269 |
awk ' { files[$$0] = 1; } \ |
270 |
END { for (i in files) print i; }'`; \ |
271 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
272 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
273 |
|
274 |
mostlyclean-tags: |
275 |
|
276 |
clean-tags: |
277 |
|
278 |
distclean-tags: |
279 |
-rm -f TAGS ID |
280 |
|
281 |
maintainer-clean-tags: |
282 |
|
283 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
284 |
|
285 |
subdir = techmodel/forroutines |
286 |
|
287 |
distdir: $(DISTFILES) |
288 |
@for file in $(DISTFILES); do \ |
289 |
d=$(srcdir); \ |
290 |
if test -d $$d/$$file; then \ |
291 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
292 |
else \ |
293 |
test -f $(distdir)/$$file \ |
294 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
295 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
296 |
fi; \ |
297 |
done |
298 |
for subdir in $(SUBDIRS); do \ |
299 |
if test "$$subdir" = .; then :; else \ |
300 |
test -d $(distdir)/$$subdir \ |
301 |
|| mkdir $(distdir)/$$subdir \ |
302 |
|| exit 1; \ |
303 |
chmod 777 $(distdir)/$$subdir; \ |
304 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
305 |
|| exit 1; \ |
306 |
fi; \ |
307 |
done |
308 |
info-am: |
309 |
info: info-recursive |
310 |
dvi-am: |
311 |
dvi: dvi-recursive |
312 |
check-am: all-am |
313 |
check: check-recursive |
314 |
installcheck-am: |
315 |
installcheck: installcheck-recursive |
316 |
install-info-am: |
317 |
install-info: install-info-recursive |
318 |
install-exec-am: |
319 |
install-exec: install-exec-recursive |
320 |
|
321 |
install-data-am: |
322 |
install-data: install-data-recursive |
323 |
|
324 |
install-am: all-am |
325 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
326 |
install: install-recursive |
327 |
uninstall-am: |
328 |
uninstall: uninstall-recursive |
329 |
all-am: Makefile $(LTLIBRARIES) |
330 |
all-redirect: all-recursive |
331 |
install-strip: |
332 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
333 |
installdirs: installdirs-recursive |
334 |
installdirs-am: |
335 |
|
336 |
|
337 |
mostlyclean-generic: |
338 |
|
339 |
clean-generic: |
340 |
|
341 |
distclean-generic: |
342 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
343 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
344 |
|
345 |
maintainer-clean-generic: |
346 |
mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \ |
347 |
mostlyclean-libtool mostlyclean-tags \ |
348 |
mostlyclean-generic |
349 |
|
350 |
mostlyclean: mostlyclean-recursive |
351 |
|
352 |
clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \ |
353 |
clean-tags clean-generic mostlyclean-am |
354 |
|
355 |
clean: clean-recursive |
356 |
|
357 |
distclean-am: distclean-noinstLTLIBRARIES distclean-compile \ |
358 |
distclean-libtool distclean-tags distclean-generic \ |
359 |
clean-am |
360 |
-rm -f libtool |
361 |
|
362 |
distclean: distclean-recursive |
363 |
|
364 |
maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \ |
365 |
maintainer-clean-compile maintainer-clean-libtool \ |
366 |
maintainer-clean-tags maintainer-clean-generic \ |
367 |
distclean-am |
368 |
@echo "This command is intended for maintainers to use;" |
369 |
@echo "it deletes files that may require special tools to rebuild." |
370 |
|
371 |
maintainer-clean: maintainer-clean-recursive |
372 |
|
373 |
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \ |
374 |
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \ |
375 |
mostlyclean-compile distclean-compile clean-compile \ |
376 |
maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
377 |
clean-libtool maintainer-clean-libtool install-data-recursive \ |
378 |
uninstall-data-recursive install-exec-recursive \ |
379 |
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
380 |
all-recursive check-recursive installcheck-recursive info-recursive \ |
381 |
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
382 |
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
383 |
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
384 |
dvi-am dvi check check-am installcheck-am installcheck install-info-am \ |
385 |
install-info install-exec-am install-exec install-data-am install-data \ |
386 |
install-am install uninstall-am uninstall all-redirect all-am all \ |
387 |
installdirs-am installdirs mostlyclean-generic distclean-generic \ |
388 |
clean-generic maintainer-clean-generic clean mostlyclean distclean \ |
389 |
maintainer-clean |
390 |
|
391 |
|
392 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
393 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
394 |
.NOEXPORT: |