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

Contents of /yoda/event/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.23