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

Diff of /yoda/event/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 1.7 by kusanagi, Tue Jul 20 13:10:33 2004 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.8.3 from Makefile.am.  # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 # @configure_input@  
2    
3  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # 2003, 2004  Free Software Foundation, Inc.  
4  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
5  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
6  # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
# Line 12  Line 10 
10  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
12    
 @SET_MAKE@  
13    
14  SOURCES = $(libyoda_la_SOURCES)  SHELL = @SHELL@
15    
16  srcdir = @srcdir@  srcdir = @srcdir@
17  top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
18  VPATH = @srcdir@  VPATH = @srcdir@
19    prefix = @prefix@
20    exec_prefix = @exec_prefix@
21    
22    bindir = @bindir@
23    sbindir = @sbindir@
24    libexecdir = @libexecdir@
25    datadir = @datadir@
26    sysconfdir = @sysconfdir@
27    sharedstatedir = @sharedstatedir@
28    localstatedir = @localstatedir@
29    libdir = @libdir@
30    infodir = @infodir@
31    mandir = @mandir@
32    includedir = @includedir@
33    oldincludedir = /usr/include
34    
35    DESTDIR =
36    
37  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
38  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
39  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
40    
41  top_builddir = ..  top_builddir = ..
42  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  
43    ACLOCAL = @ACLOCAL@
44    AUTOCONF = @AUTOCONF@
45    AUTOMAKE = @AUTOMAKE@
46    AUTOHEADER = @AUTOHEADER@
47    
48  INSTALL = @INSTALL@  INSTALL = @INSTALL@
49  install_sh_DATA = $(install_sh) -c -m 644  INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50  install_sh_PROGRAM = $(install_sh) -c  INSTALL_DATA = @INSTALL_DATA@
51  install_sh_SCRIPT = $(install_sh) -c  INSTALL_SCRIPT = @INSTALL_SCRIPT@
52  INSTALL_HEADER = $(INSTALL_DATA)  transform = @program_transform_name@
53  transform = $(program_transform_name)  
54  NORMAL_INSTALL = :  NORMAL_INSTALL = :
55  PRE_INSTALL = :  PRE_INSTALL = :
56  POST_INSTALL = :  POST_INSTALL = :
57  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
58  PRE_UNINSTALL = :  PRE_UNINSTALL = :
59  POST_UNINSTALL = :  POST_UNINSTALL = :
60    host_alias = @host_alias@
61  host_triplet = @host@  host_triplet = @host@
62  subdir = event  AS = @AS@
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  
 am__aclocal_m4_deps = $(top_srcdir)/configure.in  
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  
         $(ACLOCAL_M4)  
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  
 CONFIG_HEADER = $(top_builddir)/config.h  
 CONFIG_CLEAN_FILES =  
 am__installdirs = "$(DESTDIR)$(libdir)"  
 libLTLIBRARIES_INSTALL = $(INSTALL)  
 LTLIBRARIES = $(lib_LTLIBRARIES)  
 libyoda_la_DEPENDENCIES = physics/tracker/libtrackerevent.la \  
         physics/anticoinc/libanticoincevent.la \  
         physics/calorimeter/libcalorimeterevent.la \  
         tmtc/libtmtcevent.la mcmd/libmcmdevent.la log/liblogevent.la  
 am_libyoda_la_OBJECTS = PamelaRun.lo RunInfo.lo EventDict.lo \  
         SubPacket.lo PacketType.lo SubDetector.lo \  
         DirectoryStructure.lo Algorithm.lo NullAlgorithm.lo \  
         AlgorithmInfo.lo EventHeader.lo PscuHeader.lo EventCounter.lo \  
         PscuEvent.lo VarDumpEvent.lo ArrDumpEvent.lo TabDumpEvent.lo \  
         CalibCalEvent.lo CalibTrkEvent.lo CalibTrgEvent.lo \  
         CalibTrdEvent.lo CalibTofEvent.lo CalibS4Event.lo \  
         RunHeaderEvent.lo RunTrailerEvent.lo ForcedPktEvent.lo CRC.lo  
 libyoda_la_OBJECTS = $(am_libyoda_la_OBJECTS)  
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)  
 depcomp =  
 am__depfiles_maybe =  
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  
         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \  
         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \  
         $(AM_CFLAGS) $(CFLAGS)  
 CCLD = $(CC)  
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \  
         $(AM_LDFLAGS) $(LDFLAGS) -o $@  
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \  
         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)  
 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \  
         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \  
         $(AM_CXXFLAGS) $(CXXFLAGS)  
 CXXLD = $(CXX)  
 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \  
         $(AM_LDFLAGS) $(LDFLAGS) -o $@  
 SOURCES = $(libyoda_la_SOURCES)  
 DIST_SOURCES = $(libyoda_la_SOURCES)  
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \  
         html-recursive info-recursive install-data-recursive \  
         install-exec-recursive install-info-recursive \  
         install-recursive installcheck-recursive installdirs-recursive \  
         pdf-recursive ps-recursive uninstall-info-recursive \  
         uninstall-recursive  
 ETAGS = etags  
 CTAGS = ctags  
 DIST_SUBDIRS = $(SUBDIRS)  
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  
 ACLOCAL = @ACLOCAL@  
 AMDEP_FALSE = @AMDEP_FALSE@  
 AMDEP_TRUE = @AMDEP_TRUE@  
 AMTAR = @AMTAR@  
 AR = @AR@  
 AUTOCONF = @AUTOCONF@  
 AUTOHEADER = @AUTOHEADER@  
 AUTOMAKE = @AUTOMAKE@  
 AWK = @AWK@  
63  CC = @CC@  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  
 CFLAGS = @CFLAGS@  
 CPP = @CPP@  
 CPPFLAGS = @CPPFLAGS@  
64  CXX = @CXX@  CXX = @CXX@
65  CXXCPP = @CXXCPP@  DLLTOOL = @DLLTOOL@
 CXXDEPMODE = @CXXDEPMODE@  
 CXXFLAGS = @CXXFLAGS@  
 CYGPATH_W = @CYGPATH_W@  
 DEFS = @DEFS@  
 DEPDIR = @DEPDIR@  
66  ECHO = @ECHO@  ECHO = @ECHO@
 ECHO_C = @ECHO_C@  
 ECHO_N = @ECHO_N@  
 ECHO_T = @ECHO_T@  
 EGREP = @EGREP@  
67  EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
68  F77 = @F77@  F77 = @F77@
 FFLAGS = @FFLAGS@  
69  FLIBS = @FLIBS@  FLIBS = @FLIBS@
70  HAS_DOXYFILE = @HAS_DOXYFILE@  HAS_DOXYFILE = @HAS_DOXYFILE@
71  INSTALL_DATA = @INSTALL_DATA@  HAVE_LIB = @HAVE_LIB@
72  INSTALL_PROGRAM = @INSTALL_PROGRAM@  LIB = @LIB@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  
 LDFLAGS = @ROOT_LDFLAGS@  -llog4cpp  
 LIBOBJS = @LIBOBJS@  
 LIBS = @LIBS@  
73  LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
74  LN_S = @LN_S@  LN_S = @LN_S@
75  LTLIBOBJS = @LTLIBOBJS@  LTLIB = @LTLIB@
76  MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
77    OBJDUMP = @OBJDUMP@
78  OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
79  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  
 PACKAGE_NAME = @PACKAGE_NAME@  
 PACKAGE_STRING = @PACKAGE_STRING@  
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  
 PACKAGE_VERSION = @PACKAGE_VERSION@  
 PATH_SEPARATOR = @PATH_SEPARATOR@  
80  RANLIB = @RANLIB@  RANLIB = @RANLIB@
81  ROOTCINT = @ROOTCINT@  ROOTCINT = @ROOTCINT@
82  ROOT_INCLUDES = @ROOT_INCLUDES@  ROOT_INCLUDES = @ROOT_INCLUDES@
83  ROOT_LDFLAGS = @ROOT_LDFLAGS@  ROOT_LDFLAGS = @ROOT_LDFLAGS@
 SET_MAKE = @SET_MAKE@  
 SHELL = @SHELL@  
84  STRIP = @STRIP@  STRIP = @STRIP@
85  VERSION = @VERSION@  VERSION = @VERSION@
86  ac_ct_AR = @ac_ct_AR@  
 ac_ct_CC = @ac_ct_CC@  
 ac_ct_CXX = @ac_ct_CXX@  
 ac_ct_F77 = @ac_ct_F77@  
 ac_ct_RANLIB = @ac_ct_RANLIB@  
 ac_ct_STRIP = @ac_ct_STRIP@  
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@  
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@  
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@  
 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@  
 am__include = @am__include@  
 am__leading_dot = @am__leading_dot@  
 am__quote = @am__quote@  
 bindir = @bindir@  
 build = @build@  
 build_alias = @build_alias@  
 build_cpu = @build_cpu@  
 build_os = @build_os@  
 build_vendor = @build_vendor@  
 datadir = @datadir@  
 exec_prefix = @exec_prefix@  
 host = @host@  
 host_alias = @host_alias@  
 host_cpu = @host_cpu@  
 host_os = @host_os@  
 host_vendor = @host_vendor@  
 includedir = @includedir@  
 infodir = @infodir@  
 install_sh = @install_sh@  
 libdir = @libdir@  
 libexecdir = @libexecdir@  
 localstatedir = @localstatedir@  
 mandir = @mandir@  
 mkdir_p = @mkdir_p@  
 oldincludedir = @oldincludedir@  
 prefix = @prefix@  
 program_transform_name = @program_transform_name@  
 sbindir = @sbindir@  
 sharedstatedir = @sharedstatedir@  
 sysconfdir = @sysconfdir@  
 target_alias = @target_alias@  
87  AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo  AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
88  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
89  SUBDIRS = log mcmd tmtc physics  LDFLAGS = @ROOT_LDFLAGS@  -llog4cpp
90    SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump
91    
92  lib_LTLIBRARIES = libyoda.la  lib_LTLIBRARIES = libyoda.la
93  libyoda_la_SOURCES = PamelaRun.cpp PamelaRun.h \  libyoda_la_SOURCES =   PamelaRun.cpp          PamelaRun.h  RunInfo.cpp            RunInfo.h  EventDict.cpp          EventDict.h  SubPacket.cpp          SubPacket.h  PacketType.cpp         PacketType.h   SubDetector.cpp        SubDetector.h  DirectoryStructure.c   DirectoryStructure.h  Algorithm.cpp          Algorithm.h NullAlgorithm.cpp  AlgorithmInfo.cpp      AlgorithmInfo.h  EventHeader.cpp        EventHeader.h  PscuHeader.cpp         PscuHeader.h   EventCounter.cpp       EventCounter.h  PscuEvent.cpp          PscuEvent.h  CalibCalEvent.cpp      CalibCalEvent.h  CalibCalPedEvent.cpp   CalibCalPedEvent.h  CalibAcEvent.cpp       CalibAcEvent.h  CalibTrk1Event.cpp     CalibTrk1Event.h  CalibTrk2Event.cpp     CalibTrk2Event.h  CalibTrdEvent.cpp      CalibTrdEvent.h  CalibTofEvent.cpp      CalibTofEvent.h  CalibS4Event.cpp       CalibS4Event.h  RunHeaderEvent.cpp     RunHeaderEvent.h  RunTrailerEvent.cpp    RunTrailerEvent.h  ForcedPktEvent.cpp     ForcedPktEvent.h  CRC.h CRC.c  Exception.h  LinkDef.h
94   RunInfo.cpp RunInfo.h \  
95   EventDict.cpp EventDict.h \  
96   SubPacket.cpp SubPacket.h \  libyoda_la_LIBADD =   physics/tracker/libtrackerevent.la  physics/anticounter/libanticounterevent.la  physics/calorimeter/libcalorimeterevent.la  tmtc/libtmtcevent.la  mcmd/libmcmdevent.la  log/liblogevent.la  arrDump/libarrdumpevent.la  tabDump/libtabdumpevent.la  varDump/libvardumpevent.la  /usr/local/lib/liblog4cpp.la
97   PacketType.cpp PacketType.h  \  
  SubDetector.cpp SubDetector.h \  
  DirectoryStructure.c DirectoryStructure.h \  
  Algorithm.cpp Algorithm.h NullAlgorithm.cpp \  
  AlgorithmInfo.cpp AlgorithmInfo.h \  
  EventHeader.cpp EventHeader.h \  
  PscuHeader.cpp PscuHeader.h  \  
  EventCounter.cpp EventCounter.h \  
  PscuEvent.cpp PscuEvent.h \  
  VarDumpEvent.cpp  VarDumpEvent.h \  
  ArrDumpEvent.cpp  ArrDumpEvent.h \  
  TabDumpEvent.cpp  TabDumpEvent.h \  
  CalibCalEvent.cpp  CalibCalEvent.h \  
  CalibTrkEvent.cpp  CalibTrkEvent.h \  
  CalibTrgEvent.cpp  CalibTrgEvent.h \  
  CalibTrdEvent.cpp  CalibTrdEvent.h \  
  CalibTofEvent.cpp  CalibTofEvent.h \  
  CalibS4Event.cpp   CalibS4Event.h \  
  RunHeaderEvent.cpp   RunHeaderEvent.h \  
  RunTrailerEvent.cpp  RunTrailerEvent.h \  
  ForcedPktEvent.cpp   ForcedPktEvent.h \  
  CRC.h CRC.c \  
  Exception.h  LinkDef.h  
   
 libyoda_la_LIBADD = \  
  physics/tracker/libtrackerevent.la \  
  physics/anticoinc/libanticoincevent.la \  
  physics/calorimeter/libcalorimeterevent.la \  
  tmtc/libtmtcevent.la \  
  mcmd/libmcmdevent.la \  
  log/liblogevent.la  
98    
99  BUILT_SOURCES = EventDict.cpp EventDict.h  BUILT_SOURCES = EventDict.cpp EventDict.h
100  SUBPACKET_HEADER_FILES = SubPacket.h EventHeader.h \  SUBPACKET_HEADER_FILES = SubPacket.h EventHeader.h   PscuHeader.h EventCounter.h   PscuEvent.h       CalibAcEvent.h   CalibCalEvent.h   CalibCalPedEvent.h   CalibTrk1Event.h  CalibTrk2Event.h    CalibTrdEvent.h   CalibTofEvent.h   CalibS4Event.h     RunHeaderEvent.h  RunTrailerEvent.h ForcedPktEvent.h   CRC.h
101    PscuHeader.h EventCounter.h \  
102    PscuEvent.h  ArrDumpEvent.h  VarDumpEvent.h TabDumpEvent.h \  
103    CalibCalEvent.h   CalibTrkEvent.h   CalibTrgEvent.h  \  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES}   PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h
104    CalibTrdEvent.h   CalibTofEvent.h   CalibS4Event.h   \  
105    RunHeaderEvent.h RunTrailerEvent.h ForcedPktEvent.h \  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106    CRC.h  CONFIG_HEADER = ../config.h
107    CONFIG_CLEAN_FILES =
108    LTLIBRARIES =  $(lib_LTLIBRARIES)
109    
110    
111    DEFS = @DEFS@ -I. -I$(srcdir) -I..
112    CPPFLAGS = @CPPFLAGS@
113    LIBS = @LIBS@
114    libyoda_la_LDFLAGS =
115    libyoda_la_DEPENDENCIES =  physics/tracker/libtrackerevent.la \
116    physics/anticounter/libanticounterevent.la \
117    physics/calorimeter/libcalorimeterevent.la tmtc/libtmtcevent.la \
118    mcmd/libmcmdevent.la log/liblogevent.la arrDump/libarrdumpevent.la \
119    tabDump/libtabdumpevent.la varDump/libvardumpevent.la \
120    /usr/local/lib/liblog4cpp.la
121    libyoda_la_OBJECTS =  PamelaRun.lo RunInfo.lo EventDict.lo SubPacket.lo \
122    PacketType.lo SubDetector.lo DirectoryStructure.lo Algorithm.lo \
123    NullAlgorithm.lo AlgorithmInfo.lo EventHeader.lo PscuHeader.lo \
124    EventCounter.lo PscuEvent.lo CalibCalEvent.lo CalibCalPedEvent.lo \
125    CalibAcEvent.lo CalibTrk1Event.lo CalibTrk2Event.lo CalibTrdEvent.lo \
126    CalibTofEvent.lo CalibS4Event.lo RunHeaderEvent.lo RunTrailerEvent.lo \
127    ForcedPktEvent.lo CRC.lo
128    CXXFLAGS = @CXXFLAGS@
129    CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130    LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131    CXXLD = $(CXX)
132    CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
133    CFLAGS = @CFLAGS@
134    COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135    LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136    CCLD = $(CC)
137    LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
138    DIST_COMMON =  Makefile.am Makefile.in
139    
 DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \  
   PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h  
140    
141  all: $(BUILT_SOURCES)  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
         $(MAKE) $(AM_MAKEFLAGS) all-recursive  
142    
143    TAR = gtar
144    GZIP_ENV = --best
145    SOURCES = $(libyoda_la_SOURCES)
146    OBJECTS = $(libyoda_la_OBJECTS)
147    
148    all: all-redirect
149  .SUFFIXES:  .SUFFIXES:
150  .SUFFIXES: .c .cpp .lo .o .obj  .SUFFIXES: .S .c .cpp .lo .o .obj .s
151  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
152          @for dep in $?; do \          cd $(top_srcdir) && $(AUTOMAKE) --foreign event/Makefile
153            case '$(am__configure_deps)' in \  
154              *$$dep*) \  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
155                cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \          cd $(top_builddir) \
156                  && exit 0; \            && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
157                exit 1;; \  
158            esac; \  
159          done; \  mostlyclean-libLTLIBRARIES:
160          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  event/Makefile'; \  
161          cd $(top_srcdir) && \  clean-libLTLIBRARIES:
162            $(AUTOMAKE) --foreign  event/Makefile          -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
163  .PRECIOUS: Makefile  
164  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  distclean-libLTLIBRARIES:
165          @case '$?' in \  
166            *config.status*) \  maintainer-clean-libLTLIBRARIES:
167              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \  
           *) \  
             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \  
             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \  
         esac;  
   
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  
         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  
   
 $(top_srcdir)/configure:  $(am__configure_deps)  
         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  
         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  
168  install-libLTLIBRARIES: $(lib_LTLIBRARIES)  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
169          @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
170          test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"          $(mkinstalldirs) $(DESTDIR)$(libdir)
171          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
172            if test -f $$p; then \            if test -f $$p; then \
173              f="`echo $$p | sed -e 's|^.*/||'`"; \              echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
174              echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \              $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \  
175            else :; fi; \            else :; fi; \
176          done          done
177    
178  uninstall-libLTLIBRARIES:  uninstall-libLTLIBRARIES:
179          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
180          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          list='$(lib_LTLIBRARIES)'; for p in $$list; do \
181              p="`echo $$p | sed -e 's|^.*/||'`"; \            $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \  
           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \  
182          done          done
183    
184  clean-libLTLIBRARIES:  .c.o:
185          -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)          $(COMPILE) -c $<
186          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \  
187            dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \  # FIXME: We should only use cygpath when building on Windows,
188            test "$$dir" = "$$p" && dir=.; \  # and only if it is available.
189            echo "rm -f \"$${dir}/so_locations\""; \  .c.obj:
190            rm -f "$${dir}/so_locations"; \          $(COMPILE) -c `cygpath -w $<`
191          done  
192  libyoda.la: $(libyoda_la_OBJECTS) $(libyoda_la_DEPENDENCIES)  .s.o:
193          $(CXXLINK) -rpath $(libdir) $(libyoda_la_LDFLAGS) $(libyoda_la_OBJECTS) $(libyoda_la_LIBADD) $(LIBS)          $(COMPILE) -c $<
194    
195    .S.o:
196            $(COMPILE) -c $<
197    
198  mostlyclean-compile:  mostlyclean-compile:
199            -rm -f *.o core *.core
200          -rm -f *.$(OBJEXT)          -rm -f *.$(OBJEXT)
201    
202    clean-compile:
203    
204  distclean-compile:  distclean-compile:
205          -rm -f *.tab.c          -rm -f *.tab.c
206    
207  .c.o:  maintainer-clean-compile:
         $(COMPILE) -c $<  
   
 .c.obj:  
         $(COMPILE) -c `$(CYGPATH_W) '$<'`  
208    
209  .c.lo:  .c.lo:
210          $(LTCOMPILE) -c -o $@ $<          $(LIBTOOL) --mode=compile $(COMPILE) -c $<
   
 .cpp.o:  
         $(CXXCOMPILE) -c -o $@ $<  
211    
212  .cpp.obj:  .s.lo:
213          $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`          $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214    
215  .cpp.lo:  .S.lo:
216          $(LTCXXCOMPILE) -c -o $@ $<          $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217    
218  mostlyclean-libtool:  mostlyclean-libtool:
219          -rm -f *.lo          -rm -f *.lo
# Line 339  clean-libtool: Line 222  clean-libtool:
222          -rm -rf .libs _libs          -rm -rf .libs _libs
223    
224  distclean-libtool:  distclean-libtool:
225          -rm -f libtool  
226  uninstall-info-am:  maintainer-clean-libtool:
227    
228    libyoda.la: $(libyoda_la_OBJECTS) $(libyoda_la_DEPENDENCIES)
229            $(CXXLINK) -rpath $(libdir) $(libyoda_la_LDFLAGS) $(libyoda_la_OBJECTS) $(libyoda_la_LIBADD) $(LIBS)
230    .cpp.o:
231            $(CXXCOMPILE) -c $<
232    .cpp.obj:
233            $(CXXCOMPILE) -c `cygpath -w $<`
234    .cpp.lo:
235            $(LTCXXCOMPILE) -c $<
236    
237  # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
238  # into them and run `make' without going through this Makefile.  # into them and run `make' without going through this Makefile.
# Line 348  uninstall-info-am: Line 240  uninstall-info-am:
240  # (1) if the variable is set in `config.status', edit `config.status'  # (1) if the variable is set in `config.status', edit `config.status'
241  #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
242  # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
243  $(RECURSIVE_TARGETS):  
244          @set fnord $$MAKEFLAGS; amf=$$2; \  @SET_MAKE@
245    
246    all-recursive install-data-recursive install-exec-recursive \
247    installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
248    check-recursive installcheck-recursive info-recursive dvi-recursive:
249            @set fnord $(MAKEFLAGS); amf=$$2; \
250          dot_seen=no; \          dot_seen=no; \
251          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
252          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
# Line 369  $(RECURSIVE_TARGETS): Line 266  $(RECURSIVE_TARGETS):
266    
267  mostlyclean-recursive clean-recursive distclean-recursive \  mostlyclean-recursive clean-recursive distclean-recursive \
268  maintainer-clean-recursive:  maintainer-clean-recursive:
269          @set fnord $$MAKEFLAGS; amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
270          dot_seen=no; \          dot_seen=no; \
271          case "$@" in \          rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
272            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \            rev="$$subdir $$rev"; \
273            *) list='$(SUBDIRS)' ;; \            test "$$subdir" != "." || dot_seen=yes; \
         esac; \  
         rev=''; for subdir in $$list; do \  
           if test "$$subdir" = "."; then :; else \  
             rev="$$subdir $$rev"; \  
           fi; \  
274          done; \          done; \
275          rev="$$rev ."; \          test "$$dot_seen" = "no" && rev=". $$rev"; \
276          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
277          for subdir in $$rev; do \          for subdir in $$rev; do \
278            echo "Making $$target in $$subdir"; \            echo "Making $$target in $$subdir"; \
# Line 396  tags-recursive: Line 288  tags-recursive:
288          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
289            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
290          done          done
 ctags-recursive:  
         list='$(SUBDIRS)'; for subdir in $$list; do \  
           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \  
         done  
291    
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  
         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \  
         unique=`for i in $$list; do \  
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         mkid -fID $$unique  
292  tags: TAGS  tags: TAGS
293    
294  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  ID: $(HEADERS) $(SOURCES) $(LISP)
295                  $(TAGS_FILES) $(LISP)          list='$(SOURCES) $(HEADERS)'; \
296            unique=`for i in $$list; do echo $$i; done | \
297              awk '    { files[$$0] = 1; } \
298                   END { for (i in files) print i; }'`; \
299            here=`pwd` && cd $(srcdir) \
300              && mkid -f$$here/ID $$unique $(LISP)
301    
302    TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
303          tags=; \          tags=; \
304          here=`pwd`; \          here=`pwd`; \
         if (etags --etags-include --version) >/dev/null 2>&1; then \  
           include_option=--etags-include; \  
         else \  
           include_option=--include; \  
         fi; \  
305          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
306            if test "$$subdir" = .; then :; else \     if test "$$subdir" = .; then :; else \
307              test -f $$subdir/TAGS && \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
308                tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \     fi; \
           fi; \  
309          done; \          done; \
310          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)'; \
311          unique=`for i in $$list; do \          unique=`for i in $$list; do echo $$i; done | \
312              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \            awk '    { files[$$0] = 1; } \
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
313                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
314          test -z "$(ETAGS_ARGS)$$tags$$unique" \          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
315            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
316               $$tags $$unique  
317  ctags: CTAGS  mostlyclean-tags:
318  CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  
319                  $(TAGS_FILES) $(LISP)  clean-tags:
         tags=; \  
         here=`pwd`; \  
         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \  
         unique=`for i in $$list; do \  
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         test -z "$(CTAGS_ARGS)$$tags$$unique" \  
           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \  
              $$tags $$unique  
   
 GTAGS:  
         here=`$(am__cd) $(top_builddir) && pwd` \  
           && cd $(top_srcdir) \  
           && gtags -i $(GTAGS_ARGS) $$here  
320    
321  distclean-tags:  distclean-tags:
322          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID
323    
324    maintainer-clean-tags:
325    
326    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
327    
328    subdir = event
329    
330  distdir: $(DISTFILES)  distdir: $(DISTFILES)
331          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @for file in $(DISTFILES); do \
332          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \            d=$(srcdir); \
         list='$(DISTFILES)'; for file in $$list; do \  
           case $$file in \  
             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \  
             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \  
           esac; \  
           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \  
           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \  
           if test "$$dir" != "$$file" && test "$$dir" != "."; then \  
             dir="/$$dir"; \  
             $(mkdir_p) "$(distdir)$$dir"; \  
           else \  
             dir=''; \  
           fi; \  
333            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
334              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \              cp -pr $$d/$$file $(distdir)/$$file; \
               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \  
             fi; \  
             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \  
335            else \            else \
336              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
337              || cp -p $$d/$$file $(distdir)/$$file \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
338              || exit 1; \              || cp -p $$d/$$file $(distdir)/$$file || :; \
339            fi; \            fi; \
340          done          done
341          list='$(SUBDIRS)'; for subdir in $$list; do \          for subdir in $(SUBDIRS); do \
342            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
343              test -d "$(distdir)/$$subdir" \              test -d $(distdir)/$$subdir \
344              || mkdir "$(distdir)/$$subdir" \              || mkdir $(distdir)/$$subdir \
345              || exit 1; \              || exit 1; \
346              (cd $$subdir && \              chmod 777 $(distdir)/$$subdir; \
347                $(MAKE) $(AM_MAKEFLAGS) \              (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                 top_distdir="../$(top_distdir)" \  
                 distdir="../$(distdir)/$$subdir" \  
                 distdir) \  
348                || exit 1; \                || exit 1; \
349            fi; \            fi; \
350          done          done
351    info-am:
352    info: info-recursive
353    dvi-am:
354    dvi: dvi-recursive
355  check-am: all-am  check-am: all-am
356  check: $(BUILT_SOURCES)  check: check-recursive
357          $(MAKE) $(AM_MAKEFLAGS) check-recursive  installcheck-am:
358  all-am: Makefile $(LTLIBRARIES)  installcheck: installcheck-recursive
359  installdirs: installdirs-recursive  install-info-am:
360  installdirs-am:  install-info: install-info-recursive
361          for dir in "$(DESTDIR)$(libdir)"; do \  install-exec-am: install-libLTLIBRARIES
           test -z "$$dir" || $(mkdir_p) "$$dir"; \  
         done  
 install: $(BUILT_SOURCES)  
         $(MAKE) $(AM_MAKEFLAGS) install-recursive  
362  install-exec: install-exec-recursive  install-exec: install-exec-recursive
363    
364    install-data-am:
365  install-data: install-data-recursive  install-data: install-data-recursive
 uninstall: uninstall-recursive  
366    
367  install-am: all-am  install-am: all-am
368          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369    install: install-recursive
370  installcheck: installcheck-recursive  uninstall-am: uninstall-libLTLIBRARIES
371    uninstall: uninstall-recursive
372    all-am: Makefile $(LTLIBRARIES)
373    all-redirect: all-recursive
374  install-strip:  install-strip:
375          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
376            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \  installdirs: installdirs-recursive
377            `test -z '$(STRIP)' || \  installdirs-am:
378              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install          $(mkinstalldirs)  $(DESTDIR)$(libdir)
379    
380    
381  mostlyclean-generic:  mostlyclean-generic:
382    
383  clean-generic:  clean-generic:
384    
385  distclean-generic:  distclean-generic:
386          -rm -f $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES)
387            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
388    
389  maintainer-clean-generic:  maintainer-clean-generic:
         @echo "This command is intended for maintainers to use"  
         @echo "it deletes files that may require special tools to rebuild."  
390          -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)          -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
391  clean: clean-recursive  mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
392                    mostlyclean-libtool mostlyclean-tags \
393  clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \                  mostlyclean-generic
         mostlyclean-am  
   
 distclean: distclean-recursive  
         -rm -f Makefile  
 distclean-am: clean-am distclean-compile distclean-generic \  
         distclean-libtool distclean-tags  
   
 dvi: dvi-recursive  
   
 dvi-am:  
   
 html: html-recursive  
   
 info: info-recursive  
   
 info-am:  
   
 install-data-am:  
   
 install-exec-am: install-libLTLIBRARIES  
   
 install-info: install-info-recursive  
   
 install-man:  
   
 installcheck-am:  
   
 maintainer-clean: maintainer-clean-recursive  
         -rm -f Makefile  
 maintainer-clean-am: distclean-am maintainer-clean-generic  
394    
395  mostlyclean: mostlyclean-recursive  mostlyclean: mostlyclean-recursive
396    
397  mostlyclean-am: mostlyclean-compile mostlyclean-generic \  clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
398          mostlyclean-libtool                  clean-generic mostlyclean-am
   
 pdf: pdf-recursive  
399    
400  pdf-am:  clean: clean-recursive
401    
402  ps: ps-recursive  distclean-am:  distclean-libLTLIBRARIES distclean-compile \
403                    distclean-libtool distclean-tags distclean-generic \
404                    clean-am
405            -rm -f libtool
406    
407  ps-am:  distclean: distclean-recursive
408    
409  uninstall-am: uninstall-libLTLIBRARIES  maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
410                    maintainer-clean-compile maintainer-clean-libtool \
411                    maintainer-clean-tags maintainer-clean-generic \
412                    distclean-am
413            @echo "This command is intended for maintainers to use;"
414            @echo "it deletes files that may require special tools to rebuild."
415    
416  uninstall-info: uninstall-info-recursive  maintainer-clean: maintainer-clean-recursive
417    
418  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \  .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
419          clean clean-generic clean-libLTLIBRARIES clean-libtool \  clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
420          clean-recursive ctags ctags-recursive distclean \  uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
421          distclean-compile distclean-generic distclean-libtool \  distclean-compile clean-compile maintainer-clean-compile \
422          distclean-recursive distclean-tags distdir dvi dvi-am html \  mostlyclean-libtool distclean-libtool clean-libtool \
423          html-am info info-am install install-am install-data \  maintainer-clean-libtool install-data-recursive \
424          install-data-am install-exec install-exec-am install-info \  uninstall-data-recursive install-exec-recursive \
425          install-info-am install-libLTLIBRARIES install-man \  uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
426          install-strip installcheck installcheck-am installdirs \  all-recursive check-recursive installcheck-recursive info-recursive \
427          installdirs-am maintainer-clean maintainer-clean-generic \  dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
428          maintainer-clean-recursive mostlyclean mostlyclean-compile \  maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
429          mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \  distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
430          pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \  dvi-am dvi check check-am installcheck-am installcheck install-info-am \
431          uninstall-info-am uninstall-libLTLIBRARIES  install-info install-exec-am install-exec install-data-am install-data \
432    install-am install uninstall-am uninstall all-redirect all-am all \
433    installdirs-am installdirs mostlyclean-generic distclean-generic \
434    clean-generic maintainer-clean-generic clean mostlyclean distclean \
435    maintainer-clean
436    
437    
438  EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h  EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h
439          rootcint -f $@ -c ${INCLUDES} $^          rootcint -f $@ -c ${INCLUDES} $^
440    
441  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
442  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
443  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23