1 |
kusanagi |
1.1 |
# Makefile.in generated by automake 1.8.3 from Makefile.am. |
2 |
|
|
# @configure_input@ |
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 |
|
|
# 2003, 2004 Free Software Foundation, Inc. |
6 |
|
|
# This Makefile.in is free software; the Free Software Foundation |
7 |
|
|
# gives unlimited permission to copy and/or distribute it, |
8 |
|
|
# with or without modifications, as long as this notice is preserved. |
9 |
|
|
|
10 |
|
|
# This program is distributed in the hope that it will be useful, |
11 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
12 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
13 |
|
|
# PARTICULAR PURPOSE. |
14 |
|
|
|
15 |
|
|
@SET_MAKE@ |
16 |
|
|
|
17 |
|
|
|
18 |
|
|
SOURCES = $(libyodatechmodel_la_SOURCES) $(techmodelreader_SOURCES) |
19 |
|
|
|
20 |
|
|
srcdir = @srcdir@ |
21 |
|
|
top_srcdir = @top_srcdir@ |
22 |
|
|
VPATH = @srcdir@ |
23 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@ |
24 |
|
|
pkglibdir = $(libdir)/@PACKAGE@ |
25 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
26 |
|
|
top_builddir = .. |
27 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
28 |
|
|
INSTALL = @INSTALL@ |
29 |
|
|
install_sh_DATA = $(install_sh) -c -m 644 |
30 |
|
|
install_sh_PROGRAM = $(install_sh) -c |
31 |
|
|
install_sh_SCRIPT = $(install_sh) -c |
32 |
|
|
INSTALL_HEADER = $(INSTALL_DATA) |
33 |
|
|
transform = $(program_transform_name) |
34 |
|
|
NORMAL_INSTALL = : |
35 |
|
|
PRE_INSTALL = : |
36 |
|
|
POST_INSTALL = : |
37 |
|
|
NORMAL_UNINSTALL = : |
38 |
|
|
PRE_UNINSTALL = : |
39 |
|
|
POST_UNINSTALL = : |
40 |
|
|
host_triplet = @host@ |
41 |
|
|
bin_PROGRAMS = techmodelreader$(EXEEXT) |
42 |
|
|
subdir = techmodel |
43 |
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
44 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
45 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
46 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
47 |
|
|
$(ACLOCAL_M4) |
48 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
49 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h |
50 |
|
|
CONFIG_CLEAN_FILES = |
51 |
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" |
52 |
|
|
libLTLIBRARIES_INSTALL = $(INSTALL) |
53 |
|
|
LTLIBRARIES = $(lib_LTLIBRARIES) |
54 |
|
|
libyodatechmodel_la_DEPENDENCIES = @top_srcdir@/event/libyoda.la \ |
55 |
|
|
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
56 |
kusanagi |
1.4 |
@top_srcdir@/event/physics/anticounter/libanticounterevent.la \ |
57 |
kusanagi |
1.1 |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
58 |
|
|
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
59 |
|
|
@top_srcdir@/event/mcmd/libmcmdevent.la \ |
60 |
kusanagi |
1.3 |
@top_srcdir@/event/log/liblogevent.la \ |
61 |
|
|
@top_srcdir@/event/arrDump/libarrdumpevent.la \ |
62 |
|
|
@top_srcdir@/event/tabDump/libtabdumpevent.la \ |
63 |
|
|
@top_srcdir@/event/varDump/libvardumpevent.la \ |
64 |
|
|
forroutines/libforrou.la physics/libdevreaders.la |
65 |
kusanagi |
1.1 |
am_libyodatechmodel_la_OBJECTS = TechmodelPamelaRun.lo \ |
66 |
|
|
TechmodelAlgorithm.lo EventReader.lo VarDumpReader.lo \ |
67 |
|
|
ArrDumpReader.lo TabDumpReader.lo TmtcReader.lo McmdReader.lo \ |
68 |
kusanagi |
1.3 |
LogReader.lo CalibCalReader.lo CalibCalPedReader.lo \ |
69 |
|
|
CalibTrk1Reader.lo CalibTrk2Reader.lo CalibTrdReader.lo \ |
70 |
|
|
CalibTofReader.lo CalibS4Reader.lo RunHeaderReader.lo \ |
71 |
|
|
RunTrailerReader.lo ForcedPktReader.lo PhysicsReader.lo \ |
72 |
|
|
CalibAcReader.lo TechmodelDict.lo |
73 |
kusanagi |
1.1 |
libyodatechmodel_la_OBJECTS = $(am_libyodatechmodel_la_OBJECTS) |
74 |
|
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
75 |
|
|
PROGRAMS = $(bin_PROGRAMS) |
76 |
|
|
am_techmodelreader_OBJECTS = techmodelreader.$(OBJEXT) |
77 |
|
|
techmodelreader_OBJECTS = $(am_techmodelreader_OBJECTS) |
78 |
|
|
techmodelreader_DEPENDENCIES = libyodatechmodel.la \ |
79 |
|
|
@top_srcdir@/event/libyoda.la |
80 |
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
81 |
|
|
depcomp = |
82 |
|
|
am__depfiles_maybe = |
83 |
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
84 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
85 |
|
|
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ |
86 |
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
87 |
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) |
88 |
|
|
CXXLD = $(CXX) |
89 |
|
|
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ |
90 |
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
91 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
92 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
93 |
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ |
94 |
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
95 |
|
|
$(AM_CFLAGS) $(CFLAGS) |
96 |
|
|
CCLD = $(CC) |
97 |
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
98 |
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
99 |
|
|
SOURCES = $(libyodatechmodel_la_SOURCES) $(techmodelreader_SOURCES) |
100 |
|
|
DIST_SOURCES = $(libyodatechmodel_la_SOURCES) \ |
101 |
|
|
$(techmodelreader_SOURCES) |
102 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
103 |
|
|
html-recursive info-recursive install-data-recursive \ |
104 |
|
|
install-exec-recursive install-info-recursive \ |
105 |
|
|
install-recursive installcheck-recursive installdirs-recursive \ |
106 |
|
|
pdf-recursive ps-recursive uninstall-info-recursive \ |
107 |
|
|
uninstall-recursive |
108 |
|
|
ETAGS = etags |
109 |
|
|
CTAGS = ctags |
110 |
|
|
DIST_SUBDIRS = $(SUBDIRS) |
111 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
112 |
|
|
ACLOCAL = @ACLOCAL@ |
113 |
|
|
AMDEP_FALSE = @AMDEP_FALSE@ |
114 |
|
|
AMDEP_TRUE = @AMDEP_TRUE@ |
115 |
|
|
AMTAR = @AMTAR@ |
116 |
|
|
AR = @AR@ |
117 |
|
|
AUTOCONF = @AUTOCONF@ |
118 |
|
|
AUTOHEADER = @AUTOHEADER@ |
119 |
|
|
AUTOMAKE = @AUTOMAKE@ |
120 |
|
|
AWK = @AWK@ |
121 |
|
|
CC = @CC@ |
122 |
|
|
CCDEPMODE = @CCDEPMODE@ |
123 |
|
|
CFLAGS = @CFLAGS@ |
124 |
|
|
CPP = @CPP@ |
125 |
|
|
CPPFLAGS = @CPPFLAGS@ |
126 |
|
|
CXX = @CXX@ |
127 |
|
|
CXXCPP = @CXXCPP@ |
128 |
|
|
CXXDEPMODE = @CXXDEPMODE@ |
129 |
|
|
CXXFLAGS = @CXXFLAGS@ |
130 |
|
|
CYGPATH_W = @CYGPATH_W@ |
131 |
|
|
DEFS = @DEFS@ |
132 |
|
|
DEPDIR = @DEPDIR@ |
133 |
|
|
ECHO = @ECHO@ |
134 |
|
|
ECHO_C = @ECHO_C@ |
135 |
|
|
ECHO_N = @ECHO_N@ |
136 |
|
|
ECHO_T = @ECHO_T@ |
137 |
|
|
EGREP = @EGREP@ |
138 |
|
|
EXEEXT = @EXEEXT@ |
139 |
|
|
F77 = @F77@ |
140 |
|
|
FFLAGS = @FFLAGS@ |
141 |
|
|
FLIBS = @FLIBS@ |
142 |
|
|
HAS_DOXYFILE = @HAS_DOXYFILE@ |
143 |
|
|
INSTALL_DATA = @INSTALL_DATA@ |
144 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
145 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
146 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
147 |
|
|
LDFLAGS = @ROOT_LDFLAGS@ |
148 |
|
|
LIBOBJS = @LIBOBJS@ |
149 |
|
|
LIBS = @LIBS@ |
150 |
|
|
LIBTOOL = @LIBTOOL@ |
151 |
|
|
LN_S = @LN_S@ |
152 |
|
|
LTLIBOBJS = @LTLIBOBJS@ |
153 |
|
|
MAKEINFO = @MAKEINFO@ |
154 |
|
|
OBJEXT = @OBJEXT@ |
155 |
|
|
PACKAGE = @PACKAGE@ |
156 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
157 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@ |
158 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@ |
159 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
160 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@ |
161 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@ |
162 |
|
|
RANLIB = @RANLIB@ |
163 |
|
|
ROOTCINT = @ROOTCINT@ |
164 |
|
|
ROOT_INCLUDES = @ROOT_INCLUDES@ |
165 |
|
|
ROOT_LDFLAGS = @ROOT_LDFLAGS@ |
166 |
|
|
SET_MAKE = @SET_MAKE@ |
167 |
|
|
SHELL = @SHELL@ |
168 |
|
|
STRIP = @STRIP@ |
169 |
|
|
VERSION = @VERSION@ |
170 |
|
|
ac_ct_AR = @ac_ct_AR@ |
171 |
|
|
ac_ct_CC = @ac_ct_CC@ |
172 |
|
|
ac_ct_CXX = @ac_ct_CXX@ |
173 |
|
|
ac_ct_F77 = @ac_ct_F77@ |
174 |
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@ |
175 |
|
|
ac_ct_STRIP = @ac_ct_STRIP@ |
176 |
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
177 |
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
178 |
|
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
179 |
|
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
180 |
|
|
am__include = @am__include@ |
181 |
|
|
am__leading_dot = @am__leading_dot@ |
182 |
|
|
am__quote = @am__quote@ |
183 |
|
|
bindir = @bindir@ |
184 |
|
|
build = @build@ |
185 |
|
|
build_alias = @build_alias@ |
186 |
|
|
build_cpu = @build_cpu@ |
187 |
|
|
build_os = @build_os@ |
188 |
|
|
build_vendor = @build_vendor@ |
189 |
|
|
datadir = @datadir@ |
190 |
|
|
exec_prefix = @exec_prefix@ |
191 |
|
|
host = @host@ |
192 |
|
|
host_alias = @host_alias@ |
193 |
|
|
host_cpu = @host_cpu@ |
194 |
|
|
host_os = @host_os@ |
195 |
|
|
host_vendor = @host_vendor@ |
196 |
|
|
includedir = @includedir@ |
197 |
|
|
infodir = @infodir@ |
198 |
|
|
install_sh = @install_sh@ |
199 |
|
|
libdir = @libdir@ |
200 |
|
|
libexecdir = @libexecdir@ |
201 |
|
|
localstatedir = @localstatedir@ |
202 |
|
|
mandir = @mandir@ |
203 |
|
|
mkdir_p = @mkdir_p@ |
204 |
|
|
oldincludedir = @oldincludedir@ |
205 |
|
|
prefix = @prefix@ |
206 |
|
|
program_transform_name = @program_transform_name@ |
207 |
|
|
sbindir = @sbindir@ |
208 |
|
|
sharedstatedir = @sharedstatedir@ |
209 |
|
|
sysconfdir = @sysconfdir@ |
210 |
|
|
target_alias = @target_alias@ |
211 |
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
212 |
|
|
INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
213 |
|
|
SUBDIRS = forroutines physics |
214 |
|
|
techmodelreader_SOURCES = techmodelreader.cpp |
215 |
|
|
techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp |
216 |
|
|
lib_LTLIBRARIES = libyodatechmodel.la |
217 |
|
|
|
218 |
|
|
#LinkDef.h MUST be the last one of the list!!!!! |
219 |
|
|
libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp TechmodelPamelaRun.h \ |
220 |
|
|
TechmodelAlgorithm.cpp TechmodelAlgorithm.h \ |
221 |
kusanagi |
1.3 |
EventReader.cpp EventReader.h ReaderAlgorithms.h \ |
222 |
kusanagi |
1.1 |
\ |
223 |
kusanagi |
1.3 |
VarDumpReader.cpp ArrDumpReader.cpp TabDumpReader.cpp \ |
224 |
|
|
TmtcReader.cpp McmdReader.cpp LogReader.cpp \ |
225 |
|
|
CalibCalReader.cpp CalibCalPedReader.cpp \ |
226 |
|
|
CalibTrk1Reader.cpp CalibTrk2Reader.cpp \ |
227 |
|
|
CalibTrdReader.cpp CalibTofReader.cpp CalibS4Reader.cpp \ |
228 |
|
|
RunHeaderReader.cpp RunTrailerReader.cpp ForcedPktReader.cpp \ |
229 |
|
|
PhysicsReader.cpp CalibAcReader.cpp \ |
230 |
|
|
TechmodelDict.cpp TechmodelDict.h \ |
231 |
kusanagi |
1.1 |
LinkDef.h |
232 |
|
|
|
233 |
|
|
libyodatechmodel_la_LIBADD = \ |
234 |
|
|
@top_srcdir@/event/libyoda.la \ |
235 |
|
|
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
236 |
kusanagi |
1.4 |
@top_srcdir@/event/physics/anticounter/libanticounterevent.la \ |
237 |
kusanagi |
1.1 |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
238 |
|
|
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
239 |
|
|
@top_srcdir@/event/mcmd/libmcmdevent.la \ |
240 |
|
|
@top_srcdir@/event/log/liblogevent.la \ |
241 |
kusanagi |
1.3 |
@top_srcdir@/event/arrDump/libarrdumpevent.la \ |
242 |
|
|
@top_srcdir@/event/tabDump/libtabdumpevent.la \ |
243 |
|
|
@top_srcdir@/event/varDump/libvardumpevent.la \ |
244 |
kusanagi |
1.1 |
forroutines/libforrou.la \ |
245 |
|
|
physics/libdevreaders.la |
246 |
|
|
|
247 |
|
|
BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h |
248 |
|
|
all: $(BUILT_SOURCES) |
249 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
250 |
|
|
|
251 |
|
|
.SUFFIXES: |
252 |
|
|
.SUFFIXES: .cpp .lo .o .obj |
253 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
254 |
|
|
@for dep in $?; do \ |
255 |
|
|
case '$(am__configure_deps)' in \ |
256 |
|
|
*$$dep*) \ |
257 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
258 |
|
|
&& exit 0; \ |
259 |
|
|
exit 1;; \ |
260 |
|
|
esac; \ |
261 |
|
|
done; \ |
262 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/Makefile'; \ |
263 |
|
|
cd $(top_srcdir) && \ |
264 |
|
|
$(AUTOMAKE) --foreign techmodel/Makefile |
265 |
|
|
.PRECIOUS: Makefile |
266 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
267 |
|
|
@case '$?' in \ |
268 |
|
|
*config.status*) \ |
269 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
270 |
|
|
*) \ |
271 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
272 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
273 |
|
|
esac; |
274 |
|
|
|
275 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
276 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
277 |
|
|
|
278 |
|
|
$(top_srcdir)/configure: $(am__configure_deps) |
279 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
280 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
281 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
282 |
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
283 |
|
|
@$(NORMAL_INSTALL) |
284 |
|
|
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
285 |
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
286 |
|
|
if test -f $$p; then \ |
287 |
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \ |
288 |
|
|
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
289 |
|
|
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
290 |
|
|
else :; fi; \ |
291 |
|
|
done |
292 |
|
|
|
293 |
|
|
uninstall-libLTLIBRARIES: |
294 |
|
|
@$(NORMAL_UNINSTALL) |
295 |
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
296 |
|
|
p="`echo $$p | sed -e 's|^.*/||'`"; \ |
297 |
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
298 |
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
299 |
|
|
done |
300 |
|
|
|
301 |
|
|
clean-libLTLIBRARIES: |
302 |
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
303 |
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
304 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
305 |
|
|
test "$$dir" = "$$p" && dir=.; \ |
306 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \ |
307 |
|
|
rm -f "$${dir}/so_locations"; \ |
308 |
|
|
done |
309 |
|
|
libyodatechmodel.la: $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_DEPENDENCIES) |
310 |
|
|
$(CXXLINK) -rpath $(libdir) $(libyodatechmodel_la_LDFLAGS) $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_LIBADD) $(LIBS) |
311 |
|
|
install-binPROGRAMS: $(bin_PROGRAMS) |
312 |
|
|
@$(NORMAL_INSTALL) |
313 |
|
|
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
314 |
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
315 |
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
316 |
|
|
if test -f $$p \ |
317 |
|
|
|| test -f $$p1 \ |
318 |
|
|
; then \ |
319 |
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
320 |
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
321 |
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
322 |
|
|
else :; fi; \ |
323 |
|
|
done |
324 |
|
|
|
325 |
|
|
uninstall-binPROGRAMS: |
326 |
|
|
@$(NORMAL_UNINSTALL) |
327 |
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
328 |
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
329 |
|
|
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
330 |
|
|
rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
331 |
|
|
done |
332 |
|
|
|
333 |
|
|
clean-binPROGRAMS: |
334 |
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
335 |
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
336 |
|
|
echo " rm -f $$p $$f"; \ |
337 |
|
|
rm -f $$p $$f ; \ |
338 |
|
|
done |
339 |
|
|
techmodelreader$(EXEEXT): $(techmodelreader_OBJECTS) $(techmodelreader_DEPENDENCIES) |
340 |
|
|
@rm -f techmodelreader$(EXEEXT) |
341 |
|
|
$(CXXLINK) $(techmodelreader_LDFLAGS) $(techmodelreader_OBJECTS) $(techmodelreader_LDADD) $(LIBS) |
342 |
|
|
|
343 |
|
|
mostlyclean-compile: |
344 |
|
|
-rm -f *.$(OBJEXT) |
345 |
|
|
|
346 |
|
|
distclean-compile: |
347 |
|
|
-rm -f *.tab.c |
348 |
|
|
|
349 |
|
|
.cpp.o: |
350 |
|
|
$(CXXCOMPILE) -c -o $@ $< |
351 |
|
|
|
352 |
|
|
.cpp.obj: |
353 |
|
|
$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
354 |
|
|
|
355 |
|
|
.cpp.lo: |
356 |
|
|
$(LTCXXCOMPILE) -c -o $@ $< |
357 |
|
|
|
358 |
|
|
mostlyclean-libtool: |
359 |
|
|
-rm -f *.lo |
360 |
|
|
|
361 |
|
|
clean-libtool: |
362 |
|
|
-rm -rf .libs _libs |
363 |
|
|
|
364 |
|
|
distclean-libtool: |
365 |
|
|
-rm -f libtool |
366 |
|
|
uninstall-info-am: |
367 |
|
|
|
368 |
|
|
# This directory's subdirectories are mostly independent; you can cd |
369 |
|
|
# into them and run `make' without going through this Makefile. |
370 |
|
|
# To change the values of `make' variables: instead of editing Makefiles, |
371 |
|
|
# (1) if the variable is set in `config.status', edit `config.status' |
372 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make'); |
373 |
|
|
# (2) otherwise, pass the desired values on the `make' command line. |
374 |
|
|
$(RECURSIVE_TARGETS): |
375 |
|
|
@set fnord $$MAKEFLAGS; amf=$$2; \ |
376 |
|
|
dot_seen=no; \ |
377 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
378 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
379 |
|
|
echo "Making $$target in $$subdir"; \ |
380 |
|
|
if test "$$subdir" = "."; then \ |
381 |
|
|
dot_seen=yes; \ |
382 |
|
|
local_target="$$target-am"; \ |
383 |
|
|
else \ |
384 |
|
|
local_target="$$target"; \ |
385 |
|
|
fi; \ |
386 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
387 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
388 |
|
|
done; \ |
389 |
|
|
if test "$$dot_seen" = "no"; then \ |
390 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
391 |
|
|
fi; test -z "$$fail" |
392 |
|
|
|
393 |
|
|
mostlyclean-recursive clean-recursive distclean-recursive \ |
394 |
|
|
maintainer-clean-recursive: |
395 |
|
|
@set fnord $$MAKEFLAGS; amf=$$2; \ |
396 |
|
|
dot_seen=no; \ |
397 |
|
|
case "$@" in \ |
398 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
399 |
|
|
*) list='$(SUBDIRS)' ;; \ |
400 |
|
|
esac; \ |
401 |
|
|
rev=''; for subdir in $$list; do \ |
402 |
|
|
if test "$$subdir" = "."; then :; else \ |
403 |
|
|
rev="$$subdir $$rev"; \ |
404 |
|
|
fi; \ |
405 |
|
|
done; \ |
406 |
|
|
rev="$$rev ."; \ |
407 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
408 |
|
|
for subdir in $$rev; do \ |
409 |
|
|
echo "Making $$target in $$subdir"; \ |
410 |
|
|
if test "$$subdir" = "."; then \ |
411 |
|
|
local_target="$$target-am"; \ |
412 |
|
|
else \ |
413 |
|
|
local_target="$$target"; \ |
414 |
|
|
fi; \ |
415 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
416 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
417 |
|
|
done && test -z "$$fail" |
418 |
|
|
tags-recursive: |
419 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
420 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
421 |
|
|
done |
422 |
|
|
ctags-recursive: |
423 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
424 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
425 |
|
|
done |
426 |
|
|
|
427 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
428 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
429 |
|
|
unique=`for i in $$list; do \ |
430 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
431 |
|
|
done | \ |
432 |
|
|
$(AWK) ' { files[$$0] = 1; } \ |
433 |
|
|
END { for (i in files) print i; }'`; \ |
434 |
|
|
mkid -fID $$unique |
435 |
|
|
tags: TAGS |
436 |
|
|
|
437 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
438 |
|
|
$(TAGS_FILES) $(LISP) |
439 |
|
|
tags=; \ |
440 |
|
|
here=`pwd`; \ |
441 |
|
|
if (etags --etags-include --version) >/dev/null 2>&1; then \ |
442 |
|
|
include_option=--etags-include; \ |
443 |
|
|
else \ |
444 |
|
|
include_option=--include; \ |
445 |
|
|
fi; \ |
446 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
447 |
|
|
if test "$$subdir" = .; then :; else \ |
448 |
|
|
test -f $$subdir/TAGS && \ |
449 |
|
|
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
450 |
|
|
fi; \ |
451 |
|
|
done; \ |
452 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
453 |
|
|
unique=`for i in $$list; do \ |
454 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
455 |
|
|
done | \ |
456 |
|
|
$(AWK) ' { files[$$0] = 1; } \ |
457 |
|
|
END { for (i in files) print i; }'`; \ |
458 |
|
|
test -z "$(ETAGS_ARGS)$$tags$$unique" \ |
459 |
|
|
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
460 |
|
|
$$tags $$unique |
461 |
|
|
ctags: CTAGS |
462 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
463 |
|
|
$(TAGS_FILES) $(LISP) |
464 |
|
|
tags=; \ |
465 |
|
|
here=`pwd`; \ |
466 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
467 |
|
|
unique=`for i in $$list; do \ |
468 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
469 |
|
|
done | \ |
470 |
|
|
$(AWK) ' { files[$$0] = 1; } \ |
471 |
|
|
END { for (i in files) print i; }'`; \ |
472 |
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
473 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
474 |
|
|
$$tags $$unique |
475 |
|
|
|
476 |
|
|
GTAGS: |
477 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
478 |
|
|
&& cd $(top_srcdir) \ |
479 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here |
480 |
|
|
|
481 |
|
|
distclean-tags: |
482 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
483 |
|
|
|
484 |
|
|
distdir: $(DISTFILES) |
485 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
486 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
487 |
|
|
list='$(DISTFILES)'; for file in $$list; do \ |
488 |
|
|
case $$file in \ |
489 |
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
490 |
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
491 |
|
|
esac; \ |
492 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
493 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
494 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
495 |
|
|
dir="/$$dir"; \ |
496 |
|
|
$(mkdir_p) "$(distdir)$$dir"; \ |
497 |
|
|
else \ |
498 |
|
|
dir=''; \ |
499 |
|
|
fi; \ |
500 |
|
|
if test -d $$d/$$file; then \ |
501 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
502 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
503 |
|
|
fi; \ |
504 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
505 |
|
|
else \ |
506 |
|
|
test -f $(distdir)/$$file \ |
507 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file \ |
508 |
|
|
|| exit 1; \ |
509 |
|
|
fi; \ |
510 |
|
|
done |
511 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
512 |
|
|
if test "$$subdir" = .; then :; else \ |
513 |
|
|
test -d "$(distdir)/$$subdir" \ |
514 |
|
|
|| mkdir "$(distdir)/$$subdir" \ |
515 |
|
|
|| exit 1; \ |
516 |
|
|
(cd $$subdir && \ |
517 |
|
|
$(MAKE) $(AM_MAKEFLAGS) \ |
518 |
|
|
top_distdir="../$(top_distdir)" \ |
519 |
|
|
distdir="../$(distdir)/$$subdir" \ |
520 |
|
|
distdir) \ |
521 |
|
|
|| exit 1; \ |
522 |
|
|
fi; \ |
523 |
|
|
done |
524 |
|
|
check-am: all-am |
525 |
|
|
check: $(BUILT_SOURCES) |
526 |
|
|
$(MAKE) $(AM_MAKEFLAGS) check-recursive |
527 |
|
|
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) |
528 |
|
|
install-binPROGRAMS: install-libLTLIBRARIES |
529 |
|
|
|
530 |
|
|
installdirs: installdirs-recursive |
531 |
|
|
installdirs-am: |
532 |
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \ |
533 |
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
534 |
|
|
done |
535 |
|
|
install: $(BUILT_SOURCES) |
536 |
|
|
$(MAKE) $(AM_MAKEFLAGS) install-recursive |
537 |
|
|
install-exec: install-exec-recursive |
538 |
|
|
install-data: install-data-recursive |
539 |
|
|
uninstall: uninstall-recursive |
540 |
|
|
|
541 |
|
|
install-am: all-am |
542 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
543 |
|
|
|
544 |
|
|
installcheck: installcheck-recursive |
545 |
|
|
install-strip: |
546 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
547 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
548 |
|
|
`test -z '$(STRIP)' || \ |
549 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
550 |
|
|
mostlyclean-generic: |
551 |
|
|
|
552 |
|
|
clean-generic: |
553 |
|
|
|
554 |
|
|
distclean-generic: |
555 |
|
|
-rm -f $(CONFIG_CLEAN_FILES) |
556 |
|
|
|
557 |
|
|
maintainer-clean-generic: |
558 |
|
|
@echo "This command is intended for maintainers to use" |
559 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
560 |
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
561 |
|
|
clean: clean-recursive |
562 |
|
|
|
563 |
|
|
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ |
564 |
|
|
clean-libtool mostlyclean-am |
565 |
|
|
|
566 |
|
|
distclean: distclean-recursive |
567 |
|
|
-rm -f Makefile |
568 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \ |
569 |
|
|
distclean-libtool distclean-tags |
570 |
|
|
|
571 |
|
|
dvi: dvi-recursive |
572 |
|
|
|
573 |
|
|
dvi-am: |
574 |
|
|
|
575 |
|
|
html: html-recursive |
576 |
|
|
|
577 |
|
|
info: info-recursive |
578 |
|
|
|
579 |
|
|
info-am: |
580 |
|
|
|
581 |
|
|
install-data-am: |
582 |
|
|
|
583 |
|
|
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES |
584 |
|
|
|
585 |
|
|
install-info: install-info-recursive |
586 |
|
|
|
587 |
|
|
install-man: |
588 |
|
|
|
589 |
|
|
installcheck-am: |
590 |
|
|
|
591 |
|
|
maintainer-clean: maintainer-clean-recursive |
592 |
|
|
-rm -f Makefile |
593 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
594 |
|
|
|
595 |
|
|
mostlyclean: mostlyclean-recursive |
596 |
|
|
|
597 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
598 |
|
|
mostlyclean-libtool |
599 |
|
|
|
600 |
|
|
pdf: pdf-recursive |
601 |
|
|
|
602 |
|
|
pdf-am: |
603 |
|
|
|
604 |
|
|
ps: ps-recursive |
605 |
|
|
|
606 |
|
|
ps-am: |
607 |
|
|
|
608 |
|
|
uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES |
609 |
|
|
|
610 |
|
|
uninstall-info: uninstall-info-recursive |
611 |
|
|
|
612 |
|
|
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
613 |
|
|
clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ |
614 |
|
|
clean-libtool clean-recursive ctags ctags-recursive distclean \ |
615 |
|
|
distclean-compile distclean-generic distclean-libtool \ |
616 |
|
|
distclean-recursive distclean-tags distdir dvi dvi-am html \ |
617 |
|
|
html-am info info-am install install-am install-binPROGRAMS \ |
618 |
|
|
install-data install-data-am install-exec install-exec-am \ |
619 |
|
|
install-info install-info-am install-libLTLIBRARIES \ |
620 |
|
|
install-man install-strip installcheck installcheck-am \ |
621 |
|
|
installdirs installdirs-am maintainer-clean \ |
622 |
|
|
maintainer-clean-generic maintainer-clean-recursive \ |
623 |
|
|
mostlyclean mostlyclean-compile mostlyclean-generic \ |
624 |
|
|
mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ |
625 |
|
|
tags tags-recursive uninstall uninstall-am \ |
626 |
|
|
uninstall-binPROGRAMS uninstall-info-am \ |
627 |
|
|
uninstall-libLTLIBRARIES |
628 |
|
|
|
629 |
|
|
|
630 |
|
|
TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h LinkDef.h |
631 |
|
|
rootcint -f $@ -c ${INCLUDES} $^ |
632 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
633 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
634 |
|
|
.NOEXPORT: |