Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/enet/Makefile.in @ 135

Last change on this file since 135 was 135, checked in by bknecht, 16 years ago

merged back network and xml branch

File size: 10.6 KB
Line 
1# Makefile.in generated by automake 1.9.6 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ../..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37subdir = include/enet
38DIST_COMMON = $(libenetinclude_HEADERS) $(srcdir)/Makefile.am \
39        $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43        $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_CLEAN_FILES =
46SOURCES =
47DIST_SOURCES =
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54am__installdirs = "$(DESTDIR)$(libenetincludedir)"
55libenetincludeHEADERS_INSTALL = $(INSTALL_HEADER)
56HEADERS = $(libenetinclude_HEADERS)
57ETAGS = etags
58CTAGS = ctags
59DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60ACLOCAL = @ACLOCAL@
61AMDEP_FALSE = @AMDEP_FALSE@
62AMDEP_TRUE = @AMDEP_TRUE@
63AMTAR = @AMTAR@
64AUTOCONF = @AUTOCONF@
65AUTOHEADER = @AUTOHEADER@
66AUTOMAKE = @AUTOMAKE@
67AWK = @AWK@
68CC = @CC@
69CCDEPMODE = @CCDEPMODE@
70CFLAGS = @CFLAGS@
71CPP = @CPP@
72CPPFLAGS = @CPPFLAGS@
73CYGPATH_W = @CYGPATH_W@
74DEFS = @DEFS@
75DEPDIR = @DEPDIR@
76ECHO_C = @ECHO_C@
77ECHO_N = @ECHO_N@
78ECHO_T = @ECHO_T@
79EGREP = @EGREP@
80EXEEXT = @EXEEXT@
81GREP = @GREP@
82INSTALL_DATA = @INSTALL_DATA@
83INSTALL_PROGRAM = @INSTALL_PROGRAM@
84INSTALL_SCRIPT = @INSTALL_SCRIPT@
85INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
86LDFLAGS = @LDFLAGS@
87LIBOBJS = @LIBOBJS@
88LIBS = @LIBS@
89LTLIBOBJS = @LTLIBOBJS@
90MAKEINFO = @MAKEINFO@
91OBJEXT = @OBJEXT@
92PACKAGE = @PACKAGE@
93PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
94PACKAGE_NAME = @PACKAGE_NAME@
95PACKAGE_STRING = @PACKAGE_STRING@
96PACKAGE_TARNAME = @PACKAGE_TARNAME@
97PACKAGE_VERSION = @PACKAGE_VERSION@
98PATH_SEPARATOR = @PATH_SEPARATOR@
99RANLIB = @RANLIB@
100SET_MAKE = @SET_MAKE@
101SHELL = @SHELL@
102STRIP = @STRIP@
103VERSION = @VERSION@
104ac_ct_CC = @ac_ct_CC@
105am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
106am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
107am__include = @am__include@
108am__leading_dot = @am__leading_dot@
109am__quote = @am__quote@
110am__tar = @am__tar@
111am__untar = @am__untar@
112bindir = @bindir@
113build_alias = @build_alias@
114datadir = @datadir@
115datarootdir = @datarootdir@
116docdir = @docdir@
117dvidir = @dvidir@
118exec_prefix = @exec_prefix@
119host_alias = @host_alias@
120htmldir = @htmldir@
121includedir = @includedir@
122infodir = @infodir@
123install_sh = @install_sh@
124libdir = @libdir@
125libexecdir = @libexecdir@
126localedir = @localedir@
127localstatedir = @localstatedir@
128mandir = @mandir@
129mkdir_p = @mkdir_p@
130oldincludedir = @oldincludedir@
131pdfdir = @pdfdir@
132prefix = @prefix@
133program_transform_name = @program_transform_name@
134psdir = @psdir@
135sbindir = @sbindir@
136sharedstatedir = @sharedstatedir@
137sysconfdir = @sysconfdir@
138target_alias = @target_alias@
139libenetincludedir = $(includedir)/enet
140libenetinclude_HEADERS = \
141        types.h \
142        list.h \
143        utility.h \
144        time.h \
145        callbacks.h \
146        unix.h \
147        win32.h \
148        protocol.h \
149        enet.h
150
151all: all-am
152
153.SUFFIXES:
154$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
155        @for dep in $?; do \
156          case '$(am__configure_deps)' in \
157            *$$dep*) \
158              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
159                && exit 0; \
160              exit 1;; \
161          esac; \
162        done; \
163        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/enet/Makefile'; \
164        cd $(top_srcdir) && \
165          $(AUTOMAKE) --foreign  include/enet/Makefile
166.PRECIOUS: Makefile
167Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
168        @case '$?' in \
169          *config.status*) \
170            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
171          *) \
172            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
173            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
174        esac;
175
176$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
177        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
178
179$(top_srcdir)/configure:  $(am__configure_deps)
180        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
181$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
182        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
183uninstall-info-am:
184install-libenetincludeHEADERS: $(libenetinclude_HEADERS)
185        @$(NORMAL_INSTALL)
186        test -z "$(libenetincludedir)" || $(mkdir_p) "$(DESTDIR)$(libenetincludedir)"
187        @list='$(libenetinclude_HEADERS)'; for p in $$list; do \
188          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
189          f=$(am__strip_dir) \
190          echo " $(libenetincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libenetincludedir)/$$f'"; \
191          $(libenetincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libenetincludedir)/$$f"; \
192        done
193
194uninstall-libenetincludeHEADERS:
195        @$(NORMAL_UNINSTALL)
196        @list='$(libenetinclude_HEADERS)'; for p in $$list; do \
197          f=$(am__strip_dir) \
198          echo " rm -f '$(DESTDIR)$(libenetincludedir)/$$f'"; \
199          rm -f "$(DESTDIR)$(libenetincludedir)/$$f"; \
200        done
201
202ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
203        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
204        unique=`for i in $$list; do \
205            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206          done | \
207          $(AWK) '    { files[$$0] = 1; } \
208               END { for (i in files) print i; }'`; \
209        mkid -fID $$unique
210tags: TAGS
211
212TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
213                $(TAGS_FILES) $(LISP)
214        tags=; \
215        here=`pwd`; \
216        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
217        unique=`for i in $$list; do \
218            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219          done | \
220          $(AWK) '    { files[$$0] = 1; } \
221               END { for (i in files) print i; }'`; \
222        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
223          test -n "$$unique" || unique=$$empty_fix; \
224          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
225            $$tags $$unique; \
226        fi
227ctags: CTAGS
228CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
229                $(TAGS_FILES) $(LISP)
230        tags=; \
231        here=`pwd`; \
232        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
233        unique=`for i in $$list; do \
234            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
235          done | \
236          $(AWK) '    { files[$$0] = 1; } \
237               END { for (i in files) print i; }'`; \
238        test -z "$(CTAGS_ARGS)$$tags$$unique" \
239          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
240             $$tags $$unique
241
242GTAGS:
243        here=`$(am__cd) $(top_builddir) && pwd` \
244          && cd $(top_srcdir) \
245          && gtags -i $(GTAGS_ARGS) $$here
246
247distclean-tags:
248        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
249
250distdir: $(DISTFILES)
251        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
252        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
253        list='$(DISTFILES)'; for file in $$list; do \
254          case $$file in \
255            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
256            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
257          esac; \
258          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
259          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
260          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
261            dir="/$$dir"; \
262            $(mkdir_p) "$(distdir)$$dir"; \
263          else \
264            dir=''; \
265          fi; \
266          if test -d $$d/$$file; then \
267            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
268              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
269            fi; \
270            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
271          else \
272            test -f $(distdir)/$$file \
273            || cp -p $$d/$$file $(distdir)/$$file \
274            || exit 1; \
275          fi; \
276        done
277check-am: all-am
278check: check-am
279all-am: Makefile $(HEADERS)
280installdirs:
281        for dir in "$(DESTDIR)$(libenetincludedir)"; do \
282          test -z "$$dir" || $(mkdir_p) "$$dir"; \
283        done
284install: install-am
285install-exec: install-exec-am
286install-data: install-data-am
287uninstall: uninstall-am
288
289install-am: all-am
290        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
291
292installcheck: installcheck-am
293install-strip:
294        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
295          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
296          `test -z '$(STRIP)' || \
297            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
298mostlyclean-generic:
299
300clean-generic:
301
302distclean-generic:
303        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
304
305maintainer-clean-generic:
306        @echo "This command is intended for maintainers to use"
307        @echo "it deletes files that may require special tools to rebuild."
308clean: clean-am
309
310clean-am: clean-generic mostlyclean-am
311
312distclean: distclean-am
313        -rm -f Makefile
314distclean-am: clean-am distclean-generic distclean-tags
315
316dvi: dvi-am
317
318dvi-am:
319
320html: html-am
321
322info: info-am
323
324info-am:
325
326install-data-am: install-libenetincludeHEADERS
327
328install-exec-am:
329
330install-info: install-info-am
331
332install-man:
333
334installcheck-am:
335
336maintainer-clean: maintainer-clean-am
337        -rm -f Makefile
338maintainer-clean-am: distclean-am maintainer-clean-generic
339
340mostlyclean: mostlyclean-am
341
342mostlyclean-am: mostlyclean-generic
343
344pdf: pdf-am
345
346pdf-am:
347
348ps: ps-am
349
350ps-am:
351
352uninstall-am: uninstall-info-am uninstall-libenetincludeHEADERS
353
354.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
355        ctags distclean distclean-generic distclean-tags distdir dvi \
356        dvi-am html html-am info info-am install install-am \
357        install-data install-data-am install-exec install-exec-am \
358        install-info install-info-am install-libenetincludeHEADERS \
359        install-man install-strip installcheck installcheck-am \
360        installdirs maintainer-clean maintainer-clean-generic \
361        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
362        uninstall uninstall-am uninstall-info-am \
363        uninstall-libenetincludeHEADERS
364
365# Tell versions [3.59,3.63) of GNU make to not export all variables.
366# Otherwise a system limit (for SysV at least) may be exceeded.
367.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.