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

Annotation of /yoda/techmodel/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Jul 6 12:20:23 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
Initial revision

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

  ViewVC Help
Powered by ViewVC 1.1.23