1 # Makefile.in generated automatically by automake 1.4 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 DOCS_SUBDIRS = @DOCS_SUBDIRS@
70 EXTRA_LIBS = @EXTRA_LIBS@
71 EXTRA_VPATH = @EXTRA_VPATH@
72 GTK_CFLAGS = @GTK_CFLAGS@
73 GTK_CONFIG = @GTK_CONFIG@
75 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
81 LTLIBOBJS = @LTLIBOBJS@
86 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
89 TOOLKIT_DEF = @TOOLKIT_DEF@
90 TOOLKIT_DIR = @TOOLKIT_DIR@
91 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
92 USER_SUBDIRS = @USER_SUBDIRS@
93 UTILS_SUBDIRS = @UTILS_SUBDIRS@
95 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
96 WX_LIBRARY = @WX_LIBRARY@
97 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
98 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
99 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
104 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
106 noinst_PROGRAMS = client server
108 client_SOURCES = client.cpp
109 server_SOURCES = server.cpp
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = ../../${SETUPH_DIR}/setup.h
113 PROGRAMS = $(noinst_PROGRAMS)
115 CPPFLAGS = @CPPFLAGS@
117 X_CFLAGS = @X_CFLAGS@
119 X_EXTRA_LIBS = @X_EXTRA_LIBS@
120 X_PRE_LIBS = @X_PRE_LIBS@
121 client_OBJECTS = client.o
122 client_LDADD = $(LDADD)
123 client_DEPENDENCIES =
125 server_OBJECTS = server.o
126 server_LDADD = $(LDADD)
127 server_DEPENDENCIES =
129 CXXFLAGS = @CXXFLAGS@
130 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
133 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
134 DIST_COMMON = Makefile.am Makefile.in
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
141 DEP_FILES = .deps/client.P .deps/server.P
142 SOURCES = $(client_SOURCES) $(server_SOURCES)
143 OBJECTS = $(client_OBJECTS) $(server_OBJECTS)
147 .SUFFIXES: .S .c .cpp .lo .o .s
148 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
149 cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/wxsocket/Makefile
151 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
153 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
156 mostlyclean-noinstPROGRAMS:
158 clean-noinstPROGRAMS:
159 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
161 distclean-noinstPROGRAMS:
163 maintainer-clean-noinstPROGRAMS:
172 -rm -f *.o core *.core
179 maintainer-clean-compile:
182 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
185 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
195 maintainer-clean-libtool:
197 client: $(client_OBJECTS) $(client_DEPENDENCIES)
199 $(CXXLINK) $(client_LDFLAGS) $(client_OBJECTS) $(client_LDADD) $(LIBS)
201 server: $(server_OBJECTS) $(server_DEPENDENCIES)
203 $(CXXLINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
207 $(LTCXXCOMPILE) -c $<
211 ID: $(HEADERS) $(SOURCES) $(LISP)
212 list='$(SOURCES) $(HEADERS)'; \
213 unique=`for i in $$list; do echo $$i; done | \
214 awk ' { files[$$0] = 1; } \
215 END { for (i in files) print i; }'`; \
216 here=`pwd` && cd $(srcdir) \
217 && mkid -f$$here/ID $$unique $(LISP)
219 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
222 list='$(SOURCES) $(HEADERS)'; \
223 unique=`for i in $$list; do echo $$i; done | \
224 awk ' { files[$$0] = 1; } \
225 END { for (i in files) print i; }'`; \
226 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
227 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
236 maintainer-clean-tags:
238 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
240 subdir = samples/wxsocket
242 distdir: $(DISTFILES)
243 here=`cd $(top_builddir) && pwd`; \
244 top_distdir=`cd $(top_distdir) && pwd`; \
245 distdir=`cd $(distdir) && pwd`; \
247 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/wxsocket/Makefile
248 @for file in $(DISTFILES); do \
250 if test -d $$d/$$file; then \
251 cp -pr $$/$$file $(distdir)/$$file; \
253 test -f $(distdir)/$$file \
254 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
255 || cp -p $$d/$$file $(distdir)/$$file || :; \
259 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
261 -include $(DEP_FILES)
270 maintainer-clean-depend:
273 @echo '$(COMPILE) -c $<'; \
274 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
275 @-cp .deps/$(*F).pp .deps/$(*F).P; \
276 tr ' ' '\012' < .deps/$(*F).pp \
277 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
282 @echo '$(LTCOMPILE) -c $<'; \
283 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
284 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
285 < .deps/$(*F).pp > .deps/$(*F).P; \
286 tr ' ' '\012' < .deps/$(*F).pp \
287 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
292 @echo '$(CXXCOMPILE) -c $<'; \
293 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
294 @-cp .deps/$(*F).pp .deps/$(*F).P; \
295 tr ' ' '\012' < .deps/$(*F).pp \
296 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
301 @echo '$(LTCXXCOMPILE) -c $<'; \
302 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
303 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
304 < .deps/$(*F).pp > .deps/$(*F).P; \
305 tr ' ' '\012' < .deps/$(*F).pp \
306 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
316 installcheck: installcheck-am
318 install-exec: install-exec-am
321 install-data: install-data-am
324 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327 uninstall: uninstall-am
328 all-am: Makefile $(PROGRAMS)
331 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
340 -rm -f Makefile $(CONFIG_CLEAN_FILES)
341 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
343 maintainer-clean-generic:
344 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
345 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
348 mostlyclean: mostlyclean-am
350 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
351 clean-depend clean-generic mostlyclean-am
355 distclean-am: distclean-noinstPROGRAMS distclean-compile \
356 distclean-libtool distclean-tags distclean-depend \
357 distclean-generic clean-am
360 distclean: distclean-am
362 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
363 maintainer-clean-compile maintainer-clean-libtool \
364 maintainer-clean-tags maintainer-clean-depend \
365 maintainer-clean-generic distclean-am
366 @echo "This command is intended for maintainers to use;"
367 @echo "it deletes files that may require special tools to rebuild."
369 maintainer-clean: maintainer-clean-am
371 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
372 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
373 mostlyclean-compile distclean-compile clean-compile \
374 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
375 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
376 distclean-tags clean-tags maintainer-clean-tags distdir \
377 mostlyclean-depend distclean-depend clean-depend \
378 maintainer-clean-depend info-am info dvi-am dvi check check-am \
379 installcheck-am installcheck install-exec-am install-exec \
380 install-data-am install-data install-am install uninstall-am uninstall \
381 all-redirect all-am all installdirs mostlyclean-generic \
382 distclean-generic clean-generic maintainer-clean-generic clean \
383 mostlyclean distclean maintainer-clean
386 # Tell versions [3.59,3.63) of GNU make to not export all variables.
387 # Otherwise a system limit (for SysV at least) may be exceeded.