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

Contents of /yoda/techmodel/forroutines/tracker/readraw/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 20 13:05:25 2004 UTC (21 years, 5 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +206 -309 lines
*** empty log message ***

1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 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@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../../../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CXX = @CXX@
65 DLLTOOL = @DLLTOOL@
66 ECHO = @ECHO@
67 EXEEXT = @EXEEXT@
68 F77 = @F77@
69 FLIBS = @FLIBS@
70 HAS_DOXYFILE = @HAS_DOXYFILE@
71 HAVE_LIB = @HAVE_LIB@
72 LIB = @LIB@
73 LIBTOOL = @LIBTOOL@
74 LN_S = @LN_S@
75 LTLIB = @LTLIB@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 ROOTCINT = @ROOTCINT@
82 ROOT_INCLUDES = @ROOT_INCLUDES@
83 ROOT_LDFLAGS = @ROOT_LDFLAGS@
84 STRIP = @STRIP@
85 VERSION = @VERSION@
86
87 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
88 INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
89 LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp
90
91 # These will build a non-installing libtool library
92 noinst_LTLIBRARIES = libforreadraw.la
93
94 libforreadraw_la_SOURCES = dunpacker.c findstart.c hunpacker.c readbad.c readped.c readsig.c readtrailer.c skipbyte.c trkunpack.f
95
96
97 libforreadraw_la_LDFLAGS = -lg2c -lstdc++
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 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:
133 .SUFFIXES: .S .c .f .lo .o .obj .s
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/tracker/readraw/Makefile
136
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
138 cd $(top_builddir) \
139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-noinstLTLIBRARIES:
143
144 clean-noinstLTLIBRARIES:
145 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
146
147 distclean-noinstLTLIBRARIES:
148
149 maintainer-clean-noinstLTLIBRARIES:
150
151 .c.o:
152 $(COMPILE) -c $<
153
154 # FIXME: We should only use cygpath when building on Windows,
155 # and only if it is available.
156 .c.obj:
157 $(COMPILE) -c `cygpath -w $<`
158
159 .s.o:
160 $(COMPILE) -c $<
161
162 .S.o:
163 $(COMPILE) -c $<
164
165 mostlyclean-compile:
166 -rm -f *.o core *.core
167 -rm -f *.$(OBJEXT)
168
169 clean-compile:
170
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:
186 -rm -f *.lo
187
188 clean-libtool:
189 -rm -rf .libs _libs
190
191 distclean-libtool:
192
193 maintainer-clean-libtool:
194
195 libforreadraw.la: $(libforreadraw_la_OBJECTS) $(libforreadraw_la_DEPENDENCIES)
196 $(F77LINK) $(libforreadraw_la_LDFLAGS) $(libforreadraw_la_OBJECTS) $(libforreadraw_la_LIBADD) $(LIBS)
197 .f.o:
198 $(F77COMPILE) -c $<
199 .f.obj:
200 $(F77COMPILE) -c `cygpath -w $<`
201 .f.lo:
202 $(LTF77COMPILE) -c $<
203
204 tags: TAGS
205
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 here=`pwd` && cd $(srcdir) \
212 && mkid -f$$here/ID $$unique $(LISP)
213
214 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
215 tags=; \
216 here=`pwd`; \
217 list='$(SOURCES) $(HEADERS)'; \
218 unique=`for i in $$list; do echo $$i; done | \
219 awk ' { files[$$0] = 1; } \
220 END { for (i in files) print i; }'`; \
221 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
222 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
223
224 mostlyclean-tags:
225
226 clean-tags:
227
228 distclean-tags:
229 -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)
238 @for file in $(DISTFILES); do \
239 d=$(srcdir); \
240 if test -d $$d/$$file; then \
241 cp -pr $$d/$$file $(distdir)/$$file; \
242 else \
243 test -f $(distdir)/$$file \
244 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
245 || cp -p $$d/$$file $(distdir)/$$file || :; \
246 fi; \
247 done
248 info-am:
249 info: info-am
250 dvi-am:
251 dvi: dvi-am
252 check-am: all-am
253 check: check-am
254 installcheck-am:
255 installcheck: installcheck-am
256 install-info-am:
257 install-info: install-info-am
258 install-exec-am:
259 install-exec: install-exec-am
260
261 install-data-am:
262 install-data: install-data-am
263
264 install-am: all-am
265 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266 install: install-am
267 uninstall-am:
268 uninstall: uninstall-am
269 all-am: Makefile $(LTLIBRARIES)
270 all-redirect: all-am
271 install-strip:
272 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273 installdirs:
274
275
276 mostlyclean-generic:
277
278 clean-generic:
279
280 distclean-generic:
281 -rm -f Makefile $(CONFIG_CLEAN_FILES)
282 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
283
284 maintainer-clean-generic:
285 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
286 mostlyclean-libtool mostlyclean-tags \
287 mostlyclean-generic
288
289 mostlyclean: mostlyclean-am
290
291 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
292 clean-tags clean-generic mostlyclean-am
293
294 clean: clean-am
295
296 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
297 distclean-libtool distclean-tags distclean-generic \
298 clean-am
299 -rm -f libtool
300
301 distclean: distclean-am
302
303 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
311
312 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
313 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
314 mostlyclean-compile distclean-compile clean-compile \
315 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
316 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
317 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
318 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 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
324
325 # 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.
327 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23