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

Diff of /yoda/techmodel/forroutines/Makefile.in

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

revision 1.4 by kusanagi, Sat Jul 17 20:03:40 2004 UTC revision 1.5 by kusanagi, Tue Jul 20 13:05:14 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 = $(libforrou_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 = techmodel/forroutines  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 =  
 LTLIBRARIES = $(noinst_LTLIBRARIES)  
 libforrou_la_DEPENDENCIES = tracker/libfortracker.la \  
         anticounter/libanticounter.la calorimeter/libforcalor.la  
 am_libforrou_la_OBJECTS =  
 libforrou_la_OBJECTS = $(am_libforrou_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 $@  
 SOURCES = $(libforrou_la_SOURCES)  
 DIST_SOURCES = $(libforrou_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    LDFLAGS = @ROOT_LDFLAGS@   -llog4cpp
90  SUBDIRS = tracker anticounter calorimeter  SUBDIRS = tracker anticounter calorimeter
91    
92  # These will build a non-installing libtool library  # These will build a non-installing libtool library
93  noinst_LTLIBRARIES = libforrou.la  noinst_LTLIBRARIES = libforrou.la
 libforrou_la_LIBADD = \  
 tracker/libfortracker.la \  
 anticounter/libanticounter.la \  
 calorimeter/libforcalor.la  
94    
95  libforrou_la_SOURCES =  libforrou_la_LIBADD =  tracker/libfortracker.la anticounter/libanticounter.la calorimeter/libforcalor.la
96    
97    
98    libforrou_la_SOURCES = dummy2.c
99  libforrou_la_LDFLAGS = -lg2c -lstdc++  libforrou_la_LDFLAGS = -lg2c -lstdc++
100  all: all-recursive  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101    CONFIG_HEADER = ../../config.h
102    CONFIG_CLEAN_FILES =
103    LTLIBRARIES =  $(noinst_LTLIBRARIES)
104    
105    
106    DEFS = @DEFS@ -I. -I$(srcdir) -I../..
107    CPPFLAGS = @CPPFLAGS@
108    LIBS = @LIBS@
109    libforrou_la_DEPENDENCIES =  tracker/libfortracker.la \
110    anticounter/libanticounter.la calorimeter/libforcalor.la
111    libforrou_la_OBJECTS =  dummy2.lo
112    CFLAGS = @CFLAGS@
113    COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114    LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115    CCLD = $(CC)
116    LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
117    DIST_COMMON =  Makefile.am Makefile.in
118    
119    
120    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121    
122    TAR = gtar
123    GZIP_ENV = --best
124    SOURCES = $(libforrou_la_SOURCES)
125    OBJECTS = $(libforrou_la_OBJECTS)
126    
127    all: all-redirect
128  .SUFFIXES:  .SUFFIXES:
129  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  .SUFFIXES: .S .c .lo .o .obj .s
130          @for dep in $?; do \  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131            case '$(am__configure_deps)' in \          cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/Makefile
132              *$$dep*) \  
133                cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
134                  && exit 0; \          cd $(top_builddir) \
135                exit 1;; \            && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136            esac; \  
137          done; \  
138          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  techmodel/forroutines/Makefile'; \  mostlyclean-noinstLTLIBRARIES:
         cd $(top_srcdir) && \  
           $(AUTOMAKE) --foreign  techmodel/forroutines/Makefile  
 .PRECIOUS: Makefile  
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  
         @case '$?' in \  
           *config.status*) \  
             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  
139    
140  clean-noinstLTLIBRARIES:  clean-noinstLTLIBRARIES:
141          -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)          -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
142          @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \  
143            dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \  distclean-noinstLTLIBRARIES:
144            test "$$dir" = "$$p" && dir=.; \  
145            echo "rm -f \"$${dir}/so_locations\""; \  maintainer-clean-noinstLTLIBRARIES:
146            rm -f "$${dir}/so_locations"; \  
147          done  .c.o:
148  libforrou.la: $(libforrou_la_OBJECTS) $(libforrou_la_DEPENDENCIES)          $(COMPILE) -c $<
149          $(LINK)  $(libforrou_la_LDFLAGS) $(libforrou_la_OBJECTS) $(libforrou_la_LIBADD) $(LIBS)  
150    # FIXME: We should only use cygpath when building on Windows,
151    # and only if it is available.
152    .c.obj:
153            $(COMPILE) -c `cygpath -w $<`
154    
155    .s.o:
156            $(COMPILE) -c $<
157    
158    .S.o:
159            $(COMPILE) -c $<
160    
161  mostlyclean-compile:  mostlyclean-compile:
162            -rm -f *.o core *.core
163          -rm -f *.$(OBJEXT)          -rm -f *.$(OBJEXT)
164    
165    clean-compile:
166    
167  distclean-compile:  distclean-compile:
168          -rm -f *.tab.c          -rm -f *.tab.c
169    
170    maintainer-clean-compile:
171    
172    .c.lo:
173            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
174    
175    .s.lo:
176            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177    
178    .S.lo:
179            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180    
181  mostlyclean-libtool:  mostlyclean-libtool:
182          -rm -f *.lo          -rm -f *.lo
183    
# Line 243  clean-libtool: Line 185  clean-libtool:
185          -rm -rf .libs _libs          -rm -rf .libs _libs
186    
187  distclean-libtool:  distclean-libtool:
188          -rm -f libtool  
189  uninstall-info-am:  maintainer-clean-libtool:
190    
191    libforrou.la: $(libforrou_la_OBJECTS) $(libforrou_la_DEPENDENCIES)
192            $(LINK)  $(libforrou_la_LDFLAGS) $(libforrou_la_OBJECTS) $(libforrou_la_LIBADD) $(LIBS)
193    
194  # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
195  # into them and run `make' without going through this Makefile.  # into them and run `make' without going through this Makefile.
# Line 252  uninstall-info-am: Line 197  uninstall-info-am:
197  # (1) if the variable is set in `config.status', edit `config.status'  # (1) if the variable is set in `config.status', edit `config.status'
198  #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
199  # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
200  $(RECURSIVE_TARGETS):  
201          @set fnord $$MAKEFLAGS; amf=$$2; \  @SET_MAKE@
202    
203    all-recursive install-data-recursive install-exec-recursive \
204    installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
205    check-recursive installcheck-recursive info-recursive dvi-recursive:
206            @set fnord $(MAKEFLAGS); amf=$$2; \
207          dot_seen=no; \          dot_seen=no; \
208          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
209          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
# Line 273  $(RECURSIVE_TARGETS): Line 223  $(RECURSIVE_TARGETS):
223    
224  mostlyclean-recursive clean-recursive distclean-recursive \  mostlyclean-recursive clean-recursive distclean-recursive \
225  maintainer-clean-recursive:  maintainer-clean-recursive:
226          @set fnord $$MAKEFLAGS; amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
227          dot_seen=no; \          dot_seen=no; \
228          case "$@" in \          rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
229            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \            rev="$$subdir $$rev"; \
230            *) list='$(SUBDIRS)' ;; \            test "$$subdir" != "." || dot_seen=yes; \
         esac; \  
         rev=''; for subdir in $$list; do \  
           if test "$$subdir" = "."; then :; else \  
             rev="$$subdir $$rev"; \  
           fi; \  
231          done; \          done; \
232          rev="$$rev ."; \          test "$$dot_seen" = "no" && rev=". $$rev"; \
233          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
234          for subdir in $$rev; do \          for subdir in $$rev; do \
235            echo "Making $$target in $$subdir"; \            echo "Making $$target in $$subdir"; \
# Line 300  tags-recursive: Line 245  tags-recursive:
245          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
246            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
247          done          done
 ctags-recursive:  
         list='$(SUBDIRS)'; for subdir in $$list; do \  
           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \  
         done  
248    
 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  
249  tags: TAGS  tags: TAGS
250    
251  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  ID: $(HEADERS) $(SOURCES) $(LISP)
252                  $(TAGS_FILES) $(LISP)          list='$(SOURCES) $(HEADERS)'; \
253            unique=`for i in $$list; do echo $$i; done | \
254              awk '    { files[$$0] = 1; } \
255                   END { for (i in files) print i; }'`; \
256            here=`pwd` && cd $(srcdir) \
257              && mkid -f$$here/ID $$unique $(LISP)
258    
259    TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
260          tags=; \          tags=; \
261          here=`pwd`; \          here=`pwd`; \
         if (etags --etags-include --version) >/dev/null 2>&1; then \  
           include_option=--etags-include; \  
         else \  
           include_option=--include; \  
         fi; \  
262          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
263            if test "$$subdir" = .; then :; else \     if test "$$subdir" = .; then :; else \
264              test -f $$subdir/TAGS && \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
265                tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \     fi; \
           fi; \  
266          done; \          done; \
267          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)'; \
268          unique=`for i in $$list; do \          unique=`for i in $$list; do echo $$i; done | \
269              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \            awk '    { files[$$0] = 1; } \
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
270                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
271          test -z "$(ETAGS_ARGS)$$tags$$unique" \          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
272            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
273               $$tags $$unique  
274  ctags: CTAGS  mostlyclean-tags:
275  CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  
276                  $(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  
277    
278  distclean-tags:  distclean-tags:
279          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID
280    
281    maintainer-clean-tags:
282    
283    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
284    
285    subdir = techmodel/forroutines
286    
287  distdir: $(DISTFILES)  distdir: $(DISTFILES)
288          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @for file in $(DISTFILES); do \
289          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; \  
290            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
291              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; \  
292            else \            else \
293              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
294              || cp -p $$d/$$file $(distdir)/$$file \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
295              || exit 1; \              || cp -p $$d/$$file $(distdir)/$$file || :; \
296            fi; \            fi; \
297          done          done
298          list='$(SUBDIRS)'; for subdir in $$list; do \          for subdir in $(SUBDIRS); do \
299            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
300              test -d "$(distdir)/$$subdir" \              test -d $(distdir)/$$subdir \
301              || mkdir "$(distdir)/$$subdir" \              || mkdir $(distdir)/$$subdir \
302              || exit 1; \              || exit 1; \
303              (cd $$subdir && \              chmod 777 $(distdir)/$$subdir; \
304                $(MAKE) $(AM_MAKEFLAGS) \              (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                 top_distdir="../$(top_distdir)" \  
                 distdir="../$(distdir)/$$subdir" \  
                 distdir) \  
305                || exit 1; \                || exit 1; \
306            fi; \            fi; \
307          done          done
308    info-am:
309    info: info-recursive
310    dvi-am:
311    dvi: dvi-recursive
312  check-am: all-am  check-am: all-am
313  check: check-recursive  check: check-recursive
314  all-am: Makefile $(LTLIBRARIES)  installcheck-am:
315  installdirs: installdirs-recursive  installcheck: installcheck-recursive
316  installdirs-am:  install-info-am:
317  install: install-recursive  install-info: install-info-recursive
318    install-exec-am:
319  install-exec: install-exec-recursive  install-exec: install-exec-recursive
320    
321    install-data-am:
322  install-data: install-data-recursive  install-data: install-data-recursive
 uninstall: uninstall-recursive  
323    
324  install-am: all-am  install-am: all-am
325          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326    install: install-recursive
327  installcheck: installcheck-recursive  uninstall-am:
328    uninstall: uninstall-recursive
329    all-am: Makefile $(LTLIBRARIES)
330    all-redirect: all-recursive
331  install-strip:  install-strip:
332          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
333            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \  installdirs: installdirs-recursive
334            `test -z '$(STRIP)' || \  installdirs-am:
335              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install  
336    
337  mostlyclean-generic:  mostlyclean-generic:
338    
339  clean-generic:  clean-generic:
340    
341  distclean-generic:  distclean-generic:
342          -rm -f $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES)
343            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
344    
345  maintainer-clean-generic:  maintainer-clean-generic:
346          @echo "This command is intended for maintainers to use"  mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
347          @echo "it deletes files that may require special tools to rebuild."                  mostlyclean-libtool mostlyclean-tags \
348  clean: clean-recursive                  mostlyclean-generic
   
 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \  
         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-info: install-info-recursive  
   
 install-man:  
   
 installcheck-am:  
   
 maintainer-clean: maintainer-clean-recursive  
         -rm -f Makefile  
 maintainer-clean-am: distclean-am maintainer-clean-generic  
349    
350  mostlyclean: mostlyclean-recursive  mostlyclean: mostlyclean-recursive
351    
352  mostlyclean-am: mostlyclean-compile mostlyclean-generic \  clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
353          mostlyclean-libtool                  clean-tags clean-generic mostlyclean-am
354    
355  pdf: pdf-recursive  clean: clean-recursive
356    
357  pdf-am:  distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
358                    distclean-libtool distclean-tags distclean-generic \
359                    clean-am
360            -rm -f libtool
361    
362  ps: ps-recursive  distclean: distclean-recursive
363    
364  ps-am:  maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
365                    maintainer-clean-compile maintainer-clean-libtool \
366                    maintainer-clean-tags maintainer-clean-generic \
367                    distclean-am
368            @echo "This command is intended for maintainers to use;"
369            @echo "it deletes files that may require special tools to rebuild."
370    
371  uninstall-am:  maintainer-clean: maintainer-clean-recursive
372    
373  uninstall-info: uninstall-info-recursive  .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
374    clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
375    mostlyclean-compile distclean-compile clean-compile \
376    maintainer-clean-compile mostlyclean-libtool distclean-libtool \
377    clean-libtool maintainer-clean-libtool install-data-recursive \
378    uninstall-data-recursive install-exec-recursive \
379    uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
380    all-recursive check-recursive installcheck-recursive info-recursive \
381    dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
382    maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
383    distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
384    dvi-am dvi check check-am installcheck-am installcheck install-info-am \
385    install-info install-exec-am install-exec install-data-am install-data \
386    install-am install uninstall-am uninstall all-redirect all-am all \
387    installdirs-am installdirs mostlyclean-generic distclean-generic \
388    clean-generic maintainer-clean-generic clean mostlyclean distclean \
389    maintainer-clean
390    
 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \  
         clean clean-generic clean-libtool clean-noinstLTLIBRARIES \  
         clean-recursive ctags ctags-recursive distclean \  
         distclean-compile distclean-generic distclean-libtool \  
         distclean-recursive distclean-tags distdir dvi dvi-am html \  
         html-am info info-am install install-am install-data \  
         install-data-am install-exec install-exec-am install-info \  
         install-info-am 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-info-am  
391    
392  # 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.
393  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

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

  ViewVC Help
Powered by ViewVC 1.1.23