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

Diff of /yoda/techmodel/Makefile.in

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

revision 1.4 by kusanagi, Thu Jul 8 12:48:18 2004 UTC revision 1.5 by kusanagi, Tue Jul 20 13:05:12 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 = $(libyodatechmodel_la_SOURCES) $(techmodelreader_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  bin_PROGRAMS = techmodelreader$(EXEEXT)  AS = @AS@
 subdir = techmodel  
 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)" "$(DESTDIR)$(bindir)"  
 libLTLIBRARIES_INSTALL = $(INSTALL)  
 LTLIBRARIES = $(lib_LTLIBRARIES)  
 libyodatechmodel_la_DEPENDENCIES = @top_srcdir@/event/libyoda.la \  
         @top_srcdir@/event/physics/tracker/libtrackerevent.la \  
         @top_srcdir@/event/physics/anticounter/libanticounterevent.la \  
         @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \  
         @top_srcdir@/event/tmtc/libtmtcevent.la \  
         @top_srcdir@/event/mcmd/libmcmdevent.la \  
         @top_srcdir@/event/log/liblogevent.la \  
         @top_srcdir@/event/arrDump/libarrdumpevent.la \  
         @top_srcdir@/event/tabDump/libtabdumpevent.la \  
         @top_srcdir@/event/varDump/libvardumpevent.la \  
         forroutines/libforrou.la physics/libdevreaders.la  
 am_libyodatechmodel_la_OBJECTS = TechmodelPamelaRun.lo \  
         TechmodelAlgorithm.lo EventReader.lo VarDumpReader.lo \  
         ArrDumpReader.lo TabDumpReader.lo TmtcReader.lo McmdReader.lo \  
         LogReader.lo CalibCalReader.lo CalibCalPedReader.lo \  
         CalibTrk1Reader.lo CalibTrk2Reader.lo CalibTrdReader.lo \  
         CalibTofReader.lo CalibS4Reader.lo RunHeaderReader.lo \  
         RunTrailerReader.lo ForcedPktReader.lo PhysicsReader.lo \  
         CalibAcReader.lo TechmodelDict.lo  
 libyodatechmodel_la_OBJECTS = $(am_libyodatechmodel_la_OBJECTS)  
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)  
 PROGRAMS = $(bin_PROGRAMS)  
 am_techmodelreader_OBJECTS = techmodelreader.$(OBJEXT)  
 techmodelreader_OBJECTS = $(am_techmodelreader_OBJECTS)  
 techmodelreader_DEPENDENCIES = libyodatechmodel.la \  
         @top_srcdir@/event/libyoda.la  
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)  
 depcomp =  
 am__depfiles_maybe =  
 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 $@  
 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 $@  
 SOURCES = $(libyodatechmodel_la_SOURCES) $(techmodelreader_SOURCES)  
 DIST_SOURCES = $(libyodatechmodel_la_SOURCES) \  
         $(techmodelreader_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@  
 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@ -I@top_srcdir@/event @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@
89    LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp
90  SUBDIRS = forroutines physics  SUBDIRS = forroutines physics
91    
92    bin_PROGRAMS = techmodelreader
93  techmodelreader_SOURCES = techmodelreader.cpp  techmodelreader_SOURCES = techmodelreader.cpp
94  techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp  techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp
95    
96  lib_LTLIBRARIES = libyodatechmodel.la  lib_LTLIBRARIES = libyodatechmodel.la
97    
98  #LinkDef.h MUST be the last one of the list!!!!!  #LinkDef.h MUST be the last one of the list!!!!!
99  libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp  TechmodelPamelaRun.h      \  libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp  TechmodelPamelaRun.h       TechmodelAlgorithm.cpp TechmodelAlgorithm.h                                     EventReader.cpp        EventReader.h           ReaderAlgorithms.h                                       VarDumpReader.cpp      ArrDumpReader.cpp       TabDumpReader.cpp        TmtcReader.cpp         McmdReader.cpp          LogReader.cpp            CalibCalReader.cpp     CalibCalPedReader.cpp                            CalibTrk1Reader.cpp    CalibTrk2Reader.cpp                              CalibTrdReader.cpp     CalibTofReader.cpp      CalibS4Reader.cpp        RunHeaderReader.cpp    RunTrailerReader.cpp    ForcedPktReader.cpp      PhysicsReader.cpp      CalibAcReader.cpp                                TechmodelDict.cpp      TechmodelDict.h                                  LinkDef.h
100   TechmodelAlgorithm.cpp TechmodelAlgorithm.h                                    \  
101   EventReader.cpp        EventReader.h           ReaderAlgorithms.h              \  
102                          \  libyodatechmodel_la_LIBADD =   @top_srcdir@/event/libyoda.la  @top_srcdir@/event/physics/tracker/libtrackerevent.la  @top_srcdir@/event/physics/anticounter/libanticounterevent.la  @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la  @top_srcdir@/event/tmtc/libtmtcevent.la  @top_srcdir@/event/mcmd/libmcmdevent.la  @top_srcdir@/event/log/liblogevent.la  @top_srcdir@/event/arrDump/libarrdumpevent.la  @top_srcdir@/event/tabDump/libtabdumpevent.la  @top_srcdir@/event/varDump/libvardumpevent.la  forroutines/libforrou.la  physics/libdevreaders.la
103   VarDumpReader.cpp      ArrDumpReader.cpp       TabDumpReader.cpp       \  
  TmtcReader.cpp         McmdReader.cpp          LogReader.cpp           \  
  CalibCalReader.cpp     CalibCalPedReader.cpp                           \  
  CalibTrk1Reader.cpp    CalibTrk2Reader.cpp                             \  
  CalibTrdReader.cpp     CalibTofReader.cpp      CalibS4Reader.cpp       \  
  RunHeaderReader.cpp    RunTrailerReader.cpp    ForcedPktReader.cpp     \  
  PhysicsReader.cpp      CalibAcReader.cpp                               \  
  TechmodelDict.cpp      TechmodelDict.h                                 \  
  LinkDef.h  
   
 libyodatechmodel_la_LIBADD = \  
  @top_srcdir@/event/libyoda.la \  
  @top_srcdir@/event/physics/tracker/libtrackerevent.la \  
  @top_srcdir@/event/physics/anticounter/libanticounterevent.la \  
  @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \  
  @top_srcdir@/event/tmtc/libtmtcevent.la \  
  @top_srcdir@/event/mcmd/libmcmdevent.la \  
  @top_srcdir@/event/log/liblogevent.la \  
  @top_srcdir@/event/arrDump/libarrdumpevent.la \  
  @top_srcdir@/event/tabDump/libtabdumpevent.la \  
  @top_srcdir@/event/varDump/libvardumpevent.la \  
  forroutines/libforrou.la \  
  physics/libdevreaders.la  
104    
105  BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h  BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h
106  all: $(BUILT_SOURCES)  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107          $(MAKE) $(AM_MAKEFLAGS) all-recursive  CONFIG_HEADER = ../config.h
108    CONFIG_CLEAN_FILES =
109    LTLIBRARIES =  $(lib_LTLIBRARIES)
110    
111    
112    DEFS = @DEFS@ -I. -I$(srcdir) -I..
113    CPPFLAGS = @CPPFLAGS@
114    LIBS = @LIBS@
115    libyodatechmodel_la_LDFLAGS =
116    libyodatechmodel_la_DEPENDENCIES =  @top_srcdir@/event/libyoda.la \
117    @top_srcdir@/event/physics/tracker/libtrackerevent.la \
118    @top_srcdir@/event/physics/anticounter/libanticounterevent.la \
119    @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \
120    @top_srcdir@/event/tmtc/libtmtcevent.la \
121    @top_srcdir@/event/mcmd/libmcmdevent.la \
122    @top_srcdir@/event/log/liblogevent.la \
123    @top_srcdir@/event/arrDump/libarrdumpevent.la \
124    @top_srcdir@/event/tabDump/libtabdumpevent.la \
125    @top_srcdir@/event/varDump/libvardumpevent.la forroutines/libforrou.la \
126    physics/libdevreaders.la
127    libyodatechmodel_la_OBJECTS =  TechmodelPamelaRun.lo \
128    TechmodelAlgorithm.lo EventReader.lo VarDumpReader.lo ArrDumpReader.lo \
129    TabDumpReader.lo TmtcReader.lo McmdReader.lo LogReader.lo \
130    CalibCalReader.lo CalibCalPedReader.lo CalibTrk1Reader.lo \
131    CalibTrk2Reader.lo CalibTrdReader.lo CalibTofReader.lo CalibS4Reader.lo \
132    RunHeaderReader.lo RunTrailerReader.lo ForcedPktReader.lo \
133    PhysicsReader.lo CalibAcReader.lo TechmodelDict.lo
134    bin_PROGRAMS =  techmodelreader$(EXEEXT)
135    PROGRAMS =  $(bin_PROGRAMS)
136    
137    techmodelreader_OBJECTS =  techmodelreader.$(OBJEXT)
138    techmodelreader_DEPENDENCIES =  libyodatechmodel.la \
139    @top_srcdir@/event/libyoda.la
140    techmodelreader_LDFLAGS =
141    CXXFLAGS = @CXXFLAGS@
142    CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
143    LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
144    CXXLD = $(CXX)
145    CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
146    CFLAGS = @CFLAGS@
147    COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148    LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149    CCLD = $(CC)
150    LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
151    DIST_COMMON =  Makefile.am Makefile.in
152    
153    
154    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155    
156    TAR = gtar
157    GZIP_ENV = --best
158    SOURCES = $(libyodatechmodel_la_SOURCES) $(techmodelreader_SOURCES)
159    OBJECTS = $(libyodatechmodel_la_OBJECTS) $(techmodelreader_OBJECTS)
160    
161    all: all-redirect
162  .SUFFIXES:  .SUFFIXES:
163  .SUFFIXES: .cpp .lo .o .obj  .SUFFIXES: .S .c .cpp .lo .o .obj .s
164  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
165          @for dep in $?; do \          cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/Makefile
166            case '$(am__configure_deps)' in \  
167              *$$dep*) \  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
168                cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \          cd $(top_builddir) \
169                  && exit 0; \            && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
170                exit 1;; \  
171            esac; \  
172          done; \  mostlyclean-libLTLIBRARIES:
173          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  techmodel/Makefile'; \  
174          cd $(top_srcdir) && \  clean-libLTLIBRARIES:
175            $(AUTOMAKE) --foreign  techmodel/Makefile          -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
176  .PRECIOUS: Makefile  
177  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  distclean-libLTLIBRARIES:
178          @case '$?' in \  
179            *config.status*) \  maintainer-clean-libLTLIBRARIES:
180              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  
181  install-libLTLIBRARIES: $(lib_LTLIBRARIES)  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
182          @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
183          test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"          $(mkinstalldirs) $(DESTDIR)$(libdir)
184          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
185            if test -f $$p; then \            if test -f $$p; then \
186              f="`echo $$p | sed -e 's|^.*/||'`"; \              echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
187              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"; \  
188            else :; fi; \            else :; fi; \
189          done          done
190    
191  uninstall-libLTLIBRARIES:  uninstall-libLTLIBRARIES:
192          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
193          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          list='$(lib_LTLIBRARIES)'; for p in $$list; do \
194              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"; \  
195          done          done
196    
197  clean-libLTLIBRARIES:  .c.o:
198          -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)          $(COMPILE) -c $<
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \  
           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \  
           test "$$dir" = "$$p" && dir=.; \  
           echo "rm -f \"$${dir}/so_locations\""; \  
           rm -f "$${dir}/so_locations"; \  
         done  
 libyodatechmodel.la: $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_DEPENDENCIES)  
         $(CXXLINK) -rpath $(libdir) $(libyodatechmodel_la_LDFLAGS) $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_LIBADD) $(LIBS)  
 install-binPROGRAMS: $(bin_PROGRAMS)  
         @$(NORMAL_INSTALL)  
         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"  
         @list='$(bin_PROGRAMS)'; for p in $$list; do \  
           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \  
           if test -f $$p \  
              || test -f $$p1 \  
           ; then \  
             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \  
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \  
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \  
           else :; fi; \  
         done  
199    
200  uninstall-binPROGRAMS:  # FIXME: We should only use cygpath when building on Windows,
201          @$(NORMAL_UNINSTALL)  # and only if it is available.
202          @list='$(bin_PROGRAMS)'; for p in $$list; do \  .c.obj:
203            f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \          $(COMPILE) -c `cygpath -w $<`
           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \  
           rm -f "$(DESTDIR)$(bindir)/$$f"; \  
         done  
204    
205  clean-binPROGRAMS:  .s.o:
206          @list='$(bin_PROGRAMS)'; for p in $$list; do \          $(COMPILE) -c $<
207            f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \  
208            echo " rm -f $$p $$f"; \  .S.o:
209            rm -f $$p $$f ; \          $(COMPILE) -c $<
         done  
 techmodelreader$(EXEEXT): $(techmodelreader_OBJECTS) $(techmodelreader_DEPENDENCIES)  
         @rm -f techmodelreader$(EXEEXT)  
         $(CXXLINK) $(techmodelreader_LDFLAGS) $(techmodelreader_OBJECTS) $(techmodelreader_LDADD) $(LIBS)  
210    
211  mostlyclean-compile:  mostlyclean-compile:
212            -rm -f *.o core *.core
213          -rm -f *.$(OBJEXT)          -rm -f *.$(OBJEXT)
214    
215    clean-compile:
216    
217  distclean-compile:  distclean-compile:
218          -rm -f *.tab.c          -rm -f *.tab.c
219    
220  .cpp.o:  maintainer-clean-compile:
         $(CXXCOMPILE) -c -o $@ $<  
221    
222  .cpp.obj:  .c.lo:
223          $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`          $(LIBTOOL) --mode=compile $(COMPILE) -c $<
224    
225  .cpp.lo:  .s.lo:
226          $(LTCXXCOMPILE) -c -o $@ $<          $(LIBTOOL) --mode=compile $(COMPILE) -c $<
227    
228    .S.lo:
229            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
230    
231  mostlyclean-libtool:  mostlyclean-libtool:
232          -rm -f *.lo          -rm -f *.lo
# Line 362  clean-libtool: Line 235  clean-libtool:
235          -rm -rf .libs _libs          -rm -rf .libs _libs
236    
237  distclean-libtool:  distclean-libtool:
238          -rm -f libtool  
239  uninstall-info-am:  maintainer-clean-libtool:
240    
241    libyodatechmodel.la: $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_DEPENDENCIES)
242            $(CXXLINK) -rpath $(libdir) $(libyodatechmodel_la_LDFLAGS) $(libyodatechmodel_la_OBJECTS) $(libyodatechmodel_la_LIBADD) $(LIBS)
243    
244    mostlyclean-binPROGRAMS:
245    
246    clean-binPROGRAMS:
247            -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
248    
249    distclean-binPROGRAMS:
250    
251    maintainer-clean-binPROGRAMS:
252    
253    install-binPROGRAMS: $(bin_PROGRAMS)
254            @$(NORMAL_INSTALL)
255            $(mkinstalldirs) $(DESTDIR)$(bindir)
256            @list='$(bin_PROGRAMS)'; for p in $$list; do \
257              if test -f $$p; then \
258                echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
259                $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
260              else :; fi; \
261            done
262    
263    uninstall-binPROGRAMS:
264            @$(NORMAL_UNINSTALL)
265            list='$(bin_PROGRAMS)'; for p in $$list; do \
266              rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
267            done
268    
269    techmodelreader$(EXEEXT): $(techmodelreader_OBJECTS) $(techmodelreader_DEPENDENCIES)
270            @rm -f techmodelreader$(EXEEXT)
271            $(CXXLINK) $(techmodelreader_LDFLAGS) $(techmodelreader_OBJECTS) $(techmodelreader_LDADD) $(LIBS)
272    .cpp.o:
273            $(CXXCOMPILE) -c $<
274    .cpp.obj:
275            $(CXXCOMPILE) -c `cygpath -w $<`
276    .cpp.lo:
277            $(LTCXXCOMPILE) -c $<
278    
279  # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
280  # into them and run `make' without going through this Makefile.  # into them and run `make' without going through this Makefile.
# Line 371  uninstall-info-am: Line 282  uninstall-info-am:
282  # (1) if the variable is set in `config.status', edit `config.status'  # (1) if the variable is set in `config.status', edit `config.status'
283  #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
284  # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
285  $(RECURSIVE_TARGETS):  
286          @set fnord $$MAKEFLAGS; amf=$$2; \  @SET_MAKE@
287    
288    all-recursive install-data-recursive install-exec-recursive \
289    installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
290    check-recursive installcheck-recursive info-recursive dvi-recursive:
291            @set fnord $(MAKEFLAGS); amf=$$2; \
292          dot_seen=no; \          dot_seen=no; \
293          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
294          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
# Line 392  $(RECURSIVE_TARGETS): Line 308  $(RECURSIVE_TARGETS):
308    
309  mostlyclean-recursive clean-recursive distclean-recursive \  mostlyclean-recursive clean-recursive distclean-recursive \
310  maintainer-clean-recursive:  maintainer-clean-recursive:
311          @set fnord $$MAKEFLAGS; amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
312          dot_seen=no; \          dot_seen=no; \
313          case "$@" in \          rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
314            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \            rev="$$subdir $$rev"; \
315            *) list='$(SUBDIRS)' ;; \            test "$$subdir" != "." || dot_seen=yes; \
         esac; \  
         rev=''; for subdir in $$list; do \  
           if test "$$subdir" = "."; then :; else \  
             rev="$$subdir $$rev"; \  
           fi; \  
316          done; \          done; \
317          rev="$$rev ."; \          test "$$dot_seen" = "no" && rev=". $$rev"; \
318          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
319          for subdir in $$rev; do \          for subdir in $$rev; do \
320            echo "Making $$target in $$subdir"; \            echo "Making $$target in $$subdir"; \
# Line 419  tags-recursive: Line 330  tags-recursive:
330          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
331            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
332          done          done
 ctags-recursive:  
         list='$(SUBDIRS)'; for subdir in $$list; do \  
           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \  
         done  
333    
 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  
334  tags: TAGS  tags: TAGS
335    
336  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  ID: $(HEADERS) $(SOURCES) $(LISP)
337                  $(TAGS_FILES) $(LISP)          list='$(SOURCES) $(HEADERS)'; \
338            unique=`for i in $$list; do echo $$i; done | \
339              awk '    { files[$$0] = 1; } \
340                   END { for (i in files) print i; }'`; \
341            here=`pwd` && cd $(srcdir) \
342              && mkid -f$$here/ID $$unique $(LISP)
343    
344    TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
345          tags=; \          tags=; \
346          here=`pwd`; \          here=`pwd`; \
         if (etags --etags-include --version) >/dev/null 2>&1; then \  
           include_option=--etags-include; \  
         else \  
           include_option=--include; \  
         fi; \  
347          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
348            if test "$$subdir" = .; then :; else \     if test "$$subdir" = .; then :; else \
349              test -f $$subdir/TAGS && \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
350                tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \     fi; \
           fi; \  
351          done; \          done; \
352          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)'; \
353          unique=`for i in $$list; do \          unique=`for i in $$list; do echo $$i; done | \
354              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \            awk '    { files[$$0] = 1; } \
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
355                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
356          test -z "$(ETAGS_ARGS)$$tags$$unique" \          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
357            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
358               $$tags $$unique  
359  ctags: CTAGS  mostlyclean-tags:
360  CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  
361                  $(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  
362    
363  distclean-tags:  distclean-tags:
364          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID
365    
366    maintainer-clean-tags:
367    
368    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
369    
370    subdir = techmodel
371    
372  distdir: $(DISTFILES)  distdir: $(DISTFILES)
373          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @for file in $(DISTFILES); do \
374          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; \  
375            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
376              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; \  
377            else \            else \
378              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
379              || cp -p $$d/$$file $(distdir)/$$file \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
380              || exit 1; \              || cp -p $$d/$$file $(distdir)/$$file || :; \
381            fi; \            fi; \
382          done          done
383          list='$(SUBDIRS)'; for subdir in $$list; do \          for subdir in $(SUBDIRS); do \
384            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
385              test -d "$(distdir)/$$subdir" \              test -d $(distdir)/$$subdir \
386              || mkdir "$(distdir)/$$subdir" \              || mkdir $(distdir)/$$subdir \
387              || exit 1; \              || exit 1; \
388              (cd $$subdir && \              chmod 777 $(distdir)/$$subdir; \
389                $(MAKE) $(AM_MAKEFLAGS) \              (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                 top_distdir="../$(top_distdir)" \  
                 distdir="../$(distdir)/$$subdir" \  
                 distdir) \  
390                || exit 1; \                || exit 1; \
391            fi; \            fi; \
392          done          done
393    info-am:
394    info: info-recursive
395    dvi-am:
396    dvi: dvi-recursive
397  check-am: all-am  check-am: all-am
398  check: $(BUILT_SOURCES)  check: check-recursive
399          $(MAKE) $(AM_MAKEFLAGS) check-recursive  installcheck-am:
400  all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)  installcheck: installcheck-recursive
401  install-binPROGRAMS: install-libLTLIBRARIES  install-info-am:
402    install-info: install-info-recursive
403  installdirs: installdirs-recursive  install-exec-am: install-libLTLIBRARIES install-binPROGRAMS
 installdirs-am:  
         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \  
           test -z "$$dir" || $(mkdir_p) "$$dir"; \  
         done  
 install: $(BUILT_SOURCES)  
         $(MAKE) $(AM_MAKEFLAGS) install-recursive  
404  install-exec: install-exec-recursive  install-exec: install-exec-recursive
405    
406    install-data-am:
407  install-data: install-data-recursive  install-data: install-data-recursive
 uninstall: uninstall-recursive  
408    
409  install-am: all-am  install-am: all-am
410          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
411    install: install-recursive
412  installcheck: installcheck-recursive  uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS
413    uninstall: uninstall-recursive
414    all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
415    all-redirect: all-recursive
416  install-strip:  install-strip:
417          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
418            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \  installdirs: installdirs-recursive
419            `test -z '$(STRIP)' || \  installdirs-am:
420              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install          $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
421    
422    
423  mostlyclean-generic:  mostlyclean-generic:
424    
425  clean-generic:  clean-generic:
426    
427  distclean-generic:  distclean-generic:
428          -rm -f $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES)
429            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
430    
431  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."  
432          -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)          -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
433  clean: clean-recursive  mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
434                    mostlyclean-libtool mostlyclean-binPROGRAMS \
435  clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \                  mostlyclean-tags mostlyclean-generic
         clean-libtool 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  
436    
437  info-am:  mostlyclean: mostlyclean-recursive
438    
439  install-data-am:  clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool \
440                    clean-binPROGRAMS clean-tags clean-generic \
441                    mostlyclean-am
442    
443  install-exec-am: install-binPROGRAMS install-libLTLIBRARIES  clean: clean-recursive
444    
445  install-info: install-info-recursive  distclean-am:  distclean-libLTLIBRARIES distclean-compile \
446                    distclean-libtool distclean-binPROGRAMS distclean-tags \
447                    distclean-generic clean-am
448            -rm -f libtool
449    
450  install-man:  distclean: distclean-recursive
451    
452  installcheck-am:  maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
453                    maintainer-clean-compile maintainer-clean-libtool \
454                    maintainer-clean-binPROGRAMS maintainer-clean-tags \
455                    maintainer-clean-generic distclean-am
456            @echo "This command is intended for maintainers to use;"
457            @echo "it deletes files that may require special tools to rebuild."
458    
459  maintainer-clean: maintainer-clean-recursive  maintainer-clean: maintainer-clean-recursive
         -rm -f Makefile  
 maintainer-clean-am: distclean-am maintainer-clean-generic  
460    
461  mostlyclean: mostlyclean-recursive  .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
462    clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
463  mostlyclean-am: mostlyclean-compile mostlyclean-generic \  uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
464          mostlyclean-libtool  distclean-compile clean-compile maintainer-clean-compile \
465    mostlyclean-libtool distclean-libtool clean-libtool \
466  pdf: pdf-recursive  maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
467    clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
468  pdf-am:  install-binPROGRAMS install-data-recursive uninstall-data-recursive \
469    install-exec-recursive uninstall-exec-recursive installdirs-recursive \
470  ps: ps-recursive  uninstalldirs-recursive all-recursive check-recursive \
471    installcheck-recursive info-recursive dvi-recursive \
472  ps-am:  mostlyclean-recursive distclean-recursive clean-recursive \
473    maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
474  uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES  distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
475    dvi-am dvi check check-am installcheck-am installcheck install-info-am \
476  uninstall-info: uninstall-info-recursive  install-info install-exec-am install-exec install-data-am install-data \
477    install-am install uninstall-am uninstall all-redirect all-am all \
478  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \  installdirs-am installdirs mostlyclean-generic distclean-generic \
479          clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \  clean-generic maintainer-clean-generic clean mostlyclean distclean \
480          clean-libtool clean-recursive ctags ctags-recursive distclean \  maintainer-clean
         distclean-compile distclean-generic distclean-libtool \  
         distclean-recursive distclean-tags distdir dvi dvi-am html \  
         html-am info info-am install install-am install-binPROGRAMS \  
         install-data install-data-am install-exec install-exec-am \  
         install-info install-info-am install-libLTLIBRARIES \  
         install-man install-strip installcheck installcheck-am \  
         installdirs installdirs-am maintainer-clean \  
         maintainer-clean-generic maintainer-clean-recursive \  
         mostlyclean mostlyclean-compile mostlyclean-generic \  
         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \  
         tags tags-recursive uninstall uninstall-am \  
         uninstall-binPROGRAMS uninstall-info-am \  
         uninstall-libLTLIBRARIES  
481    
482    
483  TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h  LinkDef.h  TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h  LinkDef.h
484          rootcint -f $@ -c ${INCLUDES} $^          rootcint -f $@ -c ${INCLUDES} $^
485    
486  # 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.
487  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
488  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23