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@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
89 |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp |
90 |
SUBDIRS = forroutines physics |
91 |
|
92 |
bin_PROGRAMS = techmodelreader |
93 |
techmodelreader_SOURCES = techmodelreader.cpp |
94 |
techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp |
95 |
|
96 |
lib_LTLIBRARIES = libyodatechmodel.la |
97 |
|
98 |
#LinkDef.h MUST be the last one of the list!!!!! |
99 |
libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp TechmodelPamelaRun.h TechmodelAlgorithm.cpp TechmodelAlgorithm.h EventReader.cpp EventReader.h ReaderAlgorithms.h VarDumpReader.cpp ArrDumpReader.cpp TabDumpReader.cpp TmtcReader.cpp McmdReader.cpp LogReader.cpp CalibCalReader.cpp CalibCalPedReader.cpp CalibTrk1Reader.cpp CalibTrk2Reader.cpp CalibTrdReader.cpp CalibTofReader.cpp CalibS4Reader.cpp RunHeaderReader.cpp RunTrailerReader.cpp ForcedPktReader.cpp PhysicsReader.cpp CalibAcReader.cpp TechmodelDict.cpp TechmodelDict.h LinkDef.h |
100 |
|
101 |
|
102 |
libyodatechmodel_la_LIBADD = @top_srcdir@/event/libyoda.la @top_srcdir@/event/physics/tracker/libtrackerevent.la @top_srcdir@/event/physics/anticounter/libanticounterevent.la @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la @top_srcdir@/event/tmtc/libtmtcevent.la @top_srcdir@/event/mcmd/libmcmdevent.la @top_srcdir@/event/log/liblogevent.la @top_srcdir@/event/arrDump/libarrdumpevent.la @top_srcdir@/event/tabDump/libtabdumpevent.la @top_srcdir@/event/varDump/libvardumpevent.la forroutines/libforrou.la physics/libdevreaders.la |
103 |
|
104 |
|
105 |
BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h |
106 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
107 |
CONFIG_HEADER = ../config.h |
108 |
CONFIG_CLEAN_FILES = |
109 |
LTLIBRARIES = $(lib_LTLIBRARIES) |
110 |
|
111 |
|
112 |
DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
113 |
CPPFLAGS = @CPPFLAGS@ |
114 |
LIBS = @LIBS@ |
115 |
libyodatechmodel_la_LDFLAGS = |
116 |
libyodatechmodel_la_DEPENDENCIES = @top_srcdir@/event/libyoda.la \ |
117 |
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
118 |
@top_srcdir@/event/physics/anticounter/libanticounterevent.la \ |
119 |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
120 |
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
121 |
@top_srcdir@/event/mcmd/libmcmdevent.la \ |
122 |
@top_srcdir@/event/log/liblogevent.la \ |
123 |
@top_srcdir@/event/arrDump/libarrdumpevent.la \ |
124 |
@top_srcdir@/event/tabDump/libtabdumpevent.la \ |
125 |
@top_srcdir@/event/varDump/libvardumpevent.la forroutines/libforrou.la \ |
126 |
physics/libdevreaders.la |
127 |
libyodatechmodel_la_OBJECTS = TechmodelPamelaRun.lo \ |
128 |
TechmodelAlgorithm.lo EventReader.lo VarDumpReader.lo ArrDumpReader.lo \ |
129 |
TabDumpReader.lo TmtcReader.lo McmdReader.lo LogReader.lo \ |
130 |
CalibCalReader.lo CalibCalPedReader.lo CalibTrk1Reader.lo \ |
131 |
CalibTrk2Reader.lo CalibTrdReader.lo CalibTofReader.lo CalibS4Reader.lo \ |
132 |
RunHeaderReader.lo RunTrailerReader.lo ForcedPktReader.lo \ |
133 |
PhysicsReader.lo CalibAcReader.lo TechmodelDict.lo |
134 |
bin_PROGRAMS = techmodelreader$(EXEEXT) |
135 |
PROGRAMS = $(bin_PROGRAMS) |
136 |
|
137 |
techmodelreader_OBJECTS = techmodelreader.$(OBJEXT) |
138 |
techmodelreader_DEPENDENCIES = libyodatechmodel.la \ |
139 |
@top_srcdir@/event/libyoda.la |
140 |
techmodelreader_LDFLAGS = |
141 |
CXXFLAGS = @CXXFLAGS@ |
142 |
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
143 |
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
144 |
CXXLD = $(CXX) |
145 |
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
146 |
CFLAGS = @CFLAGS@ |
147 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
148 |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
149 |
CCLD = $(CC) |
150 |
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
151 |
DIST_COMMON = Makefile.am Makefile.in |
152 |
|
153 |
|
154 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
155 |
|
156 |
TAR = gtar |
157 |
GZIP_ENV = --best |
158 |
SOURCES = $(libyodatechmodel_la_SOURCES) $(techmodelreader_SOURCES) |
159 |
OBJECTS = $(libyodatechmodel_la_OBJECTS) $(techmodelreader_OBJECTS) |
160 |
|
161 |
all: all-redirect |
162 |
.SUFFIXES: |
163 |
.SUFFIXES: .S .c .cpp .lo .o .obj .s |
164 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
165 |
cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/Makefile |
166 |
|
167 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
168 |
cd $(top_builddir) \ |
169 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
170 |
|
171 |
|
172 |
mostlyclean-libLTLIBRARIES: |
173 |
|
174 |
clean-libLTLIBRARIES: |
175 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
176 |
|
177 |
distclean-libLTLIBRARIES: |
178 |
|
179 |
maintainer-clean-libLTLIBRARIES: |
180 |
|
181 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
182 |
@$(NORMAL_INSTALL) |
183 |
$(mkinstalldirs) $(DESTDIR)$(libdir) |
184 |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
185 |
if test -f $$p; then \ |
186 |
echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ |
187 |
$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ |
188 |
else :; fi; \ |
189 |
done |
190 |
|
191 |
uninstall-libLTLIBRARIES: |
192 |
@$(NORMAL_UNINSTALL) |
193 |
list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
194 |
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
195 |
done |
196 |
|
197 |
.c.o: |
198 |
$(COMPILE) -c $< |
199 |
|
200 |
# FIXME: We should only use cygpath when building on Windows, |
201 |
# and only if it is available. |
202 |
.c.obj: |
203 |
$(COMPILE) -c `cygpath -w $<` |
204 |
|
205 |
.s.o: |
206 |
$(COMPILE) -c $< |
207 |
|
208 |
.S.o: |
209 |
$(COMPILE) -c $< |
210 |
|
211 |
mostlyclean-compile: |
212 |
-rm -f *.o core *.core |
213 |
-rm -f *.$(OBJEXT) |
214 |
|
215 |
clean-compile: |
216 |
|
217 |
distclean-compile: |
218 |
-rm -f *.tab.c |
219 |
|
220 |
maintainer-clean-compile: |
221 |
|
222 |
.c.lo: |
223 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
224 |
|
225 |
.s.lo: |
226 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
227 |
|
228 |
.S.lo: |
229 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
230 |
|
231 |
mostlyclean-libtool: |
232 |
-rm -f *.lo |
233 |
|
234 |
clean-libtool: |
235 |
-rm -rf .libs _libs |
236 |
|
237 |
distclean-libtool: |
238 |
|
239 |
maintainer-clean-libtool: |
240 |
|
241 |
libyodatechmodel.la: $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_DEPENDENCIES) |
242 |
$(CXXLINK) -rpath $(libdir) $(libyodatechmodel_la_LDFLAGS) $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_LIBADD) $(LIBS) |
243 |
|
244 |
mostlyclean-binPROGRAMS: |
245 |
|
246 |
clean-binPROGRAMS: |
247 |
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
248 |
|
249 |
distclean-binPROGRAMS: |
250 |
|
251 |
maintainer-clean-binPROGRAMS: |
252 |
|
253 |
install-binPROGRAMS: $(bin_PROGRAMS) |
254 |
@$(NORMAL_INSTALL) |
255 |
$(mkinstalldirs) $(DESTDIR)$(bindir) |
256 |
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
257 |
if test -f $$p; then \ |
258 |
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
259 |
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
260 |
else :; fi; \ |
261 |
done |
262 |
|
263 |
uninstall-binPROGRAMS: |
264 |
@$(NORMAL_UNINSTALL) |
265 |
list='$(bin_PROGRAMS)'; for p in $$list; do \ |
266 |
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
267 |
done |
268 |
|
269 |
techmodelreader$(EXEEXT): $(techmodelreader_OBJECTS) $(techmodelreader_DEPENDENCIES) |
270 |
@rm -f techmodelreader$(EXEEXT) |
271 |
$(CXXLINK) $(techmodelreader_LDFLAGS) $(techmodelreader_OBJECTS) $(techmodelreader_LDADD) $(LIBS) |
272 |
.cpp.o: |
273 |
$(CXXCOMPILE) -c $< |
274 |
.cpp.obj: |
275 |
$(CXXCOMPILE) -c `cygpath -w $<` |
276 |
.cpp.lo: |
277 |
$(LTCXXCOMPILE) -c $< |
278 |
|
279 |
# This directory's subdirectories are mostly independent; you can cd |
280 |
# into them and run `make' without going through this Makefile. |
281 |
# To change the values of `make' variables: instead of editing Makefiles, |
282 |
# (1) if the variable is set in `config.status', edit `config.status' |
283 |
# (which will cause the Makefiles to be regenerated when you run `make'); |
284 |
# (2) otherwise, pass the desired values on the `make' command line. |
285 |
|
286 |
@SET_MAKE@ |
287 |
|
288 |
all-recursive install-data-recursive install-exec-recursive \ |
289 |
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ |
290 |
check-recursive installcheck-recursive info-recursive dvi-recursive: |
291 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
292 |
dot_seen=no; \ |
293 |
target=`echo $@ | sed s/-recursive//`; \ |
294 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
295 |
echo "Making $$target in $$subdir"; \ |
296 |
if test "$$subdir" = "."; then \ |
297 |
dot_seen=yes; \ |
298 |
local_target="$$target-am"; \ |
299 |
else \ |
300 |
local_target="$$target"; \ |
301 |
fi; \ |
302 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
303 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
304 |
done; \ |
305 |
if test "$$dot_seen" = "no"; then \ |
306 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
307 |
fi; test -z "$$fail" |
308 |
|
309 |
mostlyclean-recursive clean-recursive distclean-recursive \ |
310 |
maintainer-clean-recursive: |
311 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
312 |
dot_seen=no; \ |
313 |
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
314 |
rev="$$subdir $$rev"; \ |
315 |
test "$$subdir" != "." || dot_seen=yes; \ |
316 |
done; \ |
317 |
test "$$dot_seen" = "no" && rev=". $$rev"; \ |
318 |
target=`echo $@ | sed s/-recursive//`; \ |
319 |
for subdir in $$rev; do \ |
320 |
echo "Making $$target in $$subdir"; \ |
321 |
if test "$$subdir" = "."; then \ |
322 |
local_target="$$target-am"; \ |
323 |
else \ |
324 |
local_target="$$target"; \ |
325 |
fi; \ |
326 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
327 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
328 |
done && test -z "$$fail" |
329 |
tags-recursive: |
330 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
331 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
332 |
done |
333 |
|
334 |
tags: TAGS |
335 |
|
336 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
337 |
list='$(SOURCES) $(HEADERS)'; \ |
338 |
unique=`for i in $$list; do echo $$i; done | \ |
339 |
awk ' { files[$$0] = 1; } \ |
340 |
END { for (i in files) print i; }'`; \ |
341 |
here=`pwd` && cd $(srcdir) \ |
342 |
&& mkid -f$$here/ID $$unique $(LISP) |
343 |
|
344 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
345 |
tags=; \ |
346 |
here=`pwd`; \ |
347 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
348 |
if test "$$subdir" = .; then :; else \ |
349 |
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
350 |
fi; \ |
351 |
done; \ |
352 |
list='$(SOURCES) $(HEADERS)'; \ |
353 |
unique=`for i in $$list; do echo $$i; done | \ |
354 |
awk ' { files[$$0] = 1; } \ |
355 |
END { for (i in files) print i; }'`; \ |
356 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
357 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
358 |
|
359 |
mostlyclean-tags: |
360 |
|
361 |
clean-tags: |
362 |
|
363 |
distclean-tags: |
364 |
-rm -f TAGS ID |
365 |
|
366 |
maintainer-clean-tags: |
367 |
|
368 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
369 |
|
370 |
subdir = techmodel |
371 |
|
372 |
distdir: $(DISTFILES) |
373 |
@for file in $(DISTFILES); do \ |
374 |
d=$(srcdir); \ |
375 |
if test -d $$d/$$file; then \ |
376 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
377 |
else \ |
378 |
test -f $(distdir)/$$file \ |
379 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
380 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
381 |
fi; \ |
382 |
done |
383 |
for subdir in $(SUBDIRS); do \ |
384 |
if test "$$subdir" = .; then :; else \ |
385 |
test -d $(distdir)/$$subdir \ |
386 |
|| mkdir $(distdir)/$$subdir \ |
387 |
|| exit 1; \ |
388 |
chmod 777 $(distdir)/$$subdir; \ |
389 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
390 |
|| exit 1; \ |
391 |
fi; \ |
392 |
done |
393 |
info-am: |
394 |
info: info-recursive |
395 |
dvi-am: |
396 |
dvi: dvi-recursive |
397 |
check-am: all-am |
398 |
check: check-recursive |
399 |
installcheck-am: |
400 |
installcheck: installcheck-recursive |
401 |
install-info-am: |
402 |
install-info: install-info-recursive |
403 |
install-exec-am: install-libLTLIBRARIES install-binPROGRAMS |
404 |
install-exec: install-exec-recursive |
405 |
|
406 |
install-data-am: |
407 |
install-data: install-data-recursive |
408 |
|
409 |
install-am: all-am |
410 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
411 |
install: install-recursive |
412 |
uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS |
413 |
uninstall: uninstall-recursive |
414 |
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) |
415 |
all-redirect: all-recursive |
416 |
install-strip: |
417 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
418 |
installdirs: installdirs-recursive |
419 |
installdirs-am: |
420 |
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) |
421 |
|
422 |
|
423 |
mostlyclean-generic: |
424 |
|
425 |
clean-generic: |
426 |
|
427 |
distclean-generic: |
428 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
429 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
430 |
|
431 |
maintainer-clean-generic: |
432 |
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
433 |
mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ |
434 |
mostlyclean-libtool mostlyclean-binPROGRAMS \ |
435 |
mostlyclean-tags mostlyclean-generic |
436 |
|
437 |
mostlyclean: mostlyclean-recursive |
438 |
|
439 |
clean-am: clean-libLTLIBRARIES clean-compile clean-libtool \ |
440 |
clean-binPROGRAMS clean-tags clean-generic \ |
441 |
mostlyclean-am |
442 |
|
443 |
clean: clean-recursive |
444 |
|
445 |
distclean-am: distclean-libLTLIBRARIES distclean-compile \ |
446 |
distclean-libtool distclean-binPROGRAMS distclean-tags \ |
447 |
distclean-generic clean-am |
448 |
-rm -f libtool |
449 |
|
450 |
distclean: distclean-recursive |
451 |
|
452 |
maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ |
453 |
maintainer-clean-compile maintainer-clean-libtool \ |
454 |
maintainer-clean-binPROGRAMS maintainer-clean-tags \ |
455 |
maintainer-clean-generic distclean-am |
456 |
@echo "This command is intended for maintainers to use;" |
457 |
@echo "it deletes files that may require special tools to rebuild." |
458 |
|
459 |
maintainer-clean: maintainer-clean-recursive |
460 |
|
461 |
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ |
462 |
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ |
463 |
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ |
464 |
distclean-compile clean-compile maintainer-clean-compile \ |
465 |
mostlyclean-libtool distclean-libtool clean-libtool \ |
466 |
maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \ |
467 |
clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \ |
468 |
install-binPROGRAMS install-data-recursive uninstall-data-recursive \ |
469 |
install-exec-recursive uninstall-exec-recursive installdirs-recursive \ |
470 |
uninstalldirs-recursive all-recursive check-recursive \ |
471 |
installcheck-recursive info-recursive dvi-recursive \ |
472 |
mostlyclean-recursive distclean-recursive clean-recursive \ |
473 |
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
474 |
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
475 |
dvi-am dvi check check-am installcheck-am installcheck install-info-am \ |
476 |
install-info install-exec-am install-exec install-data-am install-data \ |
477 |
install-am install uninstall-am uninstall all-redirect all-am all \ |
478 |
installdirs-am installdirs mostlyclean-generic distclean-generic \ |
479 |
clean-generic maintainer-clean-generic clean mostlyclean distclean \ |
480 |
maintainer-clean |
481 |
|
482 |
|
483 |
TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h LinkDef.h |
484 |
rootcint -f $@ -c ${INCLUDES} $^ |
485 |
|
486 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
487 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
488 |
.NOEXPORT: |