/[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.4 - (hide annotations) (download)
Sat Jul 17 20:03:40 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.3: +4 -3 lines
*** empty log message ***

1 kusanagi 1.1 # Makefile.in generated by automake 1.8.3 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004 Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16    
17     SOURCES = $(libforrou_la_SOURCES)
18    
19     srcdir = @srcdir@
20     top_srcdir = @top_srcdir@
21     VPATH = @srcdir@
22     pkgdatadir = $(datadir)/@PACKAGE@
23     pkglibdir = $(libdir)/@PACKAGE@
24     pkgincludedir = $(includedir)/@PACKAGE@
25     top_builddir = ../..
26     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27     INSTALL = @INSTALL@
28     install_sh_DATA = $(install_sh) -c -m 644
29     install_sh_PROGRAM = $(install_sh) -c
30     install_sh_SCRIPT = $(install_sh) -c
31     INSTALL_HEADER = $(INSTALL_DATA)
32     transform = $(program_transform_name)
33     NORMAL_INSTALL = :
34     PRE_INSTALL = :
35     POST_INSTALL = :
36     NORMAL_UNINSTALL = :
37     PRE_UNINSTALL = :
38     POST_UNINSTALL = :
39     host_triplet = @host@
40     subdir = techmodel/forroutines
41     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43     am__aclocal_m4_deps = $(top_srcdir)/configure.in
44     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45     $(ACLOCAL_M4)
46     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47     CONFIG_HEADER = $(top_builddir)/config.h
48     CONFIG_CLEAN_FILES =
49     LTLIBRARIES = $(noinst_LTLIBRARIES)
50 kusanagi 1.2 libforrou_la_DEPENDENCIES = tracker/libfortracker.la \
51 kusanagi 1.4 anticounter/libanticounter.la calorimeter/libforcalor.la
52 kusanagi 1.1 am_libforrou_la_OBJECTS =
53     libforrou_la_OBJECTS = $(am_libforrou_la_OBJECTS)
54     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
55     depcomp =
56     am__depfiles_maybe =
57     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
58     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
59     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
60     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
61     $(AM_CFLAGS) $(CFLAGS)
62     CCLD = $(CC)
63     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
64     $(AM_LDFLAGS) $(LDFLAGS) -o $@
65     SOURCES = $(libforrou_la_SOURCES)
66     DIST_SOURCES = $(libforrou_la_SOURCES)
67     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68     html-recursive info-recursive install-data-recursive \
69     install-exec-recursive install-info-recursive \
70     install-recursive installcheck-recursive installdirs-recursive \
71     pdf-recursive ps-recursive uninstall-info-recursive \
72     uninstall-recursive
73     ETAGS = etags
74     CTAGS = ctags
75     DIST_SUBDIRS = $(SUBDIRS)
76     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77     ACLOCAL = @ACLOCAL@
78     AMDEP_FALSE = @AMDEP_FALSE@
79     AMDEP_TRUE = @AMDEP_TRUE@
80     AMTAR = @AMTAR@
81     AR = @AR@
82     AUTOCONF = @AUTOCONF@
83     AUTOHEADER = @AUTOHEADER@
84     AUTOMAKE = @AUTOMAKE@
85     AWK = @AWK@
86     CC = @CC@
87     CCDEPMODE = @CCDEPMODE@
88     CFLAGS = @CFLAGS@
89     CPP = @CPP@
90     CPPFLAGS = @CPPFLAGS@
91     CXX = @CXX@
92     CXXCPP = @CXXCPP@
93     CXXDEPMODE = @CXXDEPMODE@
94     CXXFLAGS = @CXXFLAGS@
95     CYGPATH_W = @CYGPATH_W@
96     DEFS = @DEFS@
97     DEPDIR = @DEPDIR@
98     ECHO = @ECHO@
99     ECHO_C = @ECHO_C@
100     ECHO_N = @ECHO_N@
101     ECHO_T = @ECHO_T@
102     EGREP = @EGREP@
103     EXEEXT = @EXEEXT@
104     F77 = @F77@
105     FFLAGS = @FFLAGS@
106     FLIBS = @FLIBS@
107     HAS_DOXYFILE = @HAS_DOXYFILE@
108     INSTALL_DATA = @INSTALL_DATA@
109     INSTALL_PROGRAM = @INSTALL_PROGRAM@
110     INSTALL_SCRIPT = @INSTALL_SCRIPT@
111     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112     LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp
113     LIBOBJS = @LIBOBJS@
114     LIBS = @LIBS@
115     LIBTOOL = @LIBTOOL@
116     LN_S = @LN_S@
117     LTLIBOBJS = @LTLIBOBJS@
118     MAKEINFO = @MAKEINFO@
119     OBJEXT = @OBJEXT@
120     PACKAGE = @PACKAGE@
121     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122     PACKAGE_NAME = @PACKAGE_NAME@
123     PACKAGE_STRING = @PACKAGE_STRING@
124     PACKAGE_TARNAME = @PACKAGE_TARNAME@
125     PACKAGE_VERSION = @PACKAGE_VERSION@
126     PATH_SEPARATOR = @PATH_SEPARATOR@
127     RANLIB = @RANLIB@
128     ROOTCINT = @ROOTCINT@
129     ROOT_INCLUDES = @ROOT_INCLUDES@
130     ROOT_LDFLAGS = @ROOT_LDFLAGS@
131     SET_MAKE = @SET_MAKE@
132     SHELL = @SHELL@
133     STRIP = @STRIP@
134     VERSION = @VERSION@
135     ac_ct_AR = @ac_ct_AR@
136     ac_ct_CC = @ac_ct_CC@
137     ac_ct_CXX = @ac_ct_CXX@
138     ac_ct_F77 = @ac_ct_F77@
139     ac_ct_RANLIB = @ac_ct_RANLIB@
140     ac_ct_STRIP = @ac_ct_STRIP@
141     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
145     am__include = @am__include@
146     am__leading_dot = @am__leading_dot@
147     am__quote = @am__quote@
148     bindir = @bindir@
149     build = @build@
150     build_alias = @build_alias@
151     build_cpu = @build_cpu@
152     build_os = @build_os@
153     build_vendor = @build_vendor@
154     datadir = @datadir@
155     exec_prefix = @exec_prefix@
156     host = @host@
157     host_alias = @host_alias@
158     host_cpu = @host_cpu@
159     host_os = @host_os@
160     host_vendor = @host_vendor@
161     includedir = @includedir@
162     infodir = @infodir@
163     install_sh = @install_sh@
164     libdir = @libdir@
165     libexecdir = @libexecdir@
166     localstatedir = @localstatedir@
167     mandir = @mandir@
168     mkdir_p = @mkdir_p@
169     oldincludedir = @oldincludedir@
170     prefix = @prefix@
171     program_transform_name = @program_transform_name@
172     sbindir = @sbindir@
173     sharedstatedir = @sharedstatedir@
174     sysconfdir = @sysconfdir@
175     target_alias = @target_alias@
176     AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
177     INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
178 kusanagi 1.4 SUBDIRS = tracker anticounter calorimeter
179 kusanagi 1.1
180     # These will build a non-installing libtool library
181     noinst_LTLIBRARIES = libforrou.la
182     libforrou_la_LIBADD = \
183 kusanagi 1.2 tracker/libfortracker.la \
184 kusanagi 1.4 anticounter/libanticounter.la \
185     calorimeter/libforcalor.la
186 kusanagi 1.1
187     libforrou_la_SOURCES =
188     libforrou_la_LDFLAGS = -lg2c -lstdc++
189     all: all-recursive
190    
191     .SUFFIXES:
192     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
193     @for dep in $?; do \
194     case '$(am__configure_deps)' in \
195     *$$dep*) \
196     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
197     && exit 0; \
198     exit 1;; \
199     esac; \
200     done; \
201     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/Makefile'; \
202     cd $(top_srcdir) && \
203     $(AUTOMAKE) --foreign techmodel/forroutines/Makefile
204     .PRECIOUS: Makefile
205     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206     @case '$?' in \
207     *config.status*) \
208     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
209     *) \
210     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
211     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
212     esac;
213    
214     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
215     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216    
217     $(top_srcdir)/configure: $(am__configure_deps)
218     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219     $(ACLOCAL_M4): $(am__aclocal_m4_deps)
220     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221    
222     clean-noinstLTLIBRARIES:
223     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
224     @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
225     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
226     test "$$dir" = "$$p" && dir=.; \
227     echo "rm -f \"$${dir}/so_locations\""; \
228     rm -f "$${dir}/so_locations"; \
229     done
230     libforrou.la: $(libforrou_la_OBJECTS) $(libforrou_la_DEPENDENCIES)
231     $(LINK) $(libforrou_la_LDFLAGS) $(libforrou_la_OBJECTS) $(libforrou_la_LIBADD) $(LIBS)
232    
233     mostlyclean-compile:
234     -rm -f *.$(OBJEXT)
235    
236     distclean-compile:
237     -rm -f *.tab.c
238    
239     mostlyclean-libtool:
240     -rm -f *.lo
241    
242     clean-libtool:
243     -rm -rf .libs _libs
244    
245     distclean-libtool:
246     -rm -f libtool
247     uninstall-info-am:
248    
249     # This directory's subdirectories are mostly independent; you can cd
250     # into them and run `make' without going through this Makefile.
251     # To change the values of `make' variables: instead of editing Makefiles,
252     # (1) if the variable is set in `config.status', edit `config.status'
253     # (which will cause the Makefiles to be regenerated when you run `make');
254     # (2) otherwise, pass the desired values on the `make' command line.
255     $(RECURSIVE_TARGETS):
256     @set fnord $$MAKEFLAGS; amf=$$2; \
257     dot_seen=no; \
258     target=`echo $@ | sed s/-recursive//`; \
259     list='$(SUBDIRS)'; for subdir in $$list; do \
260     echo "Making $$target in $$subdir"; \
261     if test "$$subdir" = "."; then \
262     dot_seen=yes; \
263     local_target="$$target-am"; \
264     else \
265     local_target="$$target"; \
266     fi; \
267     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
269     done; \
270     if test "$$dot_seen" = "no"; then \
271     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
272     fi; test -z "$$fail"
273    
274     mostlyclean-recursive clean-recursive distclean-recursive \
275     maintainer-clean-recursive:
276     @set fnord $$MAKEFLAGS; amf=$$2; \
277     dot_seen=no; \
278     case "$@" in \
279     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
280     *) list='$(SUBDIRS)' ;; \
281     esac; \
282     rev=''; for subdir in $$list; do \
283     if test "$$subdir" = "."; then :; else \
284     rev="$$subdir $$rev"; \
285     fi; \
286     done; \
287     rev="$$rev ."; \
288     target=`echo $@ | sed s/-recursive//`; \
289     for subdir in $$rev; do \
290     echo "Making $$target in $$subdir"; \
291     if test "$$subdir" = "."; then \
292     local_target="$$target-am"; \
293     else \
294     local_target="$$target"; \
295     fi; \
296     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
298     done && test -z "$$fail"
299     tags-recursive:
300     list='$(SUBDIRS)'; for subdir in $$list; do \
301     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302     done
303     ctags-recursive:
304     list='$(SUBDIRS)'; for subdir in $$list; do \
305     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
306     done
307    
308     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310     unique=`for i in $$list; do \
311     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312     done | \
313     $(AWK) ' { files[$$0] = 1; } \
314     END { for (i in files) print i; }'`; \
315     mkid -fID $$unique
316     tags: TAGS
317    
318     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
319     $(TAGS_FILES) $(LISP)
320     tags=; \
321     here=`pwd`; \
322     if (etags --etags-include --version) >/dev/null 2>&1; then \
323     include_option=--etags-include; \
324     else \
325     include_option=--include; \
326     fi; \
327     list='$(SUBDIRS)'; for subdir in $$list; do \
328     if test "$$subdir" = .; then :; else \
329     test -f $$subdir/TAGS && \
330     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
331     fi; \
332     done; \
333     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
334     unique=`for i in $$list; do \
335     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336     done | \
337     $(AWK) ' { files[$$0] = 1; } \
338     END { for (i in files) print i; }'`; \
339     test -z "$(ETAGS_ARGS)$$tags$$unique" \
340     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341     $$tags $$unique
342     ctags: CTAGS
343     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344     $(TAGS_FILES) $(LISP)
345     tags=; \
346     here=`pwd`; \
347     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348     unique=`for i in $$list; do \
349     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350     done | \
351     $(AWK) ' { files[$$0] = 1; } \
352     END { for (i in files) print i; }'`; \
353     test -z "$(CTAGS_ARGS)$$tags$$unique" \
354     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
355     $$tags $$unique
356    
357     GTAGS:
358     here=`$(am__cd) $(top_builddir) && pwd` \
359     && cd $(top_srcdir) \
360     && gtags -i $(GTAGS_ARGS) $$here
361    
362     distclean-tags:
363     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
364    
365     distdir: $(DISTFILES)
366     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
367     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
368     list='$(DISTFILES)'; for file in $$list; do \
369     case $$file in \
370     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
371     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
372     esac; \
373     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
375     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
376     dir="/$$dir"; \
377     $(mkdir_p) "$(distdir)$$dir"; \
378     else \
379     dir=''; \
380     fi; \
381     if test -d $$d/$$file; then \
382     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
384     fi; \
385     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
386     else \
387     test -f $(distdir)/$$file \
388     || cp -p $$d/$$file $(distdir)/$$file \
389     || exit 1; \
390     fi; \
391     done
392     list='$(SUBDIRS)'; for subdir in $$list; do \
393     if test "$$subdir" = .; then :; else \
394     test -d "$(distdir)/$$subdir" \
395     || mkdir "$(distdir)/$$subdir" \
396     || exit 1; \
397     (cd $$subdir && \
398     $(MAKE) $(AM_MAKEFLAGS) \
399     top_distdir="../$(top_distdir)" \
400     distdir="../$(distdir)/$$subdir" \
401     distdir) \
402     || exit 1; \
403     fi; \
404     done
405     check-am: all-am
406     check: check-recursive
407     all-am: Makefile $(LTLIBRARIES)
408     installdirs: installdirs-recursive
409     installdirs-am:
410     install: install-recursive
411     install-exec: install-exec-recursive
412     install-data: install-data-recursive
413     uninstall: uninstall-recursive
414    
415     install-am: all-am
416     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
417    
418     installcheck: installcheck-recursive
419     install-strip:
420     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
421     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
422     `test -z '$(STRIP)' || \
423     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
424     mostlyclean-generic:
425    
426     clean-generic:
427    
428     distclean-generic:
429     -rm -f $(CONFIG_CLEAN_FILES)
430    
431     maintainer-clean-generic:
432     @echo "This command is intended for maintainers to use"
433     @echo "it deletes files that may require special tools to rebuild."
434     clean: clean-recursive
435    
436     clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
437     mostlyclean-am
438    
439     distclean: distclean-recursive
440     -rm -f Makefile
441     distclean-am: clean-am distclean-compile distclean-generic \
442     distclean-libtool distclean-tags
443    
444     dvi: dvi-recursive
445    
446     dvi-am:
447    
448     html: html-recursive
449    
450     info: info-recursive
451    
452     info-am:
453    
454     install-data-am:
455    
456     install-exec-am:
457    
458     install-info: install-info-recursive
459    
460     install-man:
461    
462     installcheck-am:
463    
464     maintainer-clean: maintainer-clean-recursive
465     -rm -f Makefile
466     maintainer-clean-am: distclean-am maintainer-clean-generic
467    
468     mostlyclean: mostlyclean-recursive
469    
470     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
471     mostlyclean-libtool
472    
473     pdf: pdf-recursive
474    
475     pdf-am:
476    
477     ps: ps-recursive
478    
479     ps-am:
480    
481     uninstall-am:
482    
483     uninstall-info: uninstall-info-recursive
484    
485     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
486     clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
487     clean-recursive ctags ctags-recursive distclean \
488     distclean-compile distclean-generic distclean-libtool \
489     distclean-recursive distclean-tags distdir dvi dvi-am html \
490     html-am info info-am install install-am install-data \
491     install-data-am install-exec install-exec-am install-info \
492     install-info-am install-man install-strip installcheck \
493     installcheck-am installdirs installdirs-am maintainer-clean \
494     maintainer-clean-generic maintainer-clean-recursive \
495     mostlyclean mostlyclean-compile mostlyclean-generic \
496     mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
497     tags tags-recursive uninstall uninstall-am uninstall-info-am
498    
499     # Tell versions [3.59,3.63) of GNU make to not export all variables.
500     # Otherwise a system limit (for SysV at least) may be exceeded.
501     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23