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@
80 LTLIBOBJS = @LTLIBOBJS@
85 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
88 TOOLKIT_DEF = @TOOLKIT_DEF@
89 TOOLKIT_DIR = @TOOLKIT_DIR@
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@
98 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
103 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
105 noinst_PROGRAMS = client server
107 client_SOURCES = client.cpp
108 server_SOURCES = server.cpp
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../../${SETUPH_DIR}/setup.h
112 PROGRAMS = $(noinst_PROGRAMS)
114 CPPFLAGS = @CPPFLAGS@
116 X_CFLAGS = @X_CFLAGS@
118 X_EXTRA_LIBS = @X_EXTRA_LIBS@
119 X_PRE_LIBS = @X_PRE_LIBS@
120 client_OBJECTS = client.o
121 client_LDADD = $(LDADD)
122 client_DEPENDENCIES =
124 server_OBJECTS = server.o
125 server_LDADD = $(LDADD)
126 server_DEPENDENCIES =
128 CXXFLAGS = @CXXFLAGS@
129 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
132 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
133 DIST_COMMON = Makefile.am Makefile.in
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
140 DEP_FILES = .deps/client.P .deps/server.P
141 SOURCES = $(client_SOURCES) $(server_SOURCES)
142 OBJECTS = $(client_OBJECTS) $(server_OBJECTS)
146 .SUFFIXES: .S .c .cpp .lo .o .s
147 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
148 cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/wxsocket/Makefile
150 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
152 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155 mostlyclean-noinstPROGRAMS:
157 clean-noinstPROGRAMS:
158 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
160 distclean-noinstPROGRAMS:
162 maintainer-clean-noinstPROGRAMS:
171 -rm -f *.o core *.core
178 maintainer-clean-compile:
181 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
184 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194 maintainer-clean-libtool:
196 client: $(client_OBJECTS) $(client_DEPENDENCIES)
198 $(CXXLINK) $(client_LDFLAGS) $(client_OBJECTS) $(client_LDADD) $(LIBS)
200 server: $(server_OBJECTS) $(server_DEPENDENCIES)
202 $(CXXLINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
206 $(LTCXXCOMPILE) -c $<
210 ID: $(HEADERS) $(SOURCES) $(LISP)
211 list='$(SOURCES) $(HEADERS)'; \
212 unique=`for i in $$list; do echo $$i; done | \
213 awk ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
215 here=`pwd` && cd $(srcdir) \
216 && mkid -f$$here/ID $$unique $(LISP)
218 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
221 list='$(SOURCES) $(HEADERS)'; \
222 unique=`for i in $$list; do echo $$i; done | \
223 awk ' { files[$$0] = 1; } \
224 END { for (i in files) print i; }'`; \
225 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
226 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
235 maintainer-clean-tags:
237 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
239 subdir = samples/wxsocket
241 distdir: $(DISTFILES)
242 here=`cd $(top_builddir) && pwd`; \
243 top_distdir=`cd $(top_distdir) && pwd`; \
244 distdir=`cd $(distdir) && pwd`; \
246 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/wxsocket/Makefile
247 @for file in $(DISTFILES); do \
249 if test -d $$d/$$file; then \
250 cp -pr $$/$$file $(distdir)/$$file; \
252 test -f $(distdir)/$$file \
253 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
254 || cp -p $$d/$$file $(distdir)/$$file || :; \
258 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
260 -include $(DEP_FILES)
269 maintainer-clean-depend:
272 @echo '$(COMPILE) -c $<'; \
273 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
274 @-cp .deps/$(*F).pp .deps/$(*F).P; \
275 tr ' ' '\012' < .deps/$(*F).pp \
276 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
281 @echo '$(LTCOMPILE) -c $<'; \
282 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
283 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
284 < .deps/$(*F).pp > .deps/$(*F).P; \
285 tr ' ' '\012' < .deps/$(*F).pp \
286 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291 @echo '$(CXXCOMPILE) -c $<'; \
292 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
293 @-cp .deps/$(*F).pp .deps/$(*F).P; \
294 tr ' ' '\012' < .deps/$(*F).pp \
295 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
300 @echo '$(LTCXXCOMPILE) -c $<'; \
301 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
302 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
303 < .deps/$(*F).pp > .deps/$(*F).P; \
304 tr ' ' '\012' < .deps/$(*F).pp \
305 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
315 installcheck: installcheck-am
317 install-exec: install-exec-am
320 install-data: install-data-am
323 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326 uninstall: uninstall-am
327 all-am: Makefile $(PROGRAMS)
330 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
339 -rm -f Makefile $(CONFIG_CLEAN_FILES)
340 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
342 maintainer-clean-generic:
343 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
344 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
347 mostlyclean: mostlyclean-am
349 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
350 clean-depend clean-generic mostlyclean-am
354 distclean-am: distclean-noinstPROGRAMS distclean-compile \
355 distclean-libtool distclean-tags distclean-depend \
356 distclean-generic clean-am
359 distclean: distclean-am
361 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
362 maintainer-clean-compile maintainer-clean-libtool \
363 maintainer-clean-tags maintainer-clean-depend \
364 maintainer-clean-generic distclean-am
365 @echo "This command is intended for maintainers to use;"
366 @echo "it deletes files that may require special tools to rebuild."
368 maintainer-clean: maintainer-clean-am
370 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
371 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
372 mostlyclean-compile distclean-compile clean-compile \
373 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
374 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
375 distclean-tags clean-tags maintainer-clean-tags distdir \
376 mostlyclean-depend distclean-depend clean-depend \
377 maintainer-clean-depend info-am info dvi-am dvi check check-am \
378 installcheck-am installcheck install-exec-am install-exec \
379 install-data-am install-data install-am install uninstall-am uninstall \
380 all-redirect all-am all installdirs mostlyclean-generic \
381 distclean-generic clean-generic maintainer-clean-generic clean \
382 mostlyclean distclean maintainer-clean
385 # Tell versions [3.59,3.63) of GNU make to not export all variables.
386 # Otherwise a system limit (for SysV at least) may be exceeded.