1# Makefile.in generated by automake 1.7.5 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38ACLOCAL = @ACLOCAL@
39AMDEP_FALSE = @AMDEP_FALSE@
40AMDEP_TRUE = @AMDEP_TRUE@
41AMTAR = @AMTAR@
42AUTOCONF = @AUTOCONF@
43AUTOHEADER = @AUTOHEADER@
44AUTOMAKE = @AUTOMAKE@
45AWK = @AWK@
46CC = @CC@
47CCDEPMODE = @CCDEPMODE@
48CFLAGS = @CFLAGS@
49CPP = @CPP@
50CPPFLAGS = @CPPFLAGS@
51CYGPATH_W = @CYGPATH_W@
52DEFS = @DEFS@
53DEPDIR = @DEPDIR@
54ECHO_C = @ECHO_C@
55ECHO_N = @ECHO_N@
56ECHO_T = @ECHO_T@
57EGREP = @EGREP@
58EXEEXT = @EXEEXT@
59INSTALL_DATA = @INSTALL_DATA@
60INSTALL_PROGRAM = @INSTALL_PROGRAM@
61INSTALL_SCRIPT = @INSTALL_SCRIPT@
62INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
63LDFLAGS = @LDFLAGS@
64LIBOBJS = @LIBOBJS@
65LIBS = @LIBS@
66LTLIBOBJS = @LTLIBOBJS@
67MAKEINFO = @MAKEINFO@
68OBJEXT = @OBJEXT@
69PACKAGE = @PACKAGE@
70PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
71PACKAGE_NAME = @PACKAGE_NAME@
72PACKAGE_STRING = @PACKAGE_STRING@
73PACKAGE_TARNAME = @PACKAGE_TARNAME@
74PACKAGE_VERSION = @PACKAGE_VERSION@
75PATH_SEPARATOR = @PATH_SEPARATOR@
76SET_MAKE = @SET_MAKE@
77SHELL = @SHELL@
78STRIP = @STRIP@
79VERSION = @VERSION@
80ac_ct_CC = @ac_ct_CC@
81ac_ct_STRIP = @ac_ct_STRIP@
82am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
83am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
84am__include = @am__include@
85am__leading_dot = @am__leading_dot@
86am__quote = @am__quote@
87bindir = @bindir@
88build_alias = @build_alias@
89datadir = @datadir@
90exec_prefix = @exec_prefix@
91host_alias = @host_alias@
92includedir = @includedir@
93infodir = @infodir@
94install_sh = @install_sh@
95libdir = @libdir@
96libexecdir = @libexecdir@
97localstatedir = @localstatedir@
98mandir = @mandir@
99oldincludedir = @oldincludedir@
100prefix = @prefix@
101program_transform_name = @program_transform_name@
102sbindir = @sbindir@
103sharedstatedir = @sharedstatedir@
104sysconfdir = @sysconfdir@
105target_alias = @target_alias@
106change_logs = ChangeLog
107SUBDIRS = doc src
108subdir = .
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = config.h
112CONFIG_CLEAN_FILES = hlfl.spec
113DIST_SOURCES =
114
115RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
116	ps-recursive install-info-recursive uninstall-info-recursive \
117	all-recursive install-data-recursive install-exec-recursive \
118	installdirs-recursive install-recursive uninstall-recursive \
119	check-recursive installcheck-recursive
120DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
121	Makefile.in NEWS THANKS TODO aclocal.m4 config.h.in configure \
122	configure.in depcomp hlfl.spec.in install-sh missing \
123	mkinstalldirs
124DIST_SUBDIRS = $(SUBDIRS)
125all: config.h
126	$(MAKE) $(AM_MAKEFLAGS) all-recursive
127
128.SUFFIXES:
129
130am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
131 configure.lineno
132$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
133	cd $(top_srcdir) && \
134	  $(AUTOMAKE) --gnu  Makefile
135Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
136	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
137
138$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
139	$(SHELL) ./config.status --recheck
140$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
141	cd $(srcdir) && $(AUTOCONF)
142
143$(ACLOCAL_M4):  configure.in
144	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
145
146config.h: stamp-h1
147	@if test ! -f $@; then \
148	  rm -f stamp-h1; \
149	  $(MAKE) stamp-h1; \
150	else :; fi
151
152stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
153	@rm -f stamp-h1
154	cd $(top_builddir) && $(SHELL) ./config.status config.h
155
156$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4)
157	cd $(top_srcdir) && $(AUTOHEADER)
158	touch $(srcdir)/config.h.in
159
160distclean-hdr:
161	-rm -f config.h stamp-h1
162hlfl.spec: $(top_builddir)/config.status hlfl.spec.in
163	cd $(top_builddir) && $(SHELL) ./config.status $@
164uninstall-info-am:
165
166# This directory's subdirectories are mostly independent; you can cd
167# into them and run `make' without going through this Makefile.
168# To change the values of `make' variables: instead of editing Makefiles,
169# (1) if the variable is set in `config.status', edit `config.status'
170#     (which will cause the Makefiles to be regenerated when you run `make');
171# (2) otherwise, pass the desired values on the `make' command line.
172$(RECURSIVE_TARGETS):
173	@set fnord $$MAKEFLAGS; amf=$$2; \
174	dot_seen=no; \
175	target=`echo $@ | sed s/-recursive//`; \
176	list='$(SUBDIRS)'; for subdir in $$list; do \
177	  echo "Making $$target in $$subdir"; \
178	  if test "$$subdir" = "."; then \
179	    dot_seen=yes; \
180	    local_target="$$target-am"; \
181	  else \
182	    local_target="$$target"; \
183	  fi; \
184	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
185	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
186	done; \
187	if test "$$dot_seen" = "no"; then \
188	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
189	fi; test -z "$$fail"
190
191mostlyclean-recursive clean-recursive distclean-recursive \
192maintainer-clean-recursive:
193	@set fnord $$MAKEFLAGS; amf=$$2; \
194	dot_seen=no; \
195	case "$@" in \
196	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
197	  *) list='$(SUBDIRS)' ;; \
198	esac; \
199	rev=''; for subdir in $$list; do \
200	  if test "$$subdir" = "."; then :; else \
201	    rev="$$subdir $$rev"; \
202	  fi; \
203	done; \
204	rev="$$rev ."; \
205	target=`echo $@ | sed s/-recursive//`; \
206	for subdir in $$rev; do \
207	  echo "Making $$target in $$subdir"; \
208	  if test "$$subdir" = "."; then \
209	    local_target="$$target-am"; \
210	  else \
211	    local_target="$$target"; \
212	  fi; \
213	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
214	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
215	done && test -z "$$fail"
216tags-recursive:
217	list='$(SUBDIRS)'; for subdir in $$list; do \
218	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
219	done
220ctags-recursive:
221	list='$(SUBDIRS)'; for subdir in $$list; do \
222	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
223	done
224
225ETAGS = etags
226ETAGSFLAGS =
227
228CTAGS = ctags
229CTAGSFLAGS =
230
231tags: TAGS
232
233ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
234	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
235	unique=`for i in $$list; do \
236	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237	  done | \
238	  $(AWK) '    { files[$$0] = 1; } \
239	       END { for (i in files) print i; }'`; \
240	mkid -fID $$unique
241
242TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
243		$(TAGS_FILES) $(LISP)
244	tags=; \
245	here=`pwd`; \
246	if (etags --etags-include --version) >/dev/null 2>&1; then \
247	  include_option=--etags-include; \
248	else \
249	  include_option=--include; \
250	fi; \
251	list='$(SUBDIRS)'; for subdir in $$list; do \
252	  if test "$$subdir" = .; then :; else \
253	    test -f $$subdir/TAGS && \
254	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
255	  fi; \
256	done; \
257	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
258	unique=`for i in $$list; do \
259	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260	  done | \
261	  $(AWK) '    { files[$$0] = 1; } \
262	       END { for (i in files) print i; }'`; \
263	test -z "$(ETAGS_ARGS)$$tags$$unique" \
264	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
265	     $$tags $$unique
266
267ctags: CTAGS
268CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
269		$(TAGS_FILES) $(LISP)
270	tags=; \
271	here=`pwd`; \
272	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
273	unique=`for i in $$list; do \
274	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275	  done | \
276	  $(AWK) '    { files[$$0] = 1; } \
277	       END { for (i in files) print i; }'`; \
278	test -z "$(CTAGS_ARGS)$$tags$$unique" \
279	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
280	     $$tags $$unique
281
282GTAGS:
283	here=`$(am__cd) $(top_builddir) && pwd` \
284	  && cd $(top_srcdir) \
285	  && gtags -i $(GTAGS_ARGS) $$here
286
287distclean-tags:
288	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
289DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
290
291top_distdir = .
292distdir = $(PACKAGE)-$(VERSION)
293
294am__remove_distdir = \
295  { test ! -d $(distdir) \
296    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
297         && rm -fr $(distdir); }; }
298
299GZIP_ENV = --best
300distuninstallcheck_listfiles = find . -type f -print
301distcleancheck_listfiles = find . -type f -print
302
303distdir: $(DISTFILES)
304	$(am__remove_distdir)
305	mkdir $(distdir)
306	$(mkinstalldirs) $(distdir)/. $(distdir)/doc
307	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
308	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
309	list='$(DISTFILES)'; for file in $$list; do \
310	  case $$file in \
311	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
312	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
313	  esac; \
314	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
315	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
316	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
317	    dir="/$$dir"; \
318	    $(mkinstalldirs) "$(distdir)$$dir"; \
319	  else \
320	    dir=''; \
321	  fi; \
322	  if test -d $$d/$$file; then \
323	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
324	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
325	    fi; \
326	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
327	  else \
328	    test -f $(distdir)/$$file \
329	    || cp -p $$d/$$file $(distdir)/$$file \
330	    || exit 1; \
331	  fi; \
332	done
333	list='$(SUBDIRS)'; for subdir in $$list; do \
334	  if test "$$subdir" = .; then :; else \
335	    test -d $(distdir)/$$subdir \
336	    || mkdir $(distdir)/$$subdir \
337	    || exit 1; \
338	    (cd $$subdir && \
339	      $(MAKE) $(AM_MAKEFLAGS) \
340	        top_distdir="$(top_distdir)" \
341	        distdir=../$(distdir)/$$subdir \
342	        distdir) \
343	      || exit 1; \
344	  fi; \
345	done
346	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
347	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
348	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
349	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
350	|| chmod -R a+r $(distdir)
351dist-gzip: distdir
352	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
353	$(am__remove_distdir)
354
355dist dist-all: distdir
356	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
357	$(am__remove_distdir)
358
359# This target untars the dist file and tries a VPATH configuration.  Then
360# it guarantees that the distribution is self-contained by making another
361# tarfile.
362distcheck: dist
363	$(am__remove_distdir)
364	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
365	chmod -R a-w $(distdir); chmod a+w $(distdir)
366	mkdir $(distdir)/_build
367	mkdir $(distdir)/_inst
368	chmod a-w $(distdir)
369	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
370	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
371	  && cd $(distdir)/_build \
372	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
373	    $(DISTCHECK_CONFIGURE_FLAGS) \
374	  && $(MAKE) $(AM_MAKEFLAGS) \
375	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
376	  && $(MAKE) $(AM_MAKEFLAGS) check \
377	  && $(MAKE) $(AM_MAKEFLAGS) install \
378	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
379	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
380	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
381	        distuninstallcheck \
382	  && chmod -R a-w "$$dc_install_base" \
383	  && ({ \
384	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
385	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
386	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
387	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
388	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
389	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
390	  && rm -rf "$$dc_destdir" \
391	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
392	  && rm -f $(distdir).tar.gz \
393	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
394	$(am__remove_distdir)
395	@echo "$(distdir).tar.gz is ready for distribution" | \
396	  sed 'h;s/./=/g;p;x;p;x'
397distuninstallcheck:
398	@cd $(distuninstallcheck_dir) \
399	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
400	   || { echo "ERROR: files left after uninstall:" ; \
401	        if test -n "$(DESTDIR)"; then \
402	          echo "  (check DESTDIR support)"; \
403	        fi ; \
404	        $(distuninstallcheck_listfiles) ; \
405	        exit 1; } >&2
406distcleancheck: distclean
407	@if test '$(srcdir)' = . ; then \
408	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
409	  exit 1 ; \
410	fi
411	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
412	  || { echo "ERROR: files left in build directory after distclean:" ; \
413	       $(distcleancheck_listfiles) ; \
414	       exit 1; } >&2
415check-am: all-am
416check: check-recursive
417all-am: Makefile config.h
418installdirs: installdirs-recursive
419installdirs-am:
420
421install: install-recursive
422install-exec: install-exec-recursive
423install-data: install-data-recursive
424uninstall: uninstall-recursive
425
426install-am: all-am
427	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429installcheck: installcheck-recursive
430install-strip:
431	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432	  INSTALL_STRIP_FLAG=-s \
433	  `test -z '$(STRIP)' || \
434	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435mostlyclean-generic:
436
437clean-generic:
438
439distclean-generic:
440	-rm -f Makefile $(CONFIG_CLEAN_FILES)
441
442maintainer-clean-generic:
443	@echo "This command is intended for maintainers to use"
444	@echo "it deletes files that may require special tools to rebuild."
445clean: clean-recursive
446
447clean-am: clean-generic mostlyclean-am
448
449distclean: distclean-recursive
450	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
451distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
452
453dvi: dvi-recursive
454
455dvi-am:
456
457info: info-recursive
458
459info-am:
460
461install-data-am:
462
463install-exec-am:
464
465install-info: install-info-recursive
466
467install-man:
468
469installcheck-am:
470
471maintainer-clean: maintainer-clean-recursive
472	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
473	-rm -rf autom4te.cache
474maintainer-clean-am: distclean-am maintainer-clean-generic
475
476mostlyclean: mostlyclean-recursive
477
478mostlyclean-am: mostlyclean-generic
479
480pdf: pdf-recursive
481
482pdf-am:
483
484ps: ps-recursive
485
486ps-am:
487
488uninstall-am: uninstall-info-am
489
490uninstall-info: uninstall-info-recursive
491
492.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
493	clean-generic clean-recursive ctags ctags-recursive dist \
494	dist-all dist-gzip distcheck distclean distclean-generic \
495	distclean-hdr distclean-recursive distclean-tags distcleancheck \
496	distdir distuninstallcheck dvi dvi-am dvi-recursive info \
497	info-am info-recursive install install-am install-data \
498	install-data-am install-data-recursive install-exec \
499	install-exec-am install-exec-recursive install-info \
500	install-info-am install-info-recursive install-man \
501	install-recursive install-strip installcheck installcheck-am \
502	installdirs installdirs-am installdirs-recursive \
503	maintainer-clean maintainer-clean-generic \
504	maintainer-clean-recursive mostlyclean mostlyclean-generic \
505	mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
506	ps-recursive tags tags-recursive uninstall uninstall-am \
507	uninstall-info-am uninstall-info-recursive uninstall-recursive
508
509# Tell versions [3.59,3.63) of GNU make to not export all variables.
510# Otherwise a system limit (for SysV at least) may be exceeded.
511.NOEXPORT:
512