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 = wxFile
106 wxFile_SOURCES = wxFile.cpp FMJobs.cpp dirctrl.cpp filectrl.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 wxFile_OBJECTS = wxFile.o FMJobs.o dirctrl.o filectrl.o
118 wxFile_LDADD = $(LDADD)
119 wxFile_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/FMJobs.P .deps/dirctrl.P .deps/filectrl.P \
133 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
134 SOURCES = $(wxFile_SOURCES)
135 OBJECTS = $(wxFile_OBJECTS)
137 all: Makefile $(PROGRAMS)
140 .SUFFIXES: .S .c .cpp .lo .o .s
141 $(srcdir)/Makefile.in: $(top_srcdir)/Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
142 cd $(top_srcdir) && $(AUTOMAKE) --foreign user/wxFile/Makefile
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
146 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
149 mostlyclean-noinstPROGRAMS:
151 clean-noinstPROGRAMS:
152 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
154 distclean-noinstPROGRAMS:
156 maintainer-clean-noinstPROGRAMS:
165 -rm -f *.o core *.core
172 maintainer-clean-compile:
175 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
188 maintainer-clean-libtool:
190 wxFile: $(wxFile_OBJECTS) $(wxFile_DEPENDENCIES)
192 $(CXXLINK) $(wxFile_LDFLAGS) $(wxFile_OBJECTS) $(wxFile_LDADD) $(LIBS)
196 $(LTCXXCOMPILE) -c $<
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201 here=`pwd` && cd $(srcdir) \
202 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
204 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
212 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
221 maintainer-clean-tags:
223 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
227 distdir: $(DISTFILES)
228 here=`cd $(top_builddir) && pwd`; \
229 top_distdir=`cd $(top_distdir) && pwd`; \
230 distdir=`cd $(distdir) && pwd`; \
232 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign user/wxFile/Makefile
233 @for file in $(DISTFILES); do \
235 test -f $(distdir)/$$file \
236 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237 || cp -p $$d/$$file $(distdir)/$$file; \
240 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
242 -include $(DEP_FILES)
250 maintainer-clean-depend:
254 @echo '$(COMPILE) -c $<'; \
255 $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
258 @echo '$(LTCOMPILE) -c $<'; \
259 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
260 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
261 < .deps/$(*F).p > .deps/$(*F).P
262 @-rm -f .deps/$(*F).p
265 @echo '$(CXXCOMPILE) -c $<'; \
266 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
269 @echo '$(LTCXXCOMPILE) -c $<'; \
270 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
271 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
272 < .deps/$(*F).p > .deps/$(*F).P
273 @-rm -f .deps/$(*F).p
285 install: install-exec install-data all
291 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
296 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
299 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
302 -rm -f Makefile $(DISTCLEANFILES)
303 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
304 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
306 maintainer-clean-generic:
307 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
308 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
309 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
310 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
313 clean: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
314 clean-depend clean-generic mostlyclean
316 distclean: distclean-noinstPROGRAMS distclean-compile distclean-libtool \
317 distclean-tags distclean-depend distclean-generic clean
321 maintainer-clean: maintainer-clean-noinstPROGRAMS \
322 maintainer-clean-compile maintainer-clean-libtool \
323 maintainer-clean-tags maintainer-clean-depend \
324 maintainer-clean-generic distclean
325 @echo "This command is intended for maintainers to use;"
326 @echo "it deletes files that may require special tools to rebuild."
328 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
329 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
330 mostlyclean-compile distclean-compile clean-compile \
331 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
332 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
333 distclean-tags clean-tags maintainer-clean-tags distdir \
334 mostlyclean-depend distclean-depend clean-depend \
335 maintainer-clean-depend info dvi installcheck install-exec install-data \
336 install uninstall all installdirs mostlyclean-generic distclean-generic \
337 clean-generic maintainer-clean-generic clean mostlyclean distclean \
341 # Tell versions [3.59,3.63) of GNU make to not export all variables.
342 # Otherwise a system limit (for SysV at least) may be exceeded.