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@
88 lib_LTLIBRARIES = libeditex.la
90 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
92 libeditex_la_SOURCES = TPushLexer.cc TPushParser.cc TDictionary.cc TDocument.cc TNode.cc TTokenizer.cc
95 pkginclude_HEADERS = APushLexer.hh APushParser.hh TPushLexer.hh TPushParser.hh TTokenizer.hh TDictionary.hh TDocument.hh TNode.hh TListener.hh dom.hh
98 INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../config.h
102 LTLIBRARIES = $(lib_LTLIBRARIES)
105 DEFS = @DEFS@ -I. -I$(srcdir) -I..
107 libeditex_la_LIBADD =
108 libeditex_la_OBJECTS = TPushLexer.lo TPushParser.lo TDictionary.lo \
109 TDocument.lo TNode.lo TTokenizer.lo
110 CXXFLAGS = @CXXFLAGS@
111 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
112 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
115 HEADERS = $(pkginclude_HEADERS)
117 DIST_COMMON = Makefile.am Makefile.in
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124 DEP_FILES = .deps/TDictionary.P .deps/TDocument.P .deps/TNode.P \
125 .deps/TPushLexer.P .deps/TPushParser.P .deps/TTokenizer.P
126 SOURCES = $(libeditex_la_SOURCES)
127 OBJECTS = $(libeditex_la_OBJECTS)
131 .SUFFIXES: .S .c .cc .lo .o .obj .s
132 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
133 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
135 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
137 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140 mostlyclean-libLTLIBRARIES:
142 clean-libLTLIBRARIES:
143 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
145 distclean-libLTLIBRARIES:
147 maintainer-clean-libLTLIBRARIES:
149 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
151 $(mkinstalldirs) $(DESTDIR)$(libdir)
152 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
153 if test -f $$p; then \
154 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
155 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
159 uninstall-libLTLIBRARIES:
161 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
162 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
165 # FIXME: We should only use cygpath when building on Windows,
166 # and only if it is available.
168 $(COMPILE) -c `cygpath -w $<`
177 -rm -f *.o core *.core
185 maintainer-clean-compile:
188 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201 maintainer-clean-libtool:
203 libeditex.la: $(libeditex_la_OBJECTS) $(libeditex_la_DEPENDENCIES)
204 $(CXXLINK) -rpath $(libdir) $(libeditex_la_LDFLAGS) $(libeditex_la_OBJECTS) $(libeditex_la_LIBADD) $(LIBS)
208 $(CXXCOMPILE) -c `cygpath -w $<`
210 $(LTCXXCOMPILE) -c $<
212 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
214 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
215 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
216 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
217 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
218 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
221 uninstall-pkgincludeHEADERS:
223 list='$(pkginclude_HEADERS)'; for p in $$list; do \
224 rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
229 ID: $(HEADERS) $(SOURCES) $(LISP)
230 list='$(SOURCES) $(HEADERS)'; \
231 unique=`for i in $$list; do echo $$i; done | \
232 awk ' { files[$$0] = 1; } \
233 END { for (i in files) print i; }'`; \
234 here=`pwd` && cd $(srcdir) \
235 && mkid -f$$here/ID $$unique $(LISP)
237 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
240 list='$(SOURCES) $(HEADERS)'; \
241 unique=`for i in $$list; do echo $$i; done | \
242 awk ' { files[$$0] = 1; } \
243 END { for (i in files) print i; }'`; \
244 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
245 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
254 maintainer-clean-tags:
256 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
260 distdir: $(DISTFILES)
261 here=`cd $(top_builddir) && pwd`; \
262 top_distdir=`cd $(top_distdir) && pwd`; \
263 distdir=`cd $(distdir) && pwd`; \
265 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
266 @for file in $(DISTFILES); do \
268 if test -d $$d/$$file; then \
269 cp -pr $$d/$$file $(distdir)/$$file; \
271 test -f $(distdir)/$$file \
272 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
273 || cp -p $$d/$$file $(distdir)/$$file || :; \
277 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
279 -include $(DEP_FILES)
288 maintainer-clean-depend:
291 @echo '$(COMPILE) -c $<'; \
292 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
293 @-cp .deps/$(*F).pp .deps/$(*F).P; \
294 tr ' ' '\012' < .deps/$(*F).pp \
295 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
300 @echo '$(LTCOMPILE) -c $<'; \
301 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
302 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
303 < .deps/$(*F).pp > .deps/$(*F).P; \
304 tr ' ' '\012' < .deps/$(*F).pp \
305 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
310 @echo '$(CXXCOMPILE) -c $<'; \
311 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
312 @-cp .deps/$(*F).pp .deps/$(*F).P; \
313 tr ' ' '\012' < .deps/$(*F).pp \
314 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
319 @echo '$(LTCXXCOMPILE) -c $<'; \
320 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
321 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
322 < .deps/$(*F).pp > .deps/$(*F).P; \
323 tr ' ' '\012' < .deps/$(*F).pp \
324 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
334 installcheck: installcheck-am
335 install-exec-am: install-libLTLIBRARIES
336 install-exec: install-exec-am
338 install-data-am: install-pkgincludeHEADERS
339 install-data: install-data-am
342 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
344 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
345 uninstall: uninstall-am
346 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
349 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
351 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir)
359 -rm -f Makefile $(CONFIG_CLEAN_FILES)
360 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
362 maintainer-clean-generic:
363 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
364 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
367 mostlyclean: mostlyclean-am
369 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
370 clean-depend clean-generic mostlyclean-am
374 distclean-am: distclean-libLTLIBRARIES distclean-compile \
375 distclean-libtool distclean-tags distclean-depend \
376 distclean-generic clean-am
379 distclean: distclean-am
381 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
382 maintainer-clean-compile maintainer-clean-libtool \
383 maintainer-clean-tags maintainer-clean-depend \
384 maintainer-clean-generic distclean-am
385 @echo "This command is intended for maintainers to use;"
386 @echo "it deletes files that may require special tools to rebuild."
388 maintainer-clean: maintainer-clean-am
390 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
391 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
392 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
393 distclean-compile clean-compile maintainer-clean-compile \
394 mostlyclean-libtool distclean-libtool clean-libtool \
395 maintainer-clean-libtool uninstall-pkgincludeHEADERS \
396 install-pkgincludeHEADERS tags mostlyclean-tags distclean-tags \
397 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
398 distclean-depend clean-depend maintainer-clean-depend info-am info \
399 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
400 install-exec install-data-am install-data install-am install \
401 uninstall-am uninstall all-redirect all-am all installdirs \
402 mostlyclean-generic distclean-generic clean-generic \
403 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
406 # Tell versions [3.59,3.63) of GNU make to not export all variables.
407 # Otherwise a system limit (for SysV at least) may be exceeded.