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 noinst_PROGRAMS = editor
104 editor_SOURCES = editor.cc guiGTK.c aux.cc
106 noinst_HEADERS = guiGTK.h
108 LDADDS = $(GMETADOM_LIBS) $(GDOMEXSLT_LIBS) $(GTKMATHVIEW_LIBS) $(top_builddir)/src/.libs/libeditex.a
111 editor_LDADD = $(LDADDS)
113 INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS) $(GTKMATHVIEW_CFLAGS) -I$(top_srcdir)/src
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../config.h
118 noinst_PROGRAMS = editor$(EXEEXT)
119 PROGRAMS = $(noinst_PROGRAMS)
122 DEFS = @DEFS@ -I. -I$(srcdir) -I..
124 editor_OBJECTS = editor.$(OBJEXT) guiGTK.$(OBJEXT) aux.$(OBJEXT)
125 editor_DEPENDENCIES = $(top_builddir)/src/.libs/libeditex.a
127 CXXFLAGS = @CXXFLAGS@
128 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
132 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
136 HEADERS = $(noinst_HEADERS)
138 DIST_COMMON = Makefile.am Makefile.in
141 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145 DEP_FILES = .deps/aux.P .deps/editor.P .deps/guiGTK.P
146 SOURCES = $(editor_SOURCES)
147 OBJECTS = $(editor_OBJECTS)
151 .SUFFIXES: .S .c .cc .lo .o .obj .s
152 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
153 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
155 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
157 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
160 mostlyclean-noinstPROGRAMS:
162 clean-noinstPROGRAMS:
163 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
165 distclean-noinstPROGRAMS:
167 maintainer-clean-noinstPROGRAMS:
169 # FIXME: We should only use cygpath when building on Windows,
170 # and only if it is available.
172 $(COMPILE) -c `cygpath -w $<`
181 -rm -f *.o core *.core
189 maintainer-clean-compile:
192 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
195 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205 maintainer-clean-libtool:
207 editor$(EXEEXT): $(editor_OBJECTS) $(editor_DEPENDENCIES)
208 @rm -f editor$(EXEEXT)
209 $(CXXLINK) $(editor_LDFLAGS) $(editor_OBJECTS) $(editor_LDADD) $(LIBS)
213 $(CXXCOMPILE) -c `cygpath -w $<`
215 $(LTCXXCOMPILE) -c $<
219 ID: $(HEADERS) $(SOURCES) $(LISP)
220 list='$(SOURCES) $(HEADERS)'; \
221 unique=`for i in $$list; do echo $$i; done | \
222 awk ' { files[$$0] = 1; } \
223 END { for (i in files) print i; }'`; \
224 here=`pwd` && cd $(srcdir) \
225 && mkid -f$$here/ID $$unique $(LISP)
227 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(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 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
244 maintainer-clean-tags:
246 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250 distdir: $(DISTFILES)
251 here=`cd $(top_builddir) && pwd`; \
252 top_distdir=`cd $(top_distdir) && pwd`; \
253 distdir=`cd $(distdir) && pwd`; \
255 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/Makefile
256 @for file in $(DISTFILES); do \
258 if test -d $$d/$$file; then \
259 cp -pr $$d/$$file $(distdir)/$$file; \
261 test -f $(distdir)/$$file \
262 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
263 || cp -p $$d/$$file $(distdir)/$$file || :; \
267 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
269 -include $(DEP_FILES)
278 maintainer-clean-depend:
281 @echo '$(COMPILE) -c $<'; \
282 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
283 @-cp .deps/$(*F).pp .deps/$(*F).P; \
284 tr ' ' '\012' < .deps/$(*F).pp \
285 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
290 @echo '$(LTCOMPILE) -c $<'; \
291 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
292 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
293 < .deps/$(*F).pp > .deps/$(*F).P; \
294 tr ' ' '\012' < .deps/$(*F).pp \
295 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
300 @echo '$(CXXCOMPILE) -c $<'; \
301 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
302 @-cp .deps/$(*F).pp .deps/$(*F).P; \
303 tr ' ' '\012' < .deps/$(*F).pp \
304 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
309 @echo '$(LTCXXCOMPILE) -c $<'; \
310 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
311 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
312 < .deps/$(*F).pp > .deps/$(*F).P; \
313 tr ' ' '\012' < .deps/$(*F).pp \
314 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
324 installcheck: installcheck-am
326 install-exec: install-exec-am
329 install-data: install-data-am
332 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335 uninstall: uninstall-am
336 all-am: Makefile $(PROGRAMS) $(HEADERS)
339 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
348 -rm -f Makefile $(CONFIG_CLEAN_FILES)
349 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
351 maintainer-clean-generic:
352 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
353 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
356 mostlyclean: mostlyclean-am
358 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
359 clean-depend clean-generic mostlyclean-am
363 distclean-am: distclean-noinstPROGRAMS distclean-compile \
364 distclean-libtool distclean-tags distclean-depend \
365 distclean-generic clean-am
368 distclean: distclean-am
370 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
371 maintainer-clean-compile maintainer-clean-libtool \
372 maintainer-clean-tags maintainer-clean-depend \
373 maintainer-clean-generic distclean-am
374 @echo "This command is intended for maintainers to use;"
375 @echo "it deletes files that may require special tools to rebuild."
377 maintainer-clean: maintainer-clean-am
379 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
380 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
381 mostlyclean-compile distclean-compile clean-compile \
382 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
383 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
384 distclean-tags clean-tags maintainer-clean-tags distdir \
385 mostlyclean-depend distclean-depend clean-depend \
386 maintainer-clean-depend info-am info dvi-am dvi check check-am \
387 installcheck-am installcheck install-exec-am install-exec \
388 install-data-am install-data install-am install uninstall-am uninstall \
389 all-redirect all-am all installdirs mostlyclean-generic \
390 distclean-generic clean-generic maintainer-clean-generic clean \
391 mostlyclean distclean maintainer-clean
394 # Tell versions [3.59,3.63) of GNU make to not export all variables.
395 # Otherwise a system limit (for SysV at least) may be exceeded.