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

Diff of /yoda/techmodel/forroutines/tracker/readraw/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.2 by kusanagi, Tue Jul 20 13:05:25 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 = $(libforreadraw_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/readraw  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)  
 libforreadraw_la_LIBADD =  
 am_libforreadraw_la_OBJECTS = dunpacker.lo findstart.lo hunpacker.lo \  
         readbad.lo readped.lo readsig.lo readtrailer.lo skipbyte.lo \  
         trkunpack.lo  
 libforreadraw_la_OBJECTS = $(am_libforreadraw_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 $@  
 F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)  
 LTF77COMPILE = $(LIBTOOL) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)  
 F77LD = $(F77)  
 F77LINK = $(LIBTOOL) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \  
         $(AM_LDFLAGS) $(LDFLAGS) -o $@  
 SOURCES = $(libforreadraw_la_SOURCES)  
 DIST_SOURCES = $(libforreadraw_la_SOURCES)  
 ETAGS = etags  
 CTAGS = ctags  
 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    
91  # These will build a non-installing libtool library  # These will build a non-installing libtool library
92  noinst_LTLIBRARIES = libforreadraw.la  noinst_LTLIBRARIES = libforreadraw.la
93  libforreadraw_la_SOURCES = \  
94  dunpacker.c findstart.c \  libforreadraw_la_SOURCES =  dunpacker.c findstart.c hunpacker.c readbad.c readped.c readsig.c readtrailer.c skipbyte.c trkunpack.f
95  hunpacker.c readbad.c readped.c \  
 readsig.c readtrailer.c skipbyte.c \  
 trkunpack.f  
96    
97  libforreadraw_la_LDFLAGS = -lg2c -lstdc++  libforreadraw_la_LDFLAGS = -lg2c -lstdc++
98  all: all-am  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    libforreadraw_la_LIBADD =
108    libforreadraw_la_OBJECTS =  dunpacker.lo findstart.lo hunpacker.lo \
109    readbad.lo readped.lo readsig.lo readtrailer.lo skipbyte.lo \
110    trkunpack.lo
111    FFLAGS = @FFLAGS@
112    F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
113    LTF77COMPILE = $(LIBTOOL) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
114    F77LD = $(F77)
115    F77LINK = $(LIBTOOL) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(LDFLAGS) -o $@
116    CFLAGS = @CFLAGS@
117    COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118    LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119    CCLD = $(CC)
120    LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
121    DIST_COMMON =  Makefile.am Makefile.in
122    
123    
124    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125    
126    TAR = gtar
127    GZIP_ENV = --best
128    SOURCES = $(libforreadraw_la_SOURCES)
129    OBJECTS = $(libforreadraw_la_OBJECTS)
130    
131    all: all-redirect
132  .SUFFIXES:  .SUFFIXES:
133  .SUFFIXES: .c .f .lo .o .obj  .SUFFIXES: .S .c .f .lo .o .obj .s
134  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135          @for dep in $?; do \          cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/tracker/readraw/Makefile
136            case '$(am__configure_deps)' in \  
137              *$$dep*) \  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
138                cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \          cd $(top_builddir) \
139                  && exit 0; \            && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140                exit 1;; \  
141            esac; \  
142          done; \  mostlyclean-noinstLTLIBRARIES:
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  techmodel/forroutines/tracker/readraw/Makefile'; \  
         cd $(top_srcdir) && \  
           $(AUTOMAKE) --foreign  techmodel/forroutines/tracker/readraw/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  
143    
144  clean-noinstLTLIBRARIES:  clean-noinstLTLIBRARIES:
145          -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)          -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
         @list='$(noinst_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  
 libforreadraw.la: $(libforreadraw_la_OBJECTS) $(libforreadraw_la_DEPENDENCIES)  
         $(F77LINK)  $(libforreadraw_la_LDFLAGS) $(libforreadraw_la_OBJECTS) $(libforreadraw_la_LIBADD) $(LIBS)  
146    
147  mostlyclean-compile:  distclean-noinstLTLIBRARIES:
         -rm -f *.$(OBJEXT)  
148    
149  distclean-compile:  maintainer-clean-noinstLTLIBRARIES:
         -rm -f *.tab.c  
150    
151  .c.o:  .c.o:
152          $(COMPILE) -c $<          $(COMPILE) -c $<
153    
154    # FIXME: We should only use cygpath when building on Windows,
155    # and only if it is available.
156  .c.obj:  .c.obj:
157          $(COMPILE) -c `$(CYGPATH_W) '$<'`          $(COMPILE) -c `cygpath -w $<`
158    
159  .c.lo:  .s.o:
160          $(LTCOMPILE) -c -o $@ $<          $(COMPILE) -c $<
161    
162  .f.o:  .S.o:
163          $(F77COMPILE) -c -o $@ $<          $(COMPILE) -c $<
164    
165  .f.obj:  mostlyclean-compile:
166          $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`          -rm -f *.o core *.core
167            -rm -f *.$(OBJEXT)
168    
169  .f.lo:  clean-compile:
170          $(LTF77COMPILE) -c -o $@ $<  
171    distclean-compile:
172            -rm -f *.tab.c
173    
174    maintainer-clean-compile:
175    
176    .c.lo:
177            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178    
179    .s.lo:
180            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
181    
182    .S.lo:
183            $(LIBTOOL) --mode=compile $(COMPILE) -c $<
184    
185  mostlyclean-libtool:  mostlyclean-libtool:
186          -rm -f *.lo          -rm -f *.lo
# Line 260  clean-libtool: Line 189  clean-libtool:
189          -rm -rf .libs _libs          -rm -rf .libs _libs
190    
191  distclean-libtool:  distclean-libtool:
         -rm -f libtool  
 uninstall-info-am:  
192    
193  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  maintainer-clean-libtool:
194          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \  
195          unique=`for i in $$list; do \  libforreadraw.la: $(libforreadraw_la_OBJECTS) $(libforreadraw_la_DEPENDENCIES)
196              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \          $(F77LINK)  $(libforreadraw_la_LDFLAGS) $(libforreadraw_la_OBJECTS) $(libforreadraw_la_LIBADD) $(LIBS)
197            done | \  .f.o:
198            $(AWK) '    { files[$$0] = 1; } \          $(F77COMPILE) -c $<
199                 END { for (i in files) print i; }'`; \  .f.obj:
200          mkid -fID $$unique          $(F77COMPILE) -c `cygpath -w $<`
201    .f.lo:
202            $(LTF77COMPILE) -c $<
203    
204  tags: TAGS  tags: TAGS
205    
206  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  ID: $(HEADERS) $(SOURCES) $(LISP)
207                  $(TAGS_FILES) $(LISP)          list='$(SOURCES) $(HEADERS)'; \
208          tags=; \          unique=`for i in $$list; do echo $$i; done | \
209          here=`pwd`; \            awk '    { files[$$0] = 1; } \
         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; } \  
210                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
211          test -z "$(ETAGS_ARGS)$$tags$$unique" \          here=`pwd` && cd $(srcdir) \
212            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            && mkid -f$$here/ID $$unique $(LISP)
213               $$tags $$unique  
214  ctags: CTAGS  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  
                 $(TAGS_FILES) $(LISP)  
215          tags=; \          tags=; \
216          here=`pwd`; \          here=`pwd`; \
217          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)'; \
218          unique=`for i in $$list; do \          unique=`for i in $$list; do echo $$i; done | \
219              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \            awk '    { files[$$0] = 1; } \
           done | \  
           $(AWK) '    { files[$$0] = 1; } \  
220                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
221          test -z "$(CTAGS_ARGS)$$tags$$unique" \          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
222            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \            || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
223               $$tags $$unique  
224    mostlyclean-tags:
225  GTAGS:  
226          here=`$(am__cd) $(top_builddir) && pwd` \  clean-tags:
           && cd $(top_srcdir) \  
           && gtags -i $(GTAGS_ARGS) $$here  
227    
228  distclean-tags:  distclean-tags:
229          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID
230    
231    maintainer-clean-tags:
232    
233    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
234    
235    subdir = techmodel/forroutines/tracker/readraw
236    
237  distdir: $(DISTFILES)  distdir: $(DISTFILES)
238          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @for file in $(DISTFILES); do \
239          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; \  
240            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
241              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; \  
242            else \            else \
243              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
244              || cp -p $$d/$$file $(distdir)/$$file \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
245              || exit 1; \              || cp -p $$d/$$file $(distdir)/$$file || :; \
246            fi; \            fi; \
247          done          done
248    info-am:
249    info: info-am
250    dvi-am:
251    dvi: dvi-am
252  check-am: all-am  check-am: all-am
253  check: check-am  check: check-am
254  all-am: Makefile $(LTLIBRARIES)  installcheck-am:
255  installdirs:  installcheck: installcheck-am
256  install: install-am  install-info-am:
257    install-info: install-info-am
258    install-exec-am:
259  install-exec: install-exec-am  install-exec: install-exec-am
260    
261    install-data-am:
262  install-data: install-data-am  install-data: install-data-am
 uninstall: uninstall-am  
263    
264  install-am: all-am  install-am: all-am
265          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266    install: install-am
267  installcheck: installcheck-am  uninstall-am:
268    uninstall: uninstall-am
269    all-am: Makefile $(LTLIBRARIES)
270    all-redirect: all-am
271  install-strip:  install-strip:
272          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \  installdirs:
274            `test -z '$(STRIP)' || \  
275              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install  
276  mostlyclean-generic:  mostlyclean-generic:
277    
278  clean-generic:  clean-generic:
279    
280  distclean-generic:  distclean-generic:
281          -rm -f $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES)
282            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
283    
284  maintainer-clean-generic:  maintainer-clean-generic:
285          @echo "This command is intended for maintainers to use"  mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
286          @echo "it deletes files that may require special tools to rebuild."                  mostlyclean-libtool mostlyclean-tags \
287  clean: clean-am                  mostlyclean-generic
   
 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \  
         mostlyclean-am  
   
 distclean: distclean-am  
         -rm -f Makefile  
 distclean-am: clean-am distclean-compile distclean-generic \  
         distclean-libtool distclean-tags  
   
 dvi: dvi-am  
   
 dvi-am:  
   
 html: html-am  
288    
289  info: info-am  mostlyclean: mostlyclean-am
290    
291  info-am:  clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
292                    clean-tags clean-generic mostlyclean-am
293    
294  install-data-am:  clean: clean-am
   
 install-exec-am:  
295    
296  install-info: install-info-am  distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
297                    distclean-libtool distclean-tags distclean-generic \
298                    clean-am
299            -rm -f libtool
300    
301  install-man:  distclean: distclean-am
302    
303  installcheck-am:  maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
304                    maintainer-clean-compile maintainer-clean-libtool \
305                    maintainer-clean-tags maintainer-clean-generic \
306                    distclean-am
307            @echo "This command is intended for maintainers to use;"
308            @echo "it deletes files that may require special tools to rebuild."
309    
310  maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
         -rm -f Makefile  
 maintainer-clean-am: distclean-am maintainer-clean-generic  
   
 mostlyclean: mostlyclean-am  
   
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \  
         mostlyclean-libtool  
311    
312  pdf: pdf-am  .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
313    clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
314  pdf-am:  mostlyclean-compile distclean-compile clean-compile \
315    maintainer-clean-compile mostlyclean-libtool distclean-libtool \
316  ps: ps-am  clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
317    distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
318  ps-am:  dvi-am dvi check check-am installcheck-am installcheck install-info-am \
319    install-info install-exec-am install-exec install-data-am install-data \
320  uninstall-am:  install-am install uninstall-am uninstall all-redirect all-am all \
321    installdirs mostlyclean-generic distclean-generic clean-generic \
322    maintainer-clean-generic clean mostlyclean distclean maintainer-clean
323    
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \  
         clean-libtool clean-noinstLTLIBRARIES ctags distclean \  
         distclean-compile distclean-generic distclean-libtool \  
         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 \  
         maintainer-clean maintainer-clean-generic mostlyclean \  
         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \  
         pdf pdf-am ps ps-am tags uninstall uninstall-am \  
         uninstall-info-am  
324    
325  # 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.
326  # 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.1.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23