Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/enet-1.1/include/Makefile.in @ 13

Last change on this file since 13 was 13, checked in by landauf, 16 years ago

added enet

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