/[PAMELA software]/yoda/event/Makefile.in
ViewVC logotype

Contents of /yoda/event/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 6 13:31:14 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
CVS Tags: Rev040706
Changes since 1.1: +4 -4 lines
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23