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

Annotation of /yoda/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Tue Jul 20 13:04:50 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.3: +224 -444 lines
*** empty log message ***

1 kusanagi 1.4 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2 kusanagi 1.1
3 kusanagi 1.4 # 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 kusanagi 1.4
14     SHELL = @SHELL@
15    
16 kusanagi 1.1 srcdir = @srcdir@
17     top_srcdir = @top_srcdir@
18     VPATH = @srcdir@
19 kusanagi 1.4 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.4
41 kusanagi 1.1 top_builddir = .
42 kusanagi 1.4
43     ACLOCAL = @ACLOCAL@
44     AUTOCONF = @AUTOCONF@
45     AUTOMAKE = @AUTOMAKE@
46     AUTOHEADER = @AUTOHEADER@
47    
48 kusanagi 1.1 INSTALL = @INSTALL@
49 kusanagi 1.4 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.4 host_alias = @host_alias@
61 kusanagi 1.1 host_triplet = @host@
62 kusanagi 1.4 AS = @AS@
63 kusanagi 1.1 CC = @CC@
64     CXX = @CXX@
65 kusanagi 1.4 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.4 HAVE_LIB = @HAVE_LIB@
72     LIB = @LIB@
73 kusanagi 1.1 LIBTOOL = @LIBTOOL@
74     LN_S = @LN_S@
75 kusanagi 1.4 LTLIB = @LTLIB@
76 kusanagi 1.1 MAKEINFO = @MAKEINFO@
77 kusanagi 1.4 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.4
87 kusanagi 1.1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
88     SUBDIRS = event techmodel
89     EXTRA_DIST = Doxyfile.in
90     INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@
91 kusanagi 1.4 LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp
92     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94     CONFIG_HEADER = config.h
95     CONFIG_CLEAN_FILES = Doxyfile
96     DIST_COMMON = README ./stamp-h.in Doxyfile.in Makefile.am Makefile.in \
97     aclocal.m4 config.guess config.h.in config.sub configure configure.in \
98     install-sh ltmain.sh missing mkinstalldirs
99    
100    
101     DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102 kusanagi 1.1
103 kusanagi 1.4 TAR = gtar
104     GZIP_ENV = --best
105     all: all-redirect
106 kusanagi 1.1 .SUFFIXES:
107 kusanagi 1.4 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108     cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
109    
110     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
111     cd $(top_builddir) \
112     && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113    
114     $(ACLOCAL_M4): configure.in
115     cd $(srcdir) && $(ACLOCAL)
116 kusanagi 1.1
117 kusanagi 1.4 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118 kusanagi 1.1 $(SHELL) ./config.status --recheck
119 kusanagi 1.4 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120 kusanagi 1.1 cd $(srcdir) && $(AUTOCONF)
121    
122 kusanagi 1.4 config.h: stamp-h
123 kusanagi 1.1 @if test ! -f $@; then \
124 kusanagi 1.4 rm -f stamp-h; \
125     $(MAKE) stamp-h; \
126 kusanagi 1.1 else :; fi
127 kusanagi 1.4 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
128     cd $(top_builddir) \
129     && CONFIG_FILES= CONFIG_HEADERS=config.h \
130     $(SHELL) ./config.status
131     @echo timestamp > stamp-h 2> /dev/null
132     $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
133     @if test ! -f $@; then \
134     rm -f $(srcdir)/stamp-h.in; \
135     $(MAKE) $(srcdir)/stamp-h.in; \
136     else :; fi
137     $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
138 kusanagi 1.1 cd $(top_srcdir) && $(AUTOHEADER)
139 kusanagi 1.4 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
140 kusanagi 1.1
141 kusanagi 1.4 mostlyclean-hdr:
142 kusanagi 1.1
143 kusanagi 1.4 clean-hdr:
144 kusanagi 1.1
145 kusanagi 1.4 distclean-hdr:
146     -rm -f config.h
147 kusanagi 1.1
148 kusanagi 1.4 maintainer-clean-hdr:
149     Doxyfile: $(top_builddir)/config.status Doxyfile.in
150     cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
151 kusanagi 1.1
152     # This directory's subdirectories are mostly independent; you can cd
153     # into them and run `make' without going through this Makefile.
154     # To change the values of `make' variables: instead of editing Makefiles,
155     # (1) if the variable is set in `config.status', edit `config.status'
156     # (which will cause the Makefiles to be regenerated when you run `make');
157     # (2) otherwise, pass the desired values on the `make' command line.
158 kusanagi 1.4
159     @SET_MAKE@
160    
161     all-recursive install-data-recursive install-exec-recursive \
162     installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
163     check-recursive installcheck-recursive info-recursive dvi-recursive:
164     @set fnord $(MAKEFLAGS); amf=$$2; \
165 kusanagi 1.1 dot_seen=no; \
166     target=`echo $@ | sed s/-recursive//`; \
167     list='$(SUBDIRS)'; for subdir in $$list; do \
168     echo "Making $$target in $$subdir"; \
169     if test "$$subdir" = "."; then \
170     dot_seen=yes; \
171     local_target="$$target-am"; \
172     else \
173     local_target="$$target"; \
174     fi; \
175     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
176     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
177     done; \
178     if test "$$dot_seen" = "no"; then \
179     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
180     fi; test -z "$$fail"
181    
182     mostlyclean-recursive clean-recursive distclean-recursive \
183     maintainer-clean-recursive:
184 kusanagi 1.4 @set fnord $(MAKEFLAGS); amf=$$2; \
185 kusanagi 1.1 dot_seen=no; \
186 kusanagi 1.4 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
187     rev="$$subdir $$rev"; \
188     test "$$subdir" != "." || dot_seen=yes; \
189 kusanagi 1.1 done; \
190 kusanagi 1.4 test "$$dot_seen" = "no" && rev=". $$rev"; \
191 kusanagi 1.1 target=`echo $@ | sed s/-recursive//`; \
192     for subdir in $$rev; do \
193     echo "Making $$target in $$subdir"; \
194     if test "$$subdir" = "."; then \
195     local_target="$$target-am"; \
196     else \
197     local_target="$$target"; \
198     fi; \
199     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201     done && test -z "$$fail"
202     tags-recursive:
203     list='$(SUBDIRS)'; for subdir in $$list; do \
204     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205     done
206    
207 kusanagi 1.4 tags: TAGS
208    
209     ID: $(HEADERS) $(SOURCES) $(LISP)
210     list='$(SOURCES) $(HEADERS)'; \
211     unique=`for i in $$list; do echo $$i; done | \
212     awk ' { files[$$0] = 1; } \
213 kusanagi 1.1 END { for (i in files) print i; }'`; \
214 kusanagi 1.4 here=`pwd` && cd $(srcdir) \
215     && mkid -f$$here/ID $$unique $(LISP)
216 kusanagi 1.1
217 kusanagi 1.4 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
218 kusanagi 1.1 tags=; \
219     here=`pwd`; \
220     list='$(SUBDIRS)'; for subdir in $$list; do \
221 kusanagi 1.4 if test "$$subdir" = .; then :; else \
222     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223     fi; \
224 kusanagi 1.1 done; \
225 kusanagi 1.4 list='$(SOURCES) $(HEADERS)'; \
226     unique=`for i in $$list; do echo $$i; done | \
227     awk ' { files[$$0] = 1; } \
228 kusanagi 1.1 END { for (i in files) print i; }'`; \
229 kusanagi 1.4 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
230     || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
231    
232     mostlyclean-tags:
233    
234     clean-tags:
235 kusanagi 1.1
236     distclean-tags:
237 kusanagi 1.4 -rm -f TAGS ID
238 kusanagi 1.1
239 kusanagi 1.4 maintainer-clean-tags:
240    
241     distdir = $(PACKAGE)-$(VERSION)
242     top_distdir = $(distdir)
243    
244     # This target untars the dist file and tries a VPATH configuration. Then
245     # it guarantees that the distribution is self-contained by making another
246     # tarfile.
247     distcheck: dist
248     -rm -rf $(distdir)
249     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
250     mkdir $(distdir)/=build
251     mkdir $(distdir)/=inst
252     dc_install_base=`cd $(distdir)/=inst && pwd`; \
253     cd $(distdir)/=build \
254     && ../configure --srcdir=.. --prefix=$$dc_install_base \
255     && $(MAKE) $(AM_MAKEFLAGS) \
256     && $(MAKE) $(AM_MAKEFLAGS) dvi \
257     && $(MAKE) $(AM_MAKEFLAGS) check \
258     && $(MAKE) $(AM_MAKEFLAGS) install \
259     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
260     && $(MAKE) $(AM_MAKEFLAGS) dist
261     -rm -rf $(distdir)
262     @banner="$(distdir).tar.gz is ready for distribution"; \
263     dashes=`echo "$$banner" | sed s/./=/g`; \
264     echo "$$dashes"; \
265     echo "$$banner"; \
266     echo "$$dashes"
267     dist: distdir
268     -chmod -R a+r $(distdir)
269     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
270     -rm -rf $(distdir)
271     dist-all: distdir
272     -chmod -R a+r $(distdir)
273     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
274     -rm -rf $(distdir)
275 kusanagi 1.1 distdir: $(DISTFILES)
276 kusanagi 1.4 -rm -rf $(distdir)
277 kusanagi 1.1 mkdir $(distdir)
278 kusanagi 1.4 -chmod 777 $(distdir)
279     @for file in $(DISTFILES); do \
280     d=$(srcdir); \
281 kusanagi 1.1 if test -d $$d/$$file; then \
282 kusanagi 1.4 cp -pr $$d/$$file $(distdir)/$$file; \
283 kusanagi 1.1 else \
284     test -f $(distdir)/$$file \
285 kusanagi 1.4 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286     || cp -p $$d/$$file $(distdir)/$$file || :; \
287 kusanagi 1.1 fi; \
288     done
289 kusanagi 1.4 for subdir in $(SUBDIRS); do \
290 kusanagi 1.1 if test "$$subdir" = .; then :; else \
291 kusanagi 1.4 test -d $(distdir)/$$subdir \
292     || mkdir $(distdir)/$$subdir \
293 kusanagi 1.1 || exit 1; \
294 kusanagi 1.4 chmod 777 $(distdir)/$$subdir; \
295     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
296 kusanagi 1.1 || exit 1; \
297     fi; \
298     done
299 kusanagi 1.4 info-am:
300     info: info-recursive
301     dvi-am:
302     dvi: dvi-recursive
303 kusanagi 1.1 check-am: all-am
304     check: check-recursive
305 kusanagi 1.4 installcheck-am:
306     installcheck: installcheck-recursive
307     install-info-am:
308     install-info: install-info-recursive
309     all-recursive-am: config.h
310     $(MAKE) $(AM_MAKEFLAGS) all-recursive
311    
312     install-exec-am:
313 kusanagi 1.1 install-exec: install-exec-recursive
314 kusanagi 1.4
315     install-data-am:
316 kusanagi 1.1 install-data: install-data-recursive
317    
318     install-am: all-am
319     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320 kusanagi 1.4 install: install-recursive
321     uninstall-am:
322     uninstall: uninstall-recursive
323     all-am: Makefile config.h
324     all-redirect: all-recursive-am
325     install-strip:
326     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
327     installdirs: installdirs-recursive
328     installdirs-am:
329    
330 kusanagi 1.1
331     mostlyclean-generic:
332    
333     clean-generic:
334    
335     distclean-generic:
336 kusanagi 1.4 -rm -f Makefile $(CONFIG_CLEAN_FILES)
337     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
338 kusanagi 1.1
339     maintainer-clean-generic:
340 kusanagi 1.4 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
341 kusanagi 1.1
342 kusanagi 1.4 mostlyclean: mostlyclean-recursive
343 kusanagi 1.1
344 kusanagi 1.4 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
345 kusanagi 1.1
346 kusanagi 1.4 clean: clean-recursive
347 kusanagi 1.1
348 kusanagi 1.4 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
349     -rm -f libtool
350 kusanagi 1.1
351 kusanagi 1.4 distclean: distclean-recursive
352     -rm -f config.status
353 kusanagi 1.1
354 kusanagi 1.4 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
355     maintainer-clean-generic distclean-am
356     @echo "This command is intended for maintainers to use;"
357     @echo "it deletes files that may require special tools to rebuild."
358 kusanagi 1.1
359     maintainer-clean: maintainer-clean-recursive
360 kusanagi 1.4 -rm -f config.status
361 kusanagi 1.1
362 kusanagi 1.4 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
363     install-data-recursive uninstall-data-recursive install-exec-recursive \
364     uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
365     all-recursive check-recursive installcheck-recursive info-recursive \
366     dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
367     maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
368     distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
369     dvi-am dvi check check-am installcheck-am installcheck install-info-am \
370     install-info all-recursive-am install-exec-am install-exec \
371     install-data-am install-data install-am install uninstall-am uninstall \
372     all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
373     distclean-generic clean-generic maintainer-clean-generic clean \
374     mostlyclean distclean maintainer-clean
375 kusanagi 1.1
376    
377     # Tell versions [3.59,3.63) of GNU make to not export all variables.
378     # Otherwise a system limit (for SysV at least) may be exceeded.
379     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23