blob: b303189ab4f4b3b5c42ae40d9e080a4acf544279 [file] [log] [blame]
subrata_modak23f869f2007-04-09 12:03:49 +00001# 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62CC = @CC@
63HAVE_LIB = @HAVE_LIB@
64LIB = @LIB@
65LTLIB = @LTLIB@
66MAKEINFO = @MAKEINFO@
67PACKAGE = @PACKAGE@
68VERSION = @VERSION@
69
70MAINTAINERCLEANFILES = install-sh mkinstalldirs missing Makefile.in aclocal.m4 configure COPYING Log.cvs ChangeLog
71
72EXTRA_DIST = ChangeLog
73
74SUBDIRS = . src doc test
75ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77CONFIG_CLEAN_FILES =
78DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
79Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
80configure.in install-sh missing mkinstalldirs
81
82
83DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
85TAR = tar
86GZIP_ENV = --best
87all: all-redirect
88.SUFFIXES:
89$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
90 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
91
92Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
93 cd $(top_builddir) \
94 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
95
96$(ACLOCAL_M4): configure.in
97 cd $(srcdir) && $(ACLOCAL)
98
99config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
100 $(SHELL) ./config.status --recheck
101$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
102 cd $(srcdir) && $(AUTOCONF)
103
104# This directory's subdirectories are mostly independent; you can cd
105# into them and run `make' without going through this Makefile.
106# To change the values of `make' variables: instead of editing Makefiles,
107# (1) if the variable is set in `config.status', edit `config.status'
108# (which will cause the Makefiles to be regenerated when you run `make');
109# (2) otherwise, pass the desired values on the `make' command line.
110
111@SET_MAKE@
112
113all-recursive install-data-recursive install-exec-recursive \
114installdirs-recursive install-recursive uninstall-recursive \
115check-recursive installcheck-recursive info-recursive dvi-recursive:
116 @set fnord $(MAKEFLAGS); amf=$$2; \
117 dot_seen=no; \
118 target=`echo $@ | sed s/-recursive//`; \
119 list='$(SUBDIRS)'; for subdir in $$list; do \
120 echo "Making $$target in $$subdir"; \
121 if test "$$subdir" = "."; then \
122 dot_seen=yes; \
123 local_target="$$target-am"; \
124 else \
125 local_target="$$target"; \
126 fi; \
127 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
128 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
129 done; \
130 if test "$$dot_seen" = "no"; then \
131 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
132 fi; test -z "$$fail"
133
134mostlyclean-recursive clean-recursive distclean-recursive \
135maintainer-clean-recursive:
136 @set fnord $(MAKEFLAGS); amf=$$2; \
137 dot_seen=no; \
138 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
139 rev="$$subdir $$rev"; \
140 test "$$subdir" != "." || dot_seen=yes; \
141 done; \
142 test "$$dot_seen" = "no" && rev=". $$rev"; \
143 target=`echo $@ | sed s/-recursive//`; \
144 for subdir in $$rev; do \
145 echo "Making $$target in $$subdir"; \
146 if test "$$subdir" = "."; then \
147 local_target="$$target-am"; \
148 else \
149 local_target="$$target"; \
150 fi; \
151 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
152 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
153 done && test -z "$$fail"
154tags-recursive:
155 list='$(SUBDIRS)'; for subdir in $$list; do \
156 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
157 done
158
159tags: TAGS
160
161ID: $(HEADERS) $(SOURCES) $(LISP)
162 list='$(SOURCES) $(HEADERS)'; \
163 unique=`for i in $$list; do echo $$i; done | \
164 awk ' { files[$$0] = 1; } \
165 END { for (i in files) print i; }'`; \
166 here=`pwd` && cd $(srcdir) \
167 && mkid -f$$here/ID $$unique $(LISP)
168
169TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
170 tags=; \
171 here=`pwd`; \
172 list='$(SUBDIRS)'; for subdir in $$list; do \
173 if test "$$subdir" = .; then :; else \
174 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
175 fi; \
176 done; \
177 list='$(SOURCES) $(HEADERS)'; \
178 unique=`for i in $$list; do echo $$i; done | \
179 awk ' { files[$$0] = 1; } \
180 END { for (i in files) print i; }'`; \
181 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
183
184mostlyclean-tags:
185
186clean-tags:
187
188distclean-tags:
189 -rm -f TAGS ID
190
191maintainer-clean-tags:
192
193distdir = $(PACKAGE)-$(VERSION)
194top_distdir = $(distdir)
195
196# This target untars the dist file and tries a VPATH configuration. Then
197# it guarantees that the distribution is self-contained by making another
198# tarfile.
199distcheck: dist
200 -rm -rf $(distdir)
201 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
202 mkdir $(distdir)/=build
203 mkdir $(distdir)/=inst
204 dc_install_base=`cd $(distdir)/=inst && pwd`; \
205 cd $(distdir)/=build \
206 && ../configure --srcdir=.. --prefix=$$dc_install_base \
207 && $(MAKE) $(AM_MAKEFLAGS) \
208 && $(MAKE) $(AM_MAKEFLAGS) dvi \
209 && $(MAKE) $(AM_MAKEFLAGS) check \
210 && $(MAKE) $(AM_MAKEFLAGS) install \
211 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
212 && $(MAKE) $(AM_MAKEFLAGS) dist
213 -rm -rf $(distdir)
214 @banner="$(distdir).tar.gz is ready for distribution"; \
215 dashes=`echo "$$banner" | sed s/./=/g`; \
216 echo "$$dashes"; \
217 echo "$$banner"; \
218 echo "$$dashes"
219dist: distdir
220 -chmod -R a+r $(distdir)
221 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
222 -rm -rf $(distdir)
223dist-all: distdir
224 -chmod -R a+r $(distdir)
225 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
226 -rm -rf $(distdir)
227distdir: $(DISTFILES)
228 -rm -rf $(distdir)
229 mkdir $(distdir)
230 -chmod 777 $(distdir)
231 @for file in $(DISTFILES); do \
232 d=$(srcdir); \
233 if test -d $$d/$$file; then \
234 cp -pr $$d/$$file $(distdir)/$$file; \
235 else \
236 test -f $(distdir)/$$file \
237 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238 || cp -p $$d/$$file $(distdir)/$$file || :; \
239 fi; \
240 done
241 for subdir in $(SUBDIRS); do \
242 if test "$$subdir" = .; then :; else \
243 test -d $(distdir)/$$subdir \
244 || mkdir $(distdir)/$$subdir \
245 || exit 1; \
246 chmod 777 $(distdir)/$$subdir; \
247 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
248 || exit 1; \
249 fi; \
250 done
251info-am:
252info: info-recursive
253dvi-am:
254dvi: dvi-recursive
255check-am: all-am
256check: check-recursive
257installcheck-am:
258installcheck: installcheck-recursive
259install-exec-am:
260install-exec: install-exec-recursive
261
262install-data-am:
263install-data: install-data-recursive
264
265install-am: all-am
266 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
267install: install-recursive
268uninstall-am:
269uninstall: uninstall-recursive
270all-am: Makefile
271all-redirect: all-recursive
272install-strip:
273 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
274installdirs: installdirs-recursive
275installdirs-am:
276
277
278mostlyclean-generic:
279
280clean-generic:
281
282distclean-generic:
283 -rm -f Makefile $(CONFIG_CLEAN_FILES)
284 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
285
286maintainer-clean-generic:
287 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
288mostlyclean-am: mostlyclean-tags mostlyclean-generic
289
290mostlyclean: mostlyclean-recursive
291
292clean-am: clean-tags clean-generic mostlyclean-am
293
294clean: clean-recursive
295
296distclean-am: distclean-tags distclean-generic clean-am
297
298distclean: distclean-recursive
299 -rm -f config.status
300
301maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
302 distclean-am
303 @echo "This command is intended for maintainers to use;"
304 @echo "it deletes files that may require special tools to rebuild."
305
306maintainer-clean: maintainer-clean-recursive
307 -rm -f config.status
308
309.PHONY: install-data-recursive uninstall-data-recursive \
310install-exec-recursive uninstall-exec-recursive installdirs-recursive \
311uninstalldirs-recursive all-recursive check-recursive \
312installcheck-recursive info-recursive dvi-recursive \
313mostlyclean-recursive distclean-recursive clean-recursive \
314maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
315distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
316dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
317install-exec install-data-am install-data install-am install \
318uninstall-am uninstall all-redirect all-am all installdirs-am \
319installdirs mostlyclean-generic distclean-generic clean-generic \
320maintainer-clean-generic clean mostlyclean distclean maintainer-clean
321
322
323ChangeLog: Log.cvs
324 rcs2log -u "apw Amos Waterland apw@rossby.metr.ou.edu" -L $^ | \
325 sed 's,/home/apw/cvsroot/stress/src/,,g' | fmt -w 78 > $@
326
327Log.cvs:
328 cvs log > $@
329
330# Tell versions [3.59,3.63) of GNU make to not export all variables.
331# Otherwise a system limit (for SysV at least) may be exceeded.
332.NOEXPORT: