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

Contents of /yoda/event/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.23