1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
69 EDITEX_VERSION_INFO = @EDITEX_VERSION_INFO@
71 GDOMEXSLT_CFLAGS = @GDOMEXSLT_CFLAGS@
72 GDOMEXSLT_LIBS = @GDOMEXSLT_LIBS@
73 GMETADOM_CFLAGS = @GMETADOM_CFLAGS@
74 GMETADOM_LIBS = @GMETADOM_LIBS@
75 GTKMATHVIEW_CFLAGS = @GTKMATHVIEW_CFLAGS@
76 GTKMATHVIEW_LIBS = @GTKMATHVIEW_LIBS@
77 HAVE_OCAMLC = @HAVE_OCAMLC@
78 HAVE_OCAMLDEP = @HAVE_OCAMLDEP@
79 HAVE_OCAMLFIND = @HAVE_OCAMLFIND@
80 HAVE_OCAMLMKLIB = @HAVE_OCAMLMKLIB@
81 HAVE_OCAMLOPT = @HAVE_OCAMLOPT@
86 MLGDOME_CFLAGS = @MLGDOME_CFLAGS@
91 OCAMLFIND = @OCAMLFIND@
92 OCAMLMKLIB = @OCAMLMKLIB@
94 OCAMLSTDLIBDIR = @OCAMLSTDLIBDIR@
95 OCAMLSTUBDIR = @OCAMLSTUBDIR@
96 OCAML_INCLUDE_DIR = @OCAML_INCLUDE_DIR@
102 EXTRA_DIST = BUGS LICENSE aclocal.m4
103 SUBDIRS = src test ocaml textomml
106 pkgconfigdir = $(libdir)/pkgconfig
107 pkgconfig_DATA = editex.pc
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES = editex.pc
112 DATA = $(pkgconfig_DATA)
114 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
115 Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
116 config.sub configure configure.ac editex.pc.in install-sh ltmain.sh \
117 missing mkinstalldirs
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
131 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
133 $(ACLOCAL_M4): configure.ac
134 cd $(srcdir) && $(ACLOCAL)
136 config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
137 $(SHELL) ./config.status --recheck
138 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139 cd $(srcdir) && $(AUTOCONF)
142 @if test ! -f $@; then \
146 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
148 && CONFIG_FILES= CONFIG_HEADERS=config.h \
149 $(SHELL) ./config.status
150 @echo timestamp > stamp-h 2> /dev/null
151 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
152 @if test ! -f $@; then \
153 rm -f $(srcdir)/stamp-h.in; \
154 $(MAKE) $(srcdir)/stamp-h.in; \
156 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
157 cd $(top_srcdir) && $(AUTOHEADER)
158 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
167 maintainer-clean-hdr:
168 editex.pc: $(top_builddir)/config.status editex.pc.in
169 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
171 install-pkgconfigDATA: $(pkgconfig_DATA)
173 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
174 @list='$(pkgconfig_DATA)'; for p in $$list; do \
175 if test -f $(srcdir)/$$p; then \
176 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
177 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
178 else if test -f $$p; then \
179 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
180 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
184 uninstall-pkgconfigDATA:
186 list='$(pkgconfig_DATA)'; for p in $$list; do \
187 rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
190 # This directory's subdirectories are mostly independent; you can cd
191 # into them and run `make' without going through this Makefile.
192 # To change the values of `make' variables: instead of editing Makefiles,
193 # (1) if the variable is set in `config.status', edit `config.status'
194 # (which will cause the Makefiles to be regenerated when you run `make');
195 # (2) otherwise, pass the desired values on the `make' command line.
199 all-recursive install-data-recursive install-exec-recursive \
200 installdirs-recursive install-recursive uninstall-recursive \
201 check-recursive installcheck-recursive info-recursive dvi-recursive:
202 @set fnord $(MAKEFLAGS); amf=$$2; \
204 target=`echo $@ | sed s/-recursive//`; \
205 list='$(SUBDIRS)'; for subdir in $$list; do \
206 echo "Making $$target in $$subdir"; \
207 if test "$$subdir" = "."; then \
209 local_target="$$target-am"; \
211 local_target="$$target"; \
213 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
214 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
216 if test "$$dot_seen" = "no"; then \
217 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
220 mostlyclean-recursive clean-recursive distclean-recursive \
221 maintainer-clean-recursive:
222 @set fnord $(MAKEFLAGS); amf=$$2; \
224 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
225 rev="$$subdir $$rev"; \
226 test "$$subdir" = "." && dot_seen=yes; \
228 test "$$dot_seen" = "no" && rev=". $$rev"; \
229 target=`echo $@ | sed s/-recursive//`; \
230 for subdir in $$rev; do \
231 echo "Making $$target in $$subdir"; \
232 if test "$$subdir" = "."; then \
233 local_target="$$target-am"; \
235 local_target="$$target"; \
237 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
238 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
239 done && test -z "$$fail"
241 list='$(SUBDIRS)'; for subdir in $$list; do \
242 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
247 ID: $(HEADERS) $(SOURCES) $(LISP)
248 list='$(SOURCES) $(HEADERS)'; \
249 unique=`for i in $$list; do echo $$i; done | \
250 awk ' { files[$$0] = 1; } \
251 END { for (i in files) print i; }'`; \
252 here=`pwd` && cd $(srcdir) \
253 && mkid -f$$here/ID $$unique $(LISP)
255 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
258 list='$(SUBDIRS)'; for subdir in $$list; do \
259 if test "$$subdir" = .; then :; else \
260 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
263 list='$(SOURCES) $(HEADERS)'; \
264 unique=`for i in $$list; do echo $$i; done | \
265 awk ' { files[$$0] = 1; } \
266 END { for (i in files) print i; }'`; \
267 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
268 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
277 maintainer-clean-tags:
279 distdir = $(PACKAGE)-$(VERSION)
280 top_distdir = $(distdir)
282 # This target untars the dist file and tries a VPATH configuration. Then
283 # it guarantees that the distribution is self-contained by making another
287 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
288 mkdir $(distdir)/=build
289 mkdir $(distdir)/=inst
290 dc_install_base=`cd $(distdir)/=inst && pwd`; \
291 cd $(distdir)/=build \
292 && ../configure --srcdir=.. --prefix=$$dc_install_base \
293 && $(MAKE) $(AM_MAKEFLAGS) \
294 && $(MAKE) $(AM_MAKEFLAGS) dvi \
295 && $(MAKE) $(AM_MAKEFLAGS) check \
296 && $(MAKE) $(AM_MAKEFLAGS) install \
297 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
298 && $(MAKE) $(AM_MAKEFLAGS) dist
300 @banner="$(distdir).tar.gz is ready for distribution"; \
301 dashes=`echo "$$banner" | sed s/./=/g`; \
306 -chmod -R a+r $(distdir)
307 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
310 -chmod -R a+r $(distdir)
311 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
313 distdir: $(DISTFILES)
316 -chmod 777 $(distdir)
317 here=`cd $(top_builddir) && pwd`; \
318 top_distdir=`cd $(distdir) && pwd`; \
319 distdir=`cd $(distdir) && pwd`; \
321 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
322 @for file in $(DISTFILES); do \
324 if test -d $$d/$$file; then \
325 cp -pr $$d/$$file $(distdir)/$$file; \
327 test -f $(distdir)/$$file \
328 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
329 || cp -p $$d/$$file $(distdir)/$$file || :; \
332 for subdir in $(SUBDIRS); do \
333 if test "$$subdir" = .; then :; else \
334 test -d $(distdir)/$$subdir \
335 || mkdir $(distdir)/$$subdir \
337 chmod 777 $(distdir)/$$subdir; \
338 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
347 check: check-recursive
349 installcheck: installcheck-recursive
350 all-recursive-am: config.h
351 $(MAKE) $(AM_MAKEFLAGS) all-recursive
354 install-exec: install-exec-recursive
356 install-data-am: install-pkgconfigDATA
357 install-data: install-data-recursive
360 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361 install: install-recursive
362 uninstall-am: uninstall-pkgconfigDATA
363 uninstall: uninstall-recursive
364 all-am: Makefile $(DATA) config.h
365 all-redirect: all-recursive-am
367 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
368 installdirs: installdirs-recursive
370 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
376 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
379 -rm -f Makefile $(CONFIG_CLEAN_FILES)
380 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
382 maintainer-clean-generic:
383 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
385 mostlyclean: mostlyclean-recursive
387 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
389 clean: clean-recursive
391 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
394 distclean: distclean-recursive
397 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
398 maintainer-clean-generic distclean-am
399 @echo "This command is intended for maintainers to use;"
400 @echo "it deletes files that may require special tools to rebuild."
402 maintainer-clean: maintainer-clean-recursive
405 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
406 uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
407 uninstall-data-recursive install-exec-recursive \
408 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
409 all-recursive check-recursive installcheck-recursive info-recursive \
410 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
411 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
412 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
413 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
414 install-exec-am install-exec install-data-am install-data install-am \
415 install uninstall-am uninstall all-redirect all-am all installdirs-am \
416 installdirs mostlyclean-generic distclean-generic clean-generic \
417 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
421 cd ..; tar cvfz @PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz @PACKAGE@
424 -rm -f `find . -name "*~"`
428 CFILES=`find . -name "*.c"`; \
429 HFILES=`find . -name "*.h"`; \
430 CCFILES=`find . -name "*.cc"`; \
431 HHFILES=`find . -name "*.hh"`; \
432 ICCFILES=`find . -name "*.icc"`; \
433 wc -l $$CFILES $$HFILES $$CCFILES $$HHFILES $$ICCFILES | tail -n 1 \
436 # Tell versions [3.59,3.63) of GNU make to not export all variables.
437 # Otherwise a system limit (for SysV at least) may be exceeded.