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 = :
58AMTAR = @AMTAR@
59AWK = @AWK@
60CC = @CC@
61CXX = @CXX@
62DEPDIR = @DEPDIR@
63EXEEXT = @EXEEXT@
64INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
65MAINT = @MAINT@
66OBJEXT = @OBJEXT@
67PACKAGE = @PACKAGE@
68RANLIB = @RANLIB@
69VERSION = @VERSION@
70am__include = @am__include@
71am__quote = @am__quote@
72install_sh = @install_sh@
73
74SUBDIRS = aplibs fastlst include
75EXTRA_DIST = aplibs/COPYING fastlst/COPYING
76subdir = .
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79CONFIG_HEADER = $(top_builddir)/include/config.h
80CONFIG_CLEAN_FILES =
81DIST_SOURCES =
82
83RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
84	uninstall-info-recursive all-recursive install-data-recursive \
85	install-exec-recursive installdirs-recursive install-recursive \
86	uninstall-recursive check-recursive installcheck-recursive
87DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
88	Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
89	configure.in depcomp install-sh missing mkinstalldirs
90DIST_SUBDIRS = $(SUBDIRS)
91all: all-recursive
92
93.SUFFIXES:
94$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
95	cd $(top_srcdir) && \
96	  $(AUTOMAKE) --gnu  Makefile
97Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
98	cd $(top_builddir) && \
99	  CONFIG_HEADERS= CONFIG_LINKS= \
100	  CONFIG_FILES=$@ $(SHELL) ./config.status
101
102$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
103	$(SHELL) ./config.status --recheck
104$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
105	cd $(srcdir) && $(AUTOCONF)
106
107$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
108	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
109uninstall-info-am:
110
111# This directory's subdirectories are mostly independent; you can cd
112# into them and run `make' without going through this Makefile.
113# To change the values of `make' variables: instead of editing Makefiles,
114# (1) if the variable is set in `config.status', edit `config.status'
115#     (which will cause the Makefiles to be regenerated when you run `make');
116# (2) otherwise, pass the desired values on the `make' command line.
117$(RECURSIVE_TARGETS):
118	@set fnord $(MAKEFLAGS); amf=$$2; \
119	dot_seen=no; \
120	target=`echo $@ | sed s/-recursive//`; \
121	list='$(SUBDIRS)'; for subdir in $$list; do \
122	  echo "Making $$target in $$subdir"; \
123	  if test "$$subdir" = "."; then \
124	    dot_seen=yes; \
125	    local_target="$$target-am"; \
126	  else \
127	    local_target="$$target"; \
128	  fi; \
129	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
130	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
131	done; \
132	if test "$$dot_seen" = "no"; then \
133	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
134	fi; test -z "$$fail"
135
136mostlyclean-recursive clean-recursive distclean-recursive \
137maintainer-clean-recursive:
138	@set fnord $(MAKEFLAGS); amf=$$2; \
139	dot_seen=no; \
140	case "$@" in \
141	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
142	  *) list='$(SUBDIRS)' ;; \
143	esac; \
144	rev=''; for subdir in $$list; do \
145	  if test "$$subdir" = "."; then :; else \
146	    rev="$$subdir $$rev"; \
147	  fi; \
148	done; \
149	rev="$$rev ."; \
150	target=`echo $@ | sed s/-recursive//`; \
151	for subdir in $$rev; do \
152	  echo "Making $$target in $$subdir"; \
153	  if test "$$subdir" = "."; then \
154	    local_target="$$target-am"; \
155	  else \
156	    local_target="$$target"; \
157	  fi; \
158	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160	done && test -z "$$fail"
161tags-recursive:
162	list='$(SUBDIRS)'; for subdir in $$list; do \
163	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
164	done
165
166tags: TAGS
167
168ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
169	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
170	unique=`for i in $$list; do \
171	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
172	  done | \
173	  $(AWK) '    { files[$$0] = 1; } \
174	       END { for (i in files) print i; }'`; \
175	mkid -fID $$unique $(LISP)
176
177TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
178		$(TAGS_FILES) $(LISP)
179	tags=; \
180	here=`pwd`; \
181	list='$(SUBDIRS)'; for subdir in $$list; do \
182	  if test "$$subdir" = .; then :; else \
183	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
184	  fi; \
185	done; \
186	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
187	unique=`for i in $$list; do \
188	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189	  done | \
190	  $(AWK) '    { files[$$0] = 1; } \
191	       END { for (i in files) print i; }'`; \
192	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
193	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
194
195GTAGS:
196	here=`CDPATH=: && cd $(top_builddir) && pwd` \
197	  && cd $(top_srcdir) \
198	  && gtags -i $(GTAGS_ARGS) $$here
199
200distclean-tags:
201	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
202
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204
205top_distdir = .
206# Avoid unsightly `./'.
207distdir = $(PACKAGE)-$(VERSION)
208
209GZIP_ENV = --best
210
211distdir: $(DISTFILES)
212	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
213	mkdir $(distdir)
214	$(mkinstalldirs) $(distdir)/aplibs $(distdir)/fastlst
215	@for file in $(DISTFILES); do \
216	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
217	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
218	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
219	    $(mkinstalldirs) "$(distdir)/$$dir"; \
220	  fi; \
221	  if test -d $$d/$$file; then \
222	    cp -pR $$d/$$file $(distdir) \
223	    || exit 1; \
224	  else \
225	    test -f $(distdir)/$$file \
226	    || cp -p $$d/$$file $(distdir)/$$file \
227	    || exit 1; \
228	  fi; \
229	done
230	for subdir in $(SUBDIRS); do \
231	  if test "$$subdir" = .; then :; else \
232	    test -d $(distdir)/$$subdir \
233	    || mkdir $(distdir)/$$subdir \
234	    || exit 1; \
235	    (cd $$subdir && \
236	      $(MAKE) $(AM_MAKEFLAGS) \
237	        top_distdir="$(top_distdir)" \
238	        distdir=../$(distdir)/$$subdir \
239	        distdir) \
240	      || exit 1; \
241	  fi; \
242	done
243	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
244	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
245	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
246	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
247	|| chmod -R a+r $(distdir)
248dist: distdir
249	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
250	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
251
252# This target untars the dist file and tries a VPATH configuration.  Then
253# it guarantees that the distribution is self-contained by making another
254# tarfile.
255distcheck: dist
256	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
257	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
258	chmod -R a-w $(distdir); chmod a+w $(distdir)
259	mkdir $(distdir)/=build
260	mkdir $(distdir)/=inst
261	chmod a-w $(distdir)
262	dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
263	  && cd $(distdir)/=build \
264	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
265	  && $(MAKE) $(AM_MAKEFLAGS) \
266	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
267	  && $(MAKE) $(AM_MAKEFLAGS) check \
268	  && $(MAKE) $(AM_MAKEFLAGS) install \
269	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
270	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
271	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
272	     || (echo "Error: files left after uninstall" 1>&2; \
273	         exit 1) ) \
274	  && $(MAKE) $(AM_MAKEFLAGS) dist \
275	  && $(MAKE) $(AM_MAKEFLAGS) distclean \
276	  && rm -f $(distdir).tar.gz \
277	  && (test `find . -type f -print | wc -l` -eq 0 \
278	     || (echo "Error: files left after distclean" 1>&2; \
279	         exit 1) )
280	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
281	@echo "$(distdir).tar.gz is ready for distribution" | \
282	  sed 'h;s/./=/g;p;x;p;x'
283check-am: all-am
284check: check-recursive
285all-am: Makefile
286installdirs: installdirs-recursive
287installdirs-am:
288
289install: install-recursive
290install-exec: install-exec-recursive
291install-data: install-data-recursive
292uninstall: uninstall-recursive
293
294install-am: all-am
295	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
296
297installcheck: installcheck-recursive
298install-strip:
299	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
300	  `test -z '$(STRIP)' || \
301	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
302mostlyclean-generic:
303
304clean-generic:
305
306distclean-generic:
307	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
308
309maintainer-clean-generic:
310	@echo "This command is intended for maintainers to use"
311	@echo "it deletes files that may require special tools to rebuild."
312clean: clean-recursive
313
314clean-am: clean-generic mostlyclean-am
315
316dist-all: distdir
317	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
318	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
319distclean: distclean-recursive
320	-rm -f config.status config.cache config.log
321distclean-am: clean-am distclean-generic distclean-tags
322
323dvi: dvi-recursive
324
325dvi-am:
326
327info: info-recursive
328
329info-am:
330
331install-data-am:
332
333install-exec-am:
334
335install-info: install-info-recursive
336
337install-man:
338
339installcheck-am:
340
341maintainer-clean: maintainer-clean-recursive
342
343maintainer-clean-am: distclean-am maintainer-clean-generic
344
345mostlyclean: mostlyclean-recursive
346
347mostlyclean-am: mostlyclean-generic
348
349uninstall-am: uninstall-info-am
350
351uninstall-info: uninstall-info-recursive
352
353.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
354	clean-generic clean-recursive dist dist-all distcheck distclean \
355	distclean-generic distclean-recursive distclean-tags distdir \
356	dvi dvi-am dvi-recursive info info-am info-recursive install \
357	install-am install-data install-data-am install-data-recursive \
358	install-exec install-exec-am install-exec-recursive \
359	install-info install-info-am install-info-recursive install-man \
360	install-recursive install-strip installcheck installcheck-am \
361	installdirs installdirs-am installdirs-recursive \
362	maintainer-clean maintainer-clean-generic \
363	maintainer-clean-recursive mostlyclean mostlyclean-generic \
364	mostlyclean-recursive tags tags-recursive uninstall \
365	uninstall-am uninstall-info-am uninstall-info-recursive \
366	uninstall-recursive
367
368# Tell versions [3.59,3.63) of GNU make to not export all variables.
369# Otherwise a system limit (for SysV at least) may be exceeded.
370.NOEXPORT:
371