1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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@
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
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
69AS = @AS@
70AWK = @AWK@
71CC = @CC@
72DEPDIR = @DEPDIR@
73DLLTOOL = @DLLTOOL@
74ECHO = @ECHO@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76LIBTOOL = @LIBTOOL@
77LN_S = @LN_S@
78MAINT = @MAINT@
79OBJDUMP = @OBJDUMP@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82STRIP = @STRIP@
83VERSION = @VERSION@
84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
87include_HEADERS = ekhtml.h
88EXTRA_DIST = ekhtml_private.h hash.h
89subdir = include
90mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91CONFIG_HEADER = ekhtml_config.h
92CONFIG_CLEAN_FILES =
93DIST_SOURCES =
94HEADERS = $(include_HEADERS)
95
96DIST_COMMON = $(include_HEADERS) ../config.in Makefile.am Makefile.in
97all: ekhtml_config.h
98	$(MAKE) $(AM_MAKEFLAGS) all-am
99
100.SUFFIXES:
101$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
102	cd $(top_srcdir) && \
103	  $(AUTOMAKE) --gnu  include/Makefile
104Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
105	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
106
107ekhtml_config.h: stamp-h1
108	@if test ! -f $@; then \
109	  rm -f stamp-h1; \
110	  $(MAKE) stamp-h1; \
111	else :; fi
112
113stamp-h1: $(srcdir)/../config.in $(top_builddir)/config.status
114	@rm -f stamp-h1
115	cd $(top_builddir) && $(SHELL) ./config.status include/ekhtml_config.h
116
117$(srcdir)/../config.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
118	cd $(top_srcdir) && $(AUTOHEADER)
119	touch $(srcdir)/../config.in
120
121distclean-hdr:
122	-rm -f ekhtml_config.h stamp-h1
123
124mostlyclean-libtool:
125	-rm -f *.lo
126
127clean-libtool:
128	-rm -rf .libs _libs
129
130distclean-libtool:
131	-rm -f libtool
132uninstall-info-am:
133includeHEADERS_INSTALL = $(INSTALL_HEADER)
134install-includeHEADERS: $(include_HEADERS)
135	@$(NORMAL_INSTALL)
136	$(mkinstalldirs) $(DESTDIR)$(includedir)
137	@list='$(include_HEADERS)'; for p in $$list; do \
138	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
139	  f="`echo $$p | sed -e 's|^.*/||'`"; \
140	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
141	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
142	done
143
144uninstall-includeHEADERS:
145	@$(NORMAL_UNINSTALL)
146	@list='$(include_HEADERS)'; for p in $$list; do \
147	  f="`echo $$p | sed -e 's|^.*/||'`"; \
148	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
149	  rm -f $(DESTDIR)$(includedir)/$$f; \
150	done
151
152ETAGS = etags
153ETAGSFLAGS =
154
155tags: TAGS
156
157ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
158	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
159	unique=`for i in $$list; do \
160	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161	  done | \
162	  $(AWK) '    { files[$$0] = 1; } \
163	       END { for (i in files) print i; }'`; \
164	mkid -fID $$unique
165
166TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
167		$(TAGS_FILES) $(LISP)
168	tags=; \
169	here=`pwd`; \
170	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
171	unique=`for i in $$list; do \
172	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173	  done | \
174	  $(AWK) '    { files[$$0] = 1; } \
175	       END { for (i in files) print i; }'`; \
176	test -z "$(ETAGS_ARGS)$$tags$$unique" \
177	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
178	     $$tags $$unique
179
180GTAGS:
181	here=`$(am__cd) $(top_builddir) && pwd` \
182	  && cd $(top_srcdir) \
183	  && gtags -i $(GTAGS_ARGS) $$here
184
185distclean-tags:
186	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188
189top_distdir = ..
190distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
191
192distdir: $(DISTFILES)
193	$(mkinstalldirs) $(distdir)/..
194	@list='$(DISTFILES)'; for file in $$list; do \
195	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
196	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
197	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
198	    dir="/$$dir"; \
199	    $(mkinstalldirs) "$(distdir)$$dir"; \
200	  else \
201	    dir=''; \
202	  fi; \
203	  if test -d $$d/$$file; then \
204	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
205	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
206	    fi; \
207	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
208	  else \
209	    test -f $(distdir)/$$file \
210	    || cp -p $$d/$$file $(distdir)/$$file \
211	    || exit 1; \
212	  fi; \
213	done
214check-am: all-am
215check: check-am
216all-am: Makefile $(HEADERS) ekhtml_config.h
217
218installdirs:
219	$(mkinstalldirs) $(DESTDIR)$(includedir)
220
221install: install-am
222install-exec: install-exec-am
223install-data: install-data-am
224uninstall: uninstall-am
225
226install-am: all-am
227	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
228
229installcheck: installcheck-am
230install-strip:
231	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
232	  INSTALL_STRIP_FLAG=-s \
233	  `test -z '$(STRIP)' || \
234	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
235mostlyclean-generic:
236
237clean-generic:
238
239distclean-generic:
240	-rm -f Makefile $(CONFIG_CLEAN_FILES)
241
242maintainer-clean-generic:
243	@echo "This command is intended for maintainers to use"
244	@echo "it deletes files that may require special tools to rebuild."
245clean: clean-am
246
247clean-am: clean-generic clean-libtool mostlyclean-am
248
249distclean: distclean-am
250
251distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
252	distclean-tags
253
254dvi: dvi-am
255
256dvi-am:
257
258info: info-am
259
260info-am:
261
262install-data-am: install-includeHEADERS
263
264install-exec-am:
265
266install-info: install-info-am
267
268install-man:
269
270installcheck-am:
271
272maintainer-clean: maintainer-clean-am
273
274maintainer-clean-am: distclean-am maintainer-clean-generic
275
276mostlyclean: mostlyclean-am
277
278mostlyclean-am: mostlyclean-generic mostlyclean-libtool
279
280uninstall-am: uninstall-includeHEADERS uninstall-info-am
281
282.PHONY: GTAGS all all-am check check-am clean clean-generic \
283	clean-libtool distclean distclean-generic distclean-hdr \
284	distclean-libtool distclean-tags distdir dvi dvi-am info \
285	info-am install install-am install-data install-data-am \
286	install-exec install-exec-am install-includeHEADERS \
287	install-info install-info-am install-man install-strip \
288	installcheck installcheck-am installdirs maintainer-clean \
289	maintainer-clean-generic mostlyclean mostlyclean-generic \
290	mostlyclean-libtool tags uninstall uninstall-am \
291	uninstall-includeHEADERS uninstall-info-am
292
293# Tell versions [3.59,3.63) of GNU make to not export all variables.
294# Otherwise a system limit (for SysV at least) may be exceeded.
295.NOEXPORT:
296