1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
70 DOCS_SUBDIRS = @DOCS_SUBDIRS@
71 EXTRA_LIBS = @EXTRA_LIBS@
72 EXTRA_VPATH = @EXTRA_VPATH@
73 GTK_CONFIG = @GTK_CONFIG@
82 LTLIBOBJS = @LTLIBOBJS@
87 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
89 TOOLKIT_DEF = @TOOLKIT_DEF@
90 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91 USER_SUBDIRS = @USER_SUBDIRS@
92 UTILS_SUBDIRS = @UTILS_SUBDIRS@
94 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
95 WX_LIBRARY = @WX_LIBRARY@
96 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
97 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
102 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
104 noinst_PROGRAMS = wxConvert
106 wxConvert_SOURCES = wxConvert.cpp
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../../include/wx/${TOOLKIT}/setup.h
110 PROGRAMS = $(noinst_PROGRAMS)
112 CPPFLAGS = @CPPFLAGS@
113 X_CFLAGS = @X_CFLAGS@
115 X_EXTRA_LIBS = @X_EXTRA_LIBS@
116 X_PRE_LIBS = @X_PRE_LIBS@
117 wxConvert_OBJECTS = wxConvert.o
118 wxConvert_LDADD = $(LDADD)
119 wxConvert_DEPENDENCIES =
121 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
122 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
123 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
124 DIST_COMMON = Makefile.am Makefile.in
127 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131 DEP_FILES = .deps/wxConvert.P
132 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
133 SOURCES = $(wxConvert_SOURCES)
134 OBJECTS = $(wxConvert_OBJECTS)
136 all: Makefile $(PROGRAMS)
139 .SUFFIXES: .S .c .cpp .lo .o .s
140 $(srcdir)/Makefile.in: $(top_srcdir)/Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141 cd $(top_srcdir) && $(AUTOMAKE) --foreign user/wxConvert/Makefile
143 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
145 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148 mostlyclean-noinstPROGRAMS:
150 clean-noinstPROGRAMS:
151 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
153 distclean-noinstPROGRAMS:
155 maintainer-clean-noinstPROGRAMS:
164 -rm -f *.o core *.core
171 maintainer-clean-compile:
174 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
187 maintainer-clean-libtool:
189 wxConvert: $(wxConvert_OBJECTS) $(wxConvert_DEPENDENCIES)
191 $(CXXLINK) $(wxConvert_LDFLAGS) $(wxConvert_OBJECTS) $(wxConvert_LDADD) $(LIBS)
195 $(LTCXXCOMPILE) -c $<
199 ID: $(HEADERS) $(SOURCES) $(LISP)
200 here=`pwd` && cd $(srcdir) \
201 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
203 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
206 list='$(SOURCES) $(HEADERS)'; \
207 unique=`for i in $$list; do echo $$i; done | \
208 awk ' { files[$$0] = 1; } \
209 END { for (i in files) print i; }'`; \
210 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
211 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
220 maintainer-clean-tags:
222 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
224 subdir = user/wxConvert
226 distdir: $(DISTFILES)
227 here=`cd $(top_builddir) && pwd`; \
228 top_distdir=`cd $(top_distdir) && pwd`; \
229 distdir=`cd $(distdir) && pwd`; \
231 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign user/wxConvert/Makefile
232 @for file in $(DISTFILES); do \
234 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file; \
239 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
241 -include $(DEP_FILES)
249 maintainer-clean-depend:
253 @echo '$(COMPILE) -c $<'; \
254 $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
257 @echo '$(LTCOMPILE) -c $<'; \
258 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
259 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
260 < .deps/$(*F).p > .deps/$(*F).P
261 @-rm -f .deps/$(*F).p
264 @echo '$(CXXCOMPILE) -c $<'; \
265 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
268 @echo '$(LTCXXCOMPILE) -c $<'; \
269 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
270 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
271 < .deps/$(*F).p > .deps/$(*F).P
272 @-rm -f .deps/$(*F).p
284 install: install-exec install-data all
290 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
295 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
298 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
301 -rm -f Makefile $(DISTCLEANFILES)
302 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
305 maintainer-clean-generic:
306 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
307 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
308 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
309 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
312 clean: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
313 clean-depend clean-generic mostlyclean
315 distclean: distclean-noinstPROGRAMS distclean-compile distclean-libtool \
316 distclean-tags distclean-depend distclean-generic clean
320 maintainer-clean: maintainer-clean-noinstPROGRAMS \
321 maintainer-clean-compile maintainer-clean-libtool \
322 maintainer-clean-tags maintainer-clean-depend \
323 maintainer-clean-generic distclean
324 @echo "This command is intended for maintainers to use;"
325 @echo "it deletes files that may require special tools to rebuild."
327 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
328 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
329 mostlyclean-compile distclean-compile clean-compile \
330 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
331 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
332 distclean-tags clean-tags maintainer-clean-tags distdir \
333 mostlyclean-depend distclean-depend clean-depend \
334 maintainer-clean-depend info dvi installcheck install-exec install-data \
335 install uninstall all installdirs mostlyclean-generic distclean-generic \
336 clean-generic maintainer-clean-generic clean mostlyclean distclean \
340 # Tell versions [3.59,3.63) of GNU make to not export all variables.
341 # Otherwise a system limit (for SysV at least) may be exceeded.