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

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

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

  ViewVC Help
Powered by ViewVC 1.1.23