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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Tue Jul 20 13:05:14 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.4: +228 -335 lines
*** empty log message ***

1 kusanagi 1.5 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2 kusanagi 1.1
3 kusanagi 1.5 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 kusanagi 1.1 # 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 kusanagi 1.5 SHELL = @SHELL@
15 kusanagi 1.1
16     srcdir = @srcdir@
17     top_srcdir = @top_srcdir@
18     VPATH = @srcdir@
19 kusanagi 1.5 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 kusanagi 1.1 pkgdatadir = $(datadir)/@PACKAGE@
38     pkglibdir = $(libdir)/@PACKAGE@
39     pkgincludedir = $(includedir)/@PACKAGE@
40 kusanagi 1.5
41 kusanagi 1.1 top_builddir = ../..
42 kusanagi 1.5
43     ACLOCAL = @ACLOCAL@
44     AUTOCONF = @AUTOCONF@
45     AUTOMAKE = @AUTOMAKE@
46     AUTOHEADER = @AUTOHEADER@
47    
48 kusanagi 1.1 INSTALL = @INSTALL@
49 kusanagi 1.5 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 kusanagi 1.1 NORMAL_INSTALL = :
55     PRE_INSTALL = :
56     POST_INSTALL = :
57     NORMAL_UNINSTALL = :
58     PRE_UNINSTALL = :
59     POST_UNINSTALL = :
60 kusanagi 1.5 host_alias = @host_alias@
61 kusanagi 1.1 host_triplet = @host@
62 kusanagi 1.5 AS = @AS@
63 kusanagi 1.1 CC = @CC@
64     CXX = @CXX@
65 kusanagi 1.5 DLLTOOL = @DLLTOOL@
66 kusanagi 1.1 ECHO = @ECHO@
67     EXEEXT = @EXEEXT@
68     F77 = @F77@
69     FLIBS = @FLIBS@
70     HAS_DOXYFILE = @HAS_DOXYFILE@
71 kusanagi 1.5 HAVE_LIB = @HAVE_LIB@
72     LIB = @LIB@
73 kusanagi 1.1 LIBTOOL = @LIBTOOL@
74     LN_S = @LN_S@
75 kusanagi 1.5 LTLIB = @LTLIB@
76 kusanagi 1.1 MAKEINFO = @MAKEINFO@
77 kusanagi 1.5 OBJDUMP = @OBJDUMP@
78 kusanagi 1.1 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 kusanagi 1.5
87 kusanagi 1.1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
88     INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
89 kusanagi 1.5 LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp
90 kusanagi 1.4 SUBDIRS = tracker anticounter calorimeter
91 kusanagi 1.1
92     # These will build a non-installing libtool library
93     noinst_LTLIBRARIES = libforrou.la
94    
95 kusanagi 1.5 libforrou_la_LIBADD = tracker/libfortracker.la anticounter/libanticounter.la calorimeter/libforcalor.la
96    
97    
98     libforrou_la_SOURCES = dummy2.c
99 kusanagi 1.1 libforrou_la_LDFLAGS = -lg2c -lstdc++
100 kusanagi 1.5 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101     CONFIG_HEADER = ../../config.h
102     CONFIG_CLEAN_FILES =
103     LTLIBRARIES = $(noinst_LTLIBRARIES)
104    
105 kusanagi 1.1
106 kusanagi 1.5 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 kusanagi 1.1 .SUFFIXES:
129 kusanagi 1.5 .SUFFIXES: .S .c .lo .o .obj .s
130     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131     cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/Makefile
132    
133     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
134     cd $(top_builddir) \
135     && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136    
137    
138     mostlyclean-noinstLTLIBRARIES:
139 kusanagi 1.1
140     clean-noinstLTLIBRARIES:
141     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
142 kusanagi 1.5
143     distclean-noinstLTLIBRARIES:
144    
145     maintainer-clean-noinstLTLIBRARIES:
146    
147     .c.o:
148     $(COMPILE) -c $<
149    
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 kusanagi 1.1
161     mostlyclean-compile:
162 kusanagi 1.5 -rm -f *.o core *.core
163 kusanagi 1.1 -rm -f *.$(OBJEXT)
164    
165 kusanagi 1.5 clean-compile:
166    
167 kusanagi 1.1 distclean-compile:
168     -rm -f *.tab.c
169    
170 kusanagi 1.5 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 kusanagi 1.1 mostlyclean-libtool:
182     -rm -f *.lo
183    
184     clean-libtool:
185     -rm -rf .libs _libs
186    
187     distclean-libtool:
188 kusanagi 1.5
189     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 kusanagi 1.1
194     # This directory's subdirectories are mostly independent; you can cd
195     # into them and run `make' without going through this Makefile.
196     # To change the values of `make' variables: instead of editing Makefiles,
197     # (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');
199     # (2) otherwise, pass the desired values on the `make' command line.
200 kusanagi 1.5
201     @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 kusanagi 1.1 dot_seen=no; \
208     target=`echo $@ | sed s/-recursive//`; \
209     list='$(SUBDIRS)'; for subdir in $$list; do \
210     echo "Making $$target in $$subdir"; \
211     if test "$$subdir" = "."; then \
212     dot_seen=yes; \
213     local_target="$$target-am"; \
214     else \
215     local_target="$$target"; \
216     fi; \
217     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
218     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
219     done; \
220     if test "$$dot_seen" = "no"; then \
221     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
222     fi; test -z "$$fail"
223    
224     mostlyclean-recursive clean-recursive distclean-recursive \
225     maintainer-clean-recursive:
226 kusanagi 1.5 @set fnord $(MAKEFLAGS); amf=$$2; \
227 kusanagi 1.1 dot_seen=no; \
228 kusanagi 1.5 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
229     rev="$$subdir $$rev"; \
230     test "$$subdir" != "." || dot_seen=yes; \
231 kusanagi 1.1 done; \
232 kusanagi 1.5 test "$$dot_seen" = "no" && rev=". $$rev"; \
233 kusanagi 1.1 target=`echo $@ | sed s/-recursive//`; \
234     for subdir in $$rev; do \
235     echo "Making $$target in $$subdir"; \
236     if test "$$subdir" = "."; then \
237     local_target="$$target-am"; \
238     else \
239     local_target="$$target"; \
240     fi; \
241     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
242     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
243     done && test -z "$$fail"
244     tags-recursive:
245     list='$(SUBDIRS)'; for subdir in $$list; do \
246     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
247     done
248    
249 kusanagi 1.5 tags: TAGS
250    
251     ID: $(HEADERS) $(SOURCES) $(LISP)
252     list='$(SOURCES) $(HEADERS)'; \
253     unique=`for i in $$list; do echo $$i; done | \
254     awk ' { files[$$0] = 1; } \
255 kusanagi 1.1 END { for (i in files) print i; }'`; \
256 kusanagi 1.5 here=`pwd` && cd $(srcdir) \
257     && mkid -f$$here/ID $$unique $(LISP)
258 kusanagi 1.1
259 kusanagi 1.5 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
260 kusanagi 1.1 tags=; \
261     here=`pwd`; \
262     list='$(SUBDIRS)'; for subdir in $$list; do \
263 kusanagi 1.5 if test "$$subdir" = .; then :; else \
264     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
265     fi; \
266 kusanagi 1.1 done; \
267 kusanagi 1.5 list='$(SOURCES) $(HEADERS)'; \
268     unique=`for i in $$list; do echo $$i; done | \
269     awk ' { files[$$0] = 1; } \
270 kusanagi 1.1 END { for (i in files) print i; }'`; \
271 kusanagi 1.5 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
272     || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
273    
274     mostlyclean-tags:
275    
276     clean-tags:
277 kusanagi 1.1
278     distclean-tags:
279 kusanagi 1.5 -rm -f TAGS ID
280    
281     maintainer-clean-tags:
282    
283     distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
284    
285     subdir = techmodel/forroutines
286 kusanagi 1.1
287     distdir: $(DISTFILES)
288 kusanagi 1.5 @for file in $(DISTFILES); do \
289     d=$(srcdir); \
290 kusanagi 1.1 if test -d $$d/$$file; then \
291 kusanagi 1.5 cp -pr $$d/$$file $(distdir)/$$file; \
292 kusanagi 1.1 else \
293     test -f $(distdir)/$$file \
294 kusanagi 1.5 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
295     || cp -p $$d/$$file $(distdir)/$$file || :; \
296 kusanagi 1.1 fi; \
297     done
298 kusanagi 1.5 for subdir in $(SUBDIRS); do \
299 kusanagi 1.1 if test "$$subdir" = .; then :; else \
300 kusanagi 1.5 test -d $(distdir)/$$subdir \
301     || mkdir $(distdir)/$$subdir \
302 kusanagi 1.1 || exit 1; \
303 kusanagi 1.5 chmod 777 $(distdir)/$$subdir; \
304     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
305 kusanagi 1.1 || exit 1; \
306     fi; \
307     done
308 kusanagi 1.5 info-am:
309     info: info-recursive
310     dvi-am:
311     dvi: dvi-recursive
312 kusanagi 1.1 check-am: all-am
313     check: check-recursive
314 kusanagi 1.5 installcheck-am:
315     installcheck: installcheck-recursive
316     install-info-am:
317     install-info: install-info-recursive
318     install-exec-am:
319 kusanagi 1.1 install-exec: install-exec-recursive
320 kusanagi 1.5
321     install-data-am:
322 kusanagi 1.1 install-data: install-data-recursive
323    
324     install-am: all-am
325     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326 kusanagi 1.5 install: install-recursive
327     uninstall-am:
328     uninstall: uninstall-recursive
329     all-am: Makefile $(LTLIBRARIES)
330     all-redirect: all-recursive
331     install-strip:
332     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
333     installdirs: installdirs-recursive
334     installdirs-am:
335    
336 kusanagi 1.1
337     mostlyclean-generic:
338    
339     clean-generic:
340    
341     distclean-generic:
342 kusanagi 1.5 -rm -f Makefile $(CONFIG_CLEAN_FILES)
343     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
344 kusanagi 1.1
345     maintainer-clean-generic:
346 kusanagi 1.5 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
347     mostlyclean-libtool mostlyclean-tags \
348     mostlyclean-generic
349 kusanagi 1.1
350 kusanagi 1.5 mostlyclean: mostlyclean-recursive
351 kusanagi 1.1
352 kusanagi 1.5 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
353     clean-tags clean-generic mostlyclean-am
354 kusanagi 1.1
355 kusanagi 1.5 clean: clean-recursive
356 kusanagi 1.1
357 kusanagi 1.5 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
358     distclean-libtool distclean-tags distclean-generic \
359     clean-am
360     -rm -f libtool
361 kusanagi 1.1
362 kusanagi 1.5 distclean: distclean-recursive
363 kusanagi 1.1
364 kusanagi 1.5 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 kusanagi 1.1
371     maintainer-clean: maintainer-clean-recursive
372    
373 kusanagi 1.5 .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 kusanagi 1.1
391    
392     # 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.
394     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23