]> git.saurik.com Git - wxWidgets.git/blob - user/wxFile/Makefile.in
second try...
[wxWidgets.git] / user / wxFile / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
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.
7
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
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = /bin/sh
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CFLAGS = @CFLAGS@
65 CPP = @CPP@
66 CXX = @CXX@
67 CXXCPP = @CXXCPP@
68 CXXFLAGS = @CXXFLAGS@
69 DLLTOOL = @DLLTOOL@
70 DOCS_SUBDIRS = @DOCS_SUBDIRS@
71 EXTRA_LIBS = @EXTRA_LIBS@
72 EXTRA_VPATH = @EXTRA_VPATH@
73 GTK_CONFIG = @GTK_CONFIG@
74 GUILIBS = @GUILIBS@
75 INCLUDES = @INCLUDES@
76 LD = @LD@
77 LDFLAGS = @LDFLAGS@
78 LEX = @LEX@
79 LIBS = @LIBS@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 LTLIBOBJS = @LTLIBOBJS@
83 MAKEINFO = @MAKEINFO@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
88 TOOLKIT = @TOOLKIT@
89 TOOLKIT_DEF = @TOOLKIT_DEF@
90 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91 USER_SUBDIRS = @USER_SUBDIRS@
92 UTILS_SUBDIRS = @UTILS_SUBDIRS@
93 VERSION = @VERSION@
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@
98 YACC = @YACC@
99
100 SUFFIXES = .cpp
101
102 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
103
104 noinst_PROGRAMS = wxFile
105
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
109 CONFIG_CLEAN_FILES =
110 PROGRAMS = $(noinst_PROGRAMS)
111
112 CPPFLAGS = @CPPFLAGS@
113 X_CFLAGS = @X_CFLAGS@
114 X_LIBS = @X_LIBS@
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 =
120 wxFile_LDFLAGS =
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
125
126
127 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
129 TAR = tar
130 GZIP = --best
131 DEP_FILES = .deps/FMJobs.P .deps/dirctrl.P .deps/filectrl.P \
132 .deps/wxFile.P
133 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
134 SOURCES = $(wxFile_SOURCES)
135 OBJECTS = $(wxFile_OBJECTS)
136
137 all: Makefile $(PROGRAMS)
138
139 .SUFFIXES:
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
143
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
145 cd $(top_builddir) \
146 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
147
148
149 mostlyclean-noinstPROGRAMS:
150
151 clean-noinstPROGRAMS:
152 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
153
154 distclean-noinstPROGRAMS:
155
156 maintainer-clean-noinstPROGRAMS:
157
158 .s.o:
159 $(COMPILE) -c $<
160
161 .S.o:
162 $(COMPILE) -c $<
163
164 mostlyclean-compile:
165 -rm -f *.o core *.core
166
167 clean-compile:
168
169 distclean-compile:
170 -rm -f *.tab.c
171
172 maintainer-clean-compile:
173
174 .s.lo:
175 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176
177 .S.lo:
178 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179
180 mostlyclean-libtool:
181 -rm -f *.lo
182
183 clean-libtool:
184 -rm -rf .libs _libs
185
186 distclean-libtool:
187
188 maintainer-clean-libtool:
189
190 wxFile: $(wxFile_OBJECTS) $(wxFile_DEPENDENCIES)
191 @rm -f wxFile
192 $(CXXLINK) $(wxFile_LDFLAGS) $(wxFile_OBJECTS) $(wxFile_LDADD) $(LIBS)
193 .cpp.o:
194 $(CXXCOMPILE) -c $<
195 .cpp.lo:
196 $(LTCXXCOMPILE) -c $<
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201 here=`pwd` && cd $(srcdir) \
202 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
203
204 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
205 tags=; \
206 here=`pwd`; \
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)
213
214 mostlyclean-tags:
215
216 clean-tags:
217
218 distclean-tags:
219 -rm -f TAGS ID
220
221 maintainer-clean-tags:
222
223 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
224
225 subdir = user/wxFile
226
227 distdir: $(DISTFILES)
228 here=`cd $(top_builddir) && pwd`; \
229 top_distdir=`cd $(top_distdir) && pwd`; \
230 distdir=`cd $(distdir) && pwd`; \
231 cd $(top_srcdir) \
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 \
234 d=$(srcdir); \
235 test -f $(distdir)/$$file \
236 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237 || cp -p $$d/$$file $(distdir)/$$file; \
238 done
239
240 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
241
242 -include $(DEP_FILES)
243
244 mostlyclean-depend:
245
246 clean-depend:
247
248 distclean-depend:
249
250 maintainer-clean-depend:
251 -rm -rf .deps
252
253 %.o: %.c
254 @echo '$(COMPILE) -c $<'; \
255 $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
256
257 %.lo: %.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
263
264 %.o: %.cpp
265 @echo '$(CXXCOMPILE) -c $<'; \
266 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
267
268 %.lo: %.cpp
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
274 info:
275 dvi:
276 check: all
277 $(MAKE)
278 installcheck:
279 install-exec:
280 @$(NORMAL_INSTALL)
281
282 install-data:
283 @$(NORMAL_INSTALL)
284
285 install: install-exec install-data all
286 @:
287
288 uninstall:
289
290 install-strip:
291 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
292 installdirs:
293
294
295 mostlyclean-generic:
296 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
297
298 clean-generic:
299 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
300
301 distclean-generic:
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)
305
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 \
311 mostlyclean-generic
312
313 clean: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
314 clean-depend clean-generic mostlyclean
315
316 distclean: distclean-noinstPROGRAMS distclean-compile distclean-libtool \
317 distclean-tags distclean-depend distclean-generic clean
318 -rm -f config.status
319 -rm -f libtool
320
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."
327
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 \
338 maintainer-clean
339
340
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.
343 .NOEXPORT: