Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/subprojects/network/Makefile.in @ 5517

Last change on this file since 5517 was 5517, checked in by patrick, 18 years ago

branches/lib/network: added the network folder to the automake project

File size: 10.6 KB
Line 
1# Makefile.in generated by automake 1.9.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17SOURCES = $(network_SOURCES)
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = ../../..
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27INSTALL = @INSTALL@
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39build_triplet = @build@
40host_triplet = @host@
41target_triplet = @target@
42bin_PROGRAMS = network$(EXEEXT)
43subdir = src/subprojects/network
44DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48        $(ACLOCAL_M4)
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = $(top_builddir)/config.h
51CONFIG_CLEAN_FILES =
52am__installdirs = "$(DESTDIR)$(bindir)"
53binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54PROGRAMS = $(bin_PROGRAMS)
55am_network_OBJECTS =
56network_OBJECTS = $(am_network_OBJECTS)
57network_DEPENDENCIES =
58DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
59COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61CCLD = $(CC)
62LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
63SOURCES = $(network_SOURCES)
64DIST_SOURCES = $(network_SOURCES)
65DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66ACLOCAL = @ACLOCAL@
67AMDEP_FALSE = @AMDEP_FALSE@
68AMDEP_TRUE = @AMDEP_TRUE@
69AMTAR = @AMTAR@
70AUTOCONF = @AUTOCONF@
71AUTOHEADER = @AUTOHEADER@
72AUTOMAKE = @AUTOMAKE@
73AWK = @AWK@
74CC = @CC@
75CCDEPMODE = @CCDEPMODE@
76CFLAGS = @CFLAGS@
77CPP = @CPP@
78CPPFLAGS = @CPPFLAGS@
79CURL_CFLAGS = @CURL_CFLAGS@
80CURL_LIBS = @CURL_LIBS@
81CXX = @CXX@
82CXXDEPMODE = @CXXDEPMODE@
83CXXFLAGS = @CXXFLAGS@
84CYGPATH_W = @CYGPATH_W@
85DEBUG = @DEBUG@
86DEFS = @DEFS@
87DEPDIR = @DEPDIR@
88DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@
89DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@
90DOXYGEN = @DOXYGEN@
91DOXYGEN_FALSE = @DOXYGEN_FALSE@
92DOXYGEN_TRUE = @DOXYGEN_TRUE@
93ECHO_C = @ECHO_C@
94ECHO_N = @ECHO_N@
95ECHO_T = @ECHO_T@
96EGREP = @EGREP@
97EXEEXT = @EXEEXT@
98GPROF = @GPROF@
99GTK2_CFLAGS = @GTK2_CFLAGS@
100GTK2_LIBS = @GTK2_LIBS@
101HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
102HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
103HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
104HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
105INSTALL_DATA = @INSTALL_DATA@
106INSTALL_PROGRAM = @INSTALL_PROGRAM@
107INSTALL_SCRIPT = @INSTALL_SCRIPT@
108INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109LDFLAGS = @LDFLAGS@
110LIBOBJS = @LIBOBJS@
111LIBS = @LIBS@
112LTLIBOBJS = @LTLIBOBJS@
113MAKEINFO = @MAKEINFO@
114MSBITFIELDS = @MSBITFIELDS@
115OBJEXT = @OBJEXT@
116PACKAGE = @PACKAGE@
117PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118PACKAGE_NAME = @PACKAGE_NAME@
119PACKAGE_STRING = @PACKAGE_STRING@
120PACKAGE_TARNAME = @PACKAGE_TARNAME@
121PACKAGE_VERSION = @PACKAGE_VERSION@
122PATH_SEPARATOR = @PATH_SEPARATOR@
123PKG_CONFIG = @PKG_CONFIG@
124RANLIB = @RANLIB@
125SET_MAKE = @SET_MAKE@
126SHELL = @SHELL@
127STRIP = @STRIP@
128SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
129SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
130VERSION = @VERSION@
131ac_ct_CC = @ac_ct_CC@
132ac_ct_CXX = @ac_ct_CXX@
133ac_ct_RANLIB = @ac_ct_RANLIB@
134ac_ct_STRIP = @ac_ct_STRIP@
135am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
136am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
137am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
138am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
139am__include = @am__include@
140am__leading_dot = @am__leading_dot@
141am__quote = @am__quote@
142am__tar = @am__tar@
143am__untar = @am__untar@
144bindir = @bindir@
145build = @build@
146build_alias = @build_alias@
147build_cpu = @build_cpu@
148build_os = @build_os@
149build_vendor = @build_vendor@
150datadir = @datadir@
151exec_prefix = @exec_prefix@
152host = @host@
153host_alias = @host_alias@
154host_cpu = @host_cpu@
155host_os = @host_os@
156host_vendor = @host_vendor@
157includedir = @includedir@
158infodir = @infodir@
159install_sh = @install_sh@
160libdir = @libdir@
161libexecdir = @libexecdir@
162localstatedir = @localstatedir@
163mandir = @mandir@
164mkdir_p = @mkdir_p@
165oldincludedir = @oldincludedir@
166prefix = @prefix@
167program_transform_name = @program_transform_name@
168sbindir = @sbindir@
169sharedstatedir = @sharedstatedir@
170sysconfdir = @sysconfdir@
171target = @target@
172target_alias = @target_alias@
173target_cpu = @target_cpu@
174target_os = @target_os@
175target_vendor = @target_vendor@
176MAINSRCDIR = ../..
177network_CPPFLAGS =
178network_LDFLAGS = $(MWINDOWS)
179network_LDADD =
180network_SOURCES =
181all: all-am
182
183.SUFFIXES:
184$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
185        @for dep in $?; do \
186          case '$(am__configure_deps)' in \
187            *$$dep*) \
188              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
189                && exit 0; \
190              exit 1;; \
191          esac; \
192        done; \
193        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/network/Makefile'; \
194        cd $(top_srcdir) && \
195          $(AUTOMAKE) --foreign  src/subprojects/network/Makefile
196.PRECIOUS: Makefile
197Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198        @case '$?' in \
199          *config.status*) \
200            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
201          *) \
202            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
203            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
204        esac;
205
206$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
207        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208
209$(top_srcdir)/configure:  $(am__configure_deps)
210        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
212        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213install-binPROGRAMS: $(bin_PROGRAMS)
214        @$(NORMAL_INSTALL)
215        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
216        @list='$(bin_PROGRAMS)'; for p in $$list; do \
217          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
218          if test -f $$p \
219          ; then \
220            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
221           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
222           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
223          else :; fi; \
224        done
225
226uninstall-binPROGRAMS:
227        @$(NORMAL_UNINSTALL)
228        @list='$(bin_PROGRAMS)'; for p in $$list; do \
229          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
230          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
231          rm -f "$(DESTDIR)$(bindir)/$$f"; \
232        done
233
234clean-binPROGRAMS:
235        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
236network$(EXEEXT): $(network_OBJECTS) $(network_DEPENDENCIES)
237        @rm -f network$(EXEEXT)
238        $(LINK) $(network_LDFLAGS) $(network_OBJECTS) $(network_LDADD) $(LIBS)
239
240mostlyclean-compile:
241        -rm -f *.$(OBJEXT)
242
243distclean-compile:
244        -rm -f *.tab.c
245uninstall-info-am:
246tags: TAGS
247TAGS:
248
249ctags: CTAGS
250CTAGS:
251
252
253distdir: $(DISTFILES)
254        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
255        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
256        list='$(DISTFILES)'; for file in $$list; do \
257          case $$file in \
258            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
259            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
260          esac; \
261          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
262          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
263          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
264            dir="/$$dir"; \
265            $(mkdir_p) "$(distdir)$$dir"; \
266          else \
267            dir=''; \
268          fi; \
269          if test -d $$d/$$file; then \
270            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
271              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
272            fi; \
273            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
274          else \
275            test -f $(distdir)/$$file \
276            || cp -p $$d/$$file $(distdir)/$$file \
277            || exit 1; \
278          fi; \
279        done
280check-am: all-am
281check: check-am
282all-am: Makefile $(PROGRAMS)
283installdirs:
284        for dir in "$(DESTDIR)$(bindir)"; do \
285          test -z "$$dir" || $(mkdir_p) "$$dir"; \
286        done
287install: install-am
288install-exec: install-exec-am
289install-data: install-data-am
290uninstall: uninstall-am
291
292install-am: all-am
293        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294
295installcheck: installcheck-am
296install-strip:
297        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
298          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
299          `test -z '$(STRIP)' || \
300            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
301mostlyclean-generic:
302
303clean-generic:
304
305distclean-generic:
306        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
307
308maintainer-clean-generic:
309        @echo "This command is intended for maintainers to use"
310        @echo "it deletes files that may require special tools to rebuild."
311clean: clean-am
312
313clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
314
315distclean: distclean-am
316        -rm -f Makefile
317distclean-am: clean-am distclean-compile distclean-generic
318
319dvi: dvi-am
320
321dvi-am:
322
323html: html-am
324
325info: info-am
326
327info-am:
328
329install-data-am:
330
331install-exec-am: install-binPROGRAMS
332
333install-info: install-info-am
334
335install-man:
336
337installcheck-am:
338
339maintainer-clean: maintainer-clean-am
340        -rm -f Makefile
341maintainer-clean-am: distclean-am maintainer-clean-generic
342
343mostlyclean: mostlyclean-am
344
345mostlyclean-am: mostlyclean-compile mostlyclean-generic
346
347pdf: pdf-am
348
349pdf-am:
350
351ps: ps-am
352
353ps-am:
354
355uninstall-am: uninstall-binPROGRAMS uninstall-info-am
356
357.PHONY: all all-am check check-am clean clean-binPROGRAMS \
358        clean-generic distclean distclean-compile distclean-generic \
359        distdir dvi dvi-am html html-am info info-am install \
360        install-am install-binPROGRAMS install-data install-data-am \
361        install-exec install-exec-am install-info install-info-am \
362        install-man install-strip installcheck installcheck-am \
363        installdirs maintainer-clean maintainer-clean-generic \
364        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
365        ps ps-am uninstall uninstall-am uninstall-binPROGRAMS \
366        uninstall-info-am
367
368include $(MAINSRCDIR)/defs/include_paths.am
369# Tell versions [3.59,3.63) of GNU make to not export all variables.
370# Otherwise a system limit (for SysV at least) may be exceeded.
371.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.