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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Tue Jul 20 13:11:00 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
*** 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@
90 SUBDIRS = readraw
91
92 # These will build a non-installing libtool library
93 noinst_LTLIBRARIES = libfortracker.la
94
95 libfortracker_la_LIBADD = readraw/libforreadraw.la
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:
127 .SUFFIXES: .S .c .lo .o .obj .s
128 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129 cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/tracker/Makefile
130
131 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
132 cd $(top_builddir) \
133 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
135
136 mostlyclean-noinstLTLIBRARIES:
137
138 clean-noinstLTLIBRARIES:
139 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
140
141 distclean-noinstLTLIBRARIES:
142
143 maintainer-clean-noinstLTLIBRARIES:
144
145 .c.o:
146 $(COMPILE) -c $<
147
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:
160 -rm -f *.o core *.core
161 -rm -f *.$(OBJEXT)
162
163 clean-compile:
164
165 distclean-compile:
166 -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:
180 -rm -f *.lo
181
182 clean-libtool:
183 -rm -rf .libs _libs
184
185 distclean-libtool:
186
187 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
193 # into them and run `make' without going through this Makefile.
194 # To change the values of `make' variables: instead of editing Makefiles,
195 # (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');
197 # (2) otherwise, pass the desired values on the `make' command line.
198
199 @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; \
206 target=`echo $@ | sed s/-recursive//`; \
207 list='$(SUBDIRS)'; for subdir in $$list; do \
208 echo "Making $$target in $$subdir"; \
209 if test "$$subdir" = "."; then \
210 dot_seen=yes; \
211 local_target="$$target-am"; \
212 else \
213 local_target="$$target"; \
214 fi; \
215 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
216 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
217 done; \
218 if test "$$dot_seen" = "no"; then \
219 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
220 fi; test -z "$$fail"
221
222 mostlyclean-recursive clean-recursive distclean-recursive \
223 maintainer-clean-recursive:
224 @set fnord $(MAKEFLAGS); amf=$$2; \
225 dot_seen=no; \
226 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
227 rev="$$subdir $$rev"; \
228 test "$$subdir" != "." || dot_seen=yes; \
229 done; \
230 test "$$dot_seen" = "no" && rev=". $$rev"; \
231 target=`echo $@ | sed s/-recursive//`; \
232 for subdir in $$rev; do \
233 echo "Making $$target in $$subdir"; \
234 if test "$$subdir" = "."; then \
235 local_target="$$target-am"; \
236 else \
237 local_target="$$target"; \
238 fi; \
239 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
241 done && test -z "$$fail"
242 tags-recursive:
243 list='$(SUBDIRS)'; for subdir in $$list; do \
244 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
245 done
246
247 tags: TAGS
248
249 ID: $(HEADERS) $(SOURCES) $(LISP)
250 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=; \
259 here=`pwd`; \
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 if test "$$subdir" = .; then :; else \
262 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
263 fi; \
264 done; \
265 list='$(SOURCES) $(HEADERS)'; \
266 unique=`for i in $$list; do echo $$i; done | \
267 awk ' { files[$$0] = 1; } \
268 END { for (i in files) print i; }'`; \
269 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
270 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
271
272 mostlyclean-tags:
273
274 clean-tags:
275
276 distclean-tags:
277 -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)
286 @for file in $(DISTFILES); do \
287 d=$(srcdir); \
288 if test -d $$d/$$file; then \
289 cp -pr $$d/$$file $(distdir)/$$file; \
290 else \
291 test -f $(distdir)/$$file \
292 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
293 || cp -p $$d/$$file $(distdir)/$$file || :; \
294 fi; \
295 done
296 for subdir in $(SUBDIRS); do \
297 if test "$$subdir" = .; then :; else \
298 test -d $(distdir)/$$subdir \
299 || mkdir $(distdir)/$$subdir \
300 || exit 1; \
301 chmod 777 $(distdir)/$$subdir; \
302 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
303 || exit 1; \
304 fi; \
305 done
306 info-am:
307 info: info-recursive
308 dvi-am:
309 dvi: dvi-recursive
310 check-am: all-am
311 check: check-recursive
312 installcheck-am:
313 installcheck: installcheck-recursive
314 install-info-am:
315 install-info: install-info-recursive
316 install-exec-am:
317 install-exec: install-exec-recursive
318
319 install-data-am:
320 install-data: install-data-recursive
321
322 install-am: all-am
323 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324 install: install-recursive
325 uninstall-am:
326 uninstall: uninstall-recursive
327 all-am: Makefile $(LTLIBRARIES)
328 all-redirect: all-recursive
329 install-strip:
330 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
331 installdirs: installdirs-recursive
332 installdirs-am:
333
334
335 mostlyclean-generic:
336
337 clean-generic:
338
339 distclean-generic:
340 -rm -f Makefile $(CONFIG_CLEAN_FILES)
341 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
342
343 maintainer-clean-generic:
344 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
345 mostlyclean-libtool mostlyclean-tags \
346 mostlyclean-generic
347
348 mostlyclean: mostlyclean-recursive
349
350 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
351 clean-tags clean-generic mostlyclean-am
352
353 clean: clean-recursive
354
355 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
356 distclean-libtool distclean-tags distclean-generic \
357 clean-am
358 -rm -f libtool
359
360 distclean: distclean-recursive
361
362 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 maintainer-clean: maintainer-clean-recursive
370
371 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
372 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
373 mostlyclean-compile distclean-compile clean-compile \
374 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
375 clean-libtool maintainer-clean-libtool install-data-recursive \
376 uninstall-data-recursive install-exec-recursive \
377 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
378 all-recursive check-recursive installcheck-recursive info-recursive \
379 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
380 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
381 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
382 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
383 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++
390
391 # 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.
393 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23