aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in431
1 files changed, 431 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..f283639
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,431 @@
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AR = @AR@
62AS = @AS@
63AWK = @AWK@
64CC = @CC@
65CXX = @CXX@
66CXXCPP = @CXXCPP@
67DEBUG = @DEBUG@
68DEPDIR = @DEPDIR@
69DLLTOOL = @DLLTOOL@
70ECHO = @ECHO@
71EGREP = @EGREP@
72EXEEXT = @EXEEXT@
73F77 = @F77@
74GCJ = @GCJ@
75GCJFLAGS = @GCJFLAGS@
76INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77LIBTOOL = @LIBTOOL@
78LN_S = @LN_S@
79OBJDUMP = @OBJDUMP@
80OBJEXT = @OBJEXT@
81PACKAGE = @PACKAGE@
82RANLIB = @RANLIB@
83RC = @RC@
84SED = @SED@
85STRIP = @STRIP@
86VERSION = @VERSION@
87X_CFLAGS = @X_CFLAGS@
88X_EXTRA_LIBS = @X_EXTRA_LIBS@
89X_LIBS = @X_LIBS@
90X_PRE_LIBS = @X_PRE_LIBS@
91am__include = @am__include@
92am__quote = @am__quote@
93install_sh = @install_sh@
94
95SUBDIRS = src
96subdir = .
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = config.h
100CONFIG_CLEAN_FILES = version.h
101DIST_SOURCES =
102
103RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
104 uninstall-info-recursive all-recursive install-data-recursive \
105 install-exec-recursive installdirs-recursive install-recursive \
106 uninstall-recursive check-recursive installcheck-recursive
107DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
108 Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess \
109 config.h.in config.sub configure configure.in depcomp \
110 install-sh ltconfig ltmain.sh missing mkinstalldirs \
111 version.h.in
112DIST_SUBDIRS = $(SUBDIRS)
113all: config.h
114 $(MAKE) $(AM_MAKEFLAGS) all-recursive
115
116.SUFFIXES:
117
118mostlyclean-libtool:
119 -rm -f *.lo
120
121clean-libtool:
122 -rm -rf .libs _libs
123
124distclean-libtool:
125 -rm -f libtool
126$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && \
128 $(AUTOMAKE) --gnu Makefile
129Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130 cd $(top_builddir) && \
131 CONFIG_HEADERS= CONFIG_LINKS= \
132 CONFIG_FILES=$@ $(SHELL) ./config.status
133
134$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
135 $(SHELL) ./config.status --recheck
136$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
137 cd $(srcdir) && $(AUTOCONF)
138
139$(ACLOCAL_M4): configure.in
140 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
141config.h: stamp-h
142 @if test ! -f $@; then \
143 rm -f stamp-h; \
144 $(MAKE) stamp-h; \
145 else :; fi
146stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
147 @rm -f stamp-h stamp-hT
148 @echo timestamp > stamp-hT 2> /dev/null
149 cd $(top_builddir) \
150 && CONFIG_FILES= CONFIG_HEADERS=config.h \
151 $(SHELL) ./config.status
152 @mv stamp-hT stamp-h
153$(srcdir)/config.h.in: $(srcdir)/./stamp-h.in
154 @if test ! -f $@; then \
155 rm -f $(srcdir)/./stamp-h.in; \
156 $(MAKE) $(srcdir)/./stamp-h.in; \
157 else :; fi
158$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
159 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
160 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
161 cd $(top_srcdir) && $(AUTOHEADER)
162 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
163
164distclean-hdr:
165 -rm -f config.h
166version.h: $(top_builddir)/config.status version.h.in
167 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
168uninstall-info-am:
169
170# This directory's subdirectories are mostly independent; you can cd
171# into them and run `make' without going through this Makefile.
172# To change the values of `make' variables: instead of editing Makefiles,
173# (1) if the variable is set in `config.status', edit `config.status'
174# (which will cause the Makefiles to be regenerated when you run `make');
175# (2) otherwise, pass the desired values on the `make' command line.
176$(RECURSIVE_TARGETS):
177 @set fnord $(MAKEFLAGS); amf=$$2; \
178 dot_seen=no; \
179 target=`echo $@ | sed s/-recursive//`; \
180 list='$(SUBDIRS)'; for subdir in $$list; do \
181 echo "Making $$target in $$subdir"; \
182 if test "$$subdir" = "."; then \
183 dot_seen=yes; \
184 local_target="$$target-am"; \
185 else \
186 local_target="$$target"; \
187 fi; \
188 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190 done; \
191 if test "$$dot_seen" = "no"; then \
192 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
193 fi; test -z "$$fail"
194
195mostlyclean-recursive clean-recursive distclean-recursive \
196maintainer-clean-recursive:
197 @set fnord $(MAKEFLAGS); amf=$$2; \
198 dot_seen=no; \
199 case "$@" in \
200 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
201 *) list='$(SUBDIRS)' ;; \
202 esac; \
203 rev=''; for subdir in $$list; do \
204 if test "$$subdir" = "."; then :; else \
205 rev="$$subdir $$rev"; \
206 fi; \
207 done; \
208 rev="$$rev ."; \
209 target=`echo $@ | sed s/-recursive//`; \
210 for subdir in $$rev; do \
211 echo "Making $$target in $$subdir"; \
212 if test "$$subdir" = "."; then \
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 && test -z "$$fail"
220tags-recursive:
221 list='$(SUBDIRS)'; for subdir in $$list; do \
222 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
223 done
224
225tags: TAGS
226
227ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
228 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
229 unique=`for i in $$list; do \
230 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231 done | \
232 $(AWK) ' { files[$$0] = 1; } \
233 END { for (i in files) print i; }'`; \
234 mkid -fID $$unique $(LISP)
235
236TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
237 $(TAGS_FILES) $(LISP)
238 tags=; \
239 here=`pwd`; \
240 list='$(SUBDIRS)'; for subdir in $$list; do \
241 if test "$$subdir" = .; then :; else \
242 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
243 fi; \
244 done; \
245 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
246 unique=`for i in $$list; do \
247 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248 done | \
249 $(AWK) ' { files[$$0] = 1; } \
250 END { for (i in files) print i; }'`; \
251 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
252 || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
253
254GTAGS:
255 here=`CDPATH=: && cd $(top_builddir) && pwd` \
256 && cd $(top_srcdir) \
257 && gtags -i $(GTAGS_ARGS) $$here
258
259distclean-tags:
260 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
261
262DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
263
264top_distdir = .
265# Avoid unsightly `./'.
266distdir = $(PACKAGE)-$(VERSION)
267
268GZIP_ENV = --best
269
270distdir: $(DISTFILES)
271 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
272 mkdir $(distdir)
273 $(mkinstalldirs) $(distdir)/.
274 @for file in $(DISTFILES); do \
275 if test -f $$file; then d=.; else d=$(srcdir); fi; \
276 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
277 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
278 $(mkinstalldirs) "$(distdir)/$$dir"; \
279 fi; \
280 if test -d $$d/$$file; then \
281 cp -pR $$d/$$file $(distdir) \
282 || exit 1; \
283 else \
284 test -f $(distdir)/$$file \
285 || cp -p $$d/$$file $(distdir)/$$file \
286 || exit 1; \
287 fi; \
288 done
289 for subdir in $(SUBDIRS); do \
290 if test "$$subdir" = .; then :; else \
291 test -d $(distdir)/$$subdir \
292 || mkdir $(distdir)/$$subdir \
293 || exit 1; \
294 (cd $$subdir && \
295 $(MAKE) $(AM_MAKEFLAGS) \
296 top_distdir="$(top_distdir)" \
297 distdir=../$(distdir)/$$subdir \
298 distdir) \
299 || exit 1; \
300 fi; \
301 done
302 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
303 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
304 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
305 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
306 || chmod -R a+r $(distdir)
307dist: distdir
308 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
309 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
310
311# This target untars the dist file and tries a VPATH configuration. Then
312# it guarantees that the distribution is self-contained by making another
313# tarfile.
314distcheck: dist
315 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
316 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
317 chmod -R a-w $(distdir); chmod a+w $(distdir)
318 mkdir $(distdir)/=build
319 mkdir $(distdir)/=inst
320 chmod a-w $(distdir)
321 dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
322 && cd $(distdir)/=build \
323 && ../configure --srcdir=.. --prefix=$$dc_install_base \
324 && $(MAKE) $(AM_MAKEFLAGS) \
325 && $(MAKE) $(AM_MAKEFLAGS) dvi \
326 && $(MAKE) $(AM_MAKEFLAGS) check \
327 && $(MAKE) $(AM_MAKEFLAGS) install \
328 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
329 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
330 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
331 || (echo "Error: files left after uninstall" 1>&2; \
332 exit 1) ) \
333 && $(MAKE) $(AM_MAKEFLAGS) dist \
334 && $(MAKE) $(AM_MAKEFLAGS) distclean \
335 && rm -f $(distdir).tar.gz \
336 && (test `find . -type f -print | wc -l` -eq 0 \
337 || (echo "Error: files left after distclean" 1>&2; \
338 exit 1) )
339 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
340 @echo "$(distdir).tar.gz is ready for distribution" | \
341 sed 'h;s/./=/g;p;x;p;x'
342check-am: all-am
343check: check-recursive
344all-am: Makefile config.h
345installdirs: installdirs-recursive
346installdirs-am:
347
348install: install-recursive
349install-exec: install-exec-recursive
350install-data: install-data-recursive
351uninstall: uninstall-recursive
352
353install-am: all-am
354 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
355
356installcheck: installcheck-recursive
357install-strip:
358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
359 `test -z '$(STRIP)' || \
360 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
361mostlyclean-generic:
362
363clean-generic:
364
365distclean-generic:
366 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
367
368maintainer-clean-generic:
369 @echo "This command is intended for maintainers to use"
370 @echo "it deletes files that may require special tools to rebuild."
371clean: clean-recursive
372
373clean-am: clean-generic clean-libtool mostlyclean-am
374
375dist-all: distdir
376 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
377 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
378distclean: distclean-recursive
379 -rm -f config.status config.cache config.log
380distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
381 distclean-tags
382
383dvi: dvi-recursive
384
385dvi-am:
386
387info: info-recursive
388
389info-am:
390
391install-data-am:
392
393install-exec-am:
394
395install-info: install-info-recursive
396
397install-man:
398
399installcheck-am:
400
401maintainer-clean: maintainer-clean-recursive
402
403maintainer-clean-am: distclean-am maintainer-clean-generic
404
405mostlyclean: mostlyclean-recursive
406
407mostlyclean-am: mostlyclean-generic mostlyclean-libtool
408
409uninstall-am: uninstall-info-am
410
411uninstall-info: uninstall-info-recursive
412
413.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
414 clean-generic clean-libtool clean-recursive dist dist-all \
415 distcheck distclean distclean-generic distclean-hdr \
416 distclean-libtool distclean-recursive distclean-tags distdir \
417 dvi dvi-am dvi-recursive info info-am info-recursive install \
418 install-am install-data install-data-am install-data-recursive \
419 install-exec install-exec-am install-exec-recursive \
420 install-info install-info-am install-info-recursive install-man \
421 install-recursive install-strip installcheck installcheck-am \
422 installdirs installdirs-am installdirs-recursive \
423 maintainer-clean maintainer-clean-generic \
424 maintainer-clean-recursive mostlyclean mostlyclean-generic \
425 mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
426 uninstall uninstall-am uninstall-info-am \
427 uninstall-info-recursive uninstall-recursive
428
429# Tell versions [3.59,3.63) of GNU make to not export all variables.
430# Otherwise a system limit (for SysV at least) may be exceeded.
431.NOEXPORT: