]> sjero.net Git - iperf/blob - compat/Makefile.in
Original 2.0.2 iperf sources
[iperf] / compat / Makefile.in
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
17 SOURCES = $(libcompat_a_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 subdir = compat
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
45         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
46         $(top_srcdir)/m4/dast.m4 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES =
52 LIBRARIES = $(noinst_LIBRARIES)
53 AR = ar
54 ARFLAGS = cru
55 libcompat_a_AR = $(AR) $(ARFLAGS)
56 libcompat_a_LIBADD =
57 am_libcompat_a_OBJECTS = Thread.$(OBJEXT) error.$(OBJEXT) \
58         delay.$(OBJEXT) gettimeofday.$(OBJEXT) inet_ntop.$(OBJEXT) \
59         inet_pton.$(OBJEXT) signal.$(OBJEXT) snprintf.$(OBJEXT) \
60         string.$(OBJEXT)
61 libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
62 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
63 depcomp = $(SHELL) $(top_srcdir)/depcomp
64 am__depfiles_maybe = depfiles
65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
69 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
71 CXXLD = $(CXX)
72 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
73         -o $@
74 SOURCES = $(libcompat_a_SOURCES)
75 DIST_SOURCES = $(libcompat_a_SOURCES)
76 ETAGS = etags
77 CTAGS = ctags
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 ACLOCAL = @ACLOCAL@
80 AMDEP_FALSE = @AMDEP_FALSE@
81 AMDEP_TRUE = @AMDEP_TRUE@
82 AMTAR = @AMTAR@
83 AUTOCONF = @AUTOCONF@
84 AUTOHEADER = @AUTOHEADER@
85 AUTOMAKE = @AUTOMAKE@
86 AWK = @AWK@
87 CC = @CC@
88 CCDEPMODE = @CCDEPMODE@
89 CFLAGS = @CFLAGS@
90 CPP = @CPP@
91 CPPFLAGS = @CPPFLAGS@
92 CXX = @CXX@
93 CXXDEPMODE = @CXXDEPMODE@
94 CXXFLAGS = @CXXFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DEFS = @DEFS@
97 DEPDIR = @DEPDIR@
98 ECHO_C = @ECHO_C@
99 ECHO_N = @ECHO_N@
100 ECHO_T = @ECHO_T@
101 EGREP = @EGREP@
102 EXEEXT = @EXEEXT@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LDFLAGS = @LDFLAGS@
108 LIBOBJS = @LIBOBJS@
109 LIBS = @LIBS@
110 LTLIBOBJS = @LTLIBOBJS@
111 MAKEINFO = @MAKEINFO@
112 OBJEXT = @OBJEXT@
113 PACKAGE = @PACKAGE@
114 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115 PACKAGE_NAME = @PACKAGE_NAME@
116 PACKAGE_STRING = @PACKAGE_STRING@
117 PACKAGE_TARNAME = @PACKAGE_TARNAME@
118 PACKAGE_VERSION = @PACKAGE_VERSION@
119 PATH_SEPARATOR = @PATH_SEPARATOR@
120 PTHREAD_CC = @PTHREAD_CC@
121 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
122 PTHREAD_LIBS = @PTHREAD_LIBS@
123 RANLIB = @RANLIB@
124 SET_MAKE = @SET_MAKE@
125 SHELL = @SHELL@
126 STRIP = @STRIP@
127 STRIP_BEGIN = @STRIP_BEGIN@
128 STRIP_DUMMY = @STRIP_DUMMY@
129 STRIP_END = @STRIP_END@
130 VERSION = @VERSION@
131 WEB100_CFLAGS = @WEB100_CFLAGS@
132 WEB100_CONFIG = @WEB100_CONFIG@
133 WEB100_LIBS = @WEB100_LIBS@
134 ac_ct_CC = @ac_ct_CC@
135 ac_ct_CXX = @ac_ct_CXX@
136 ac_ct_RANLIB = @ac_ct_RANLIB@
137 ac_ct_STRIP = @ac_ct_STRIP@
138 acx_pthread_config = @acx_pthread_config@
139 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
140 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
141 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
142 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
143 am__include = @am__include@
144 am__leading_dot = @am__leading_dot@
145 am__quote = @am__quote@
146 am__tar = @am__tar@
147 am__untar = @am__untar@
148 bindir = @bindir@
149 build = @build@
150 build_alias = @build_alias@
151 build_cpu = @build_cpu@
152 build_os = @build_os@
153 build_vendor = @build_vendor@
154 datadir = @datadir@
155 exec_prefix = @exec_prefix@
156 host = @host@
157 host_alias = @host_alias@
158 host_cpu = @host_cpu@
159 host_os = @host_os@
160 host_vendor = @host_vendor@
161 includedir = @includedir@
162 infodir = @infodir@
163 install_sh = @install_sh@
164 libdir = @libdir@
165 libexecdir = @libexecdir@
166 localstatedir = @localstatedir@
167 mandir = @mandir@
168 mkdir_p = @mkdir_p@
169 oldincludedir = @oldincludedir@
170 prefix = @prefix@
171 program_transform_name = @program_transform_name@
172 sbindir = @sbindir@
173 sharedstatedir = @sharedstatedir@
174 sysconfdir = @sysconfdir@
175 target_alias = @target_alias@
176 noinst_LIBRARIES = libcompat.a
177 AM_CPPFLAGS = @STRIP_BEGIN@ \
178               -I$(top_srcdir)/include \
179               -I$(top_builddir)/include \
180               @STRIP_END@
181
182 libcompat_a_SOURCES = \
183                       Thread.c \
184                       error.c \
185                       delay.cpp \
186                       gettimeofday.c \
187                       headers_slim.h \
188                       inet_ntop.c \
189                       inet_pton.c \
190                       signal.c \
191                       snprintf.c \
192                       string.c
193
194 all: all-am
195
196 .SUFFIXES:
197 .SUFFIXES: .c .cpp .o .obj
198 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
199         @for dep in $?; do \
200           case '$(am__configure_deps)' in \
201             *$$dep*) \
202               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
203                 && exit 0; \
204               exit 1;; \
205           esac; \
206         done; \
207         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  compat/Makefile'; \
208         cd $(top_srcdir) && \
209           $(AUTOMAKE) --foreign  compat/Makefile
210 .PRECIOUS: Makefile
211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212         @case '$?' in \
213           *config.status*) \
214             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215           *) \
216             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218         esac;
219
220 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
223 $(top_srcdir)/configure:  $(am__configure_deps)
224         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
226         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
228 clean-noinstLIBRARIES:
229         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
230 libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES) 
231         -rm -f libcompat.a
232         $(libcompat_a_AR) libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
233         $(RANLIB) libcompat.a
234
235 mostlyclean-compile:
236         -rm -f *.$(OBJEXT)
237
238 distclean-compile:
239         -rm -f *.tab.c
240
241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Thread.Po@am__quote@
242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay.Po@am__quote@
243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettimeofday.Po@am__quote@
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Po@am__quote@
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Po@am__quote@
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Po@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Po@am__quote@
250
251 .c.o:
252 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
253 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
254 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
255 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
257
258 .c.obj:
259 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
260 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
261 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
264
265 .cpp.o:
266 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
267 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
271
272 .cpp.obj:
273 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
274 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
278 uninstall-info-am:
279
280 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
281         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282         unique=`for i in $$list; do \
283             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284           done | \
285           $(AWK) '    { files[$$0] = 1; } \
286                END { for (i in files) print i; }'`; \
287         mkid -fID $$unique
288 tags: TAGS
289
290 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
291                 $(TAGS_FILES) $(LISP)
292         tags=; \
293         here=`pwd`; \
294         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
295         unique=`for i in $$list; do \
296             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297           done | \
298           $(AWK) '    { files[$$0] = 1; } \
299                END { for (i in files) print i; }'`; \
300         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
301           test -n "$$unique" || unique=$$empty_fix; \
302           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
303             $$tags $$unique; \
304         fi
305 ctags: CTAGS
306 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
307                 $(TAGS_FILES) $(LISP)
308         tags=; \
309         here=`pwd`; \
310         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
311         unique=`for i in $$list; do \
312             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313           done | \
314           $(AWK) '    { files[$$0] = 1; } \
315                END { for (i in files) print i; }'`; \
316         test -z "$(CTAGS_ARGS)$$tags$$unique" \
317           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
318              $$tags $$unique
319
320 GTAGS:
321         here=`$(am__cd) $(top_builddir) && pwd` \
322           && cd $(top_srcdir) \
323           && gtags -i $(GTAGS_ARGS) $$here
324
325 distclean-tags:
326         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
327
328 distdir: $(DISTFILES)
329         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
330         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
331         list='$(DISTFILES)'; for file in $$list; do \
332           case $$file in \
333             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
334             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
335           esac; \
336           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
338           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
339             dir="/$$dir"; \
340             $(mkdir_p) "$(distdir)$$dir"; \
341           else \
342             dir=''; \
343           fi; \
344           if test -d $$d/$$file; then \
345             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
346               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
347             fi; \
348             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
349           else \
350             test -f $(distdir)/$$file \
351             || cp -p $$d/$$file $(distdir)/$$file \
352             || exit 1; \
353           fi; \
354         done
355 check-am: all-am
356 check: check-am
357 all-am: Makefile $(LIBRARIES)
358 installdirs:
359 install: install-am
360 install-exec: install-exec-am
361 install-data: install-data-am
362 uninstall: uninstall-am
363
364 install-am: all-am
365         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
366
367 installcheck: installcheck-am
368 install-strip:
369         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371           `test -z '$(STRIP)' || \
372             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
373 mostlyclean-generic:
374
375 clean-generic:
376
377 distclean-generic:
378         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379
380 maintainer-clean-generic:
381         @echo "This command is intended for maintainers to use"
382         @echo "it deletes files that may require special tools to rebuild."
383 clean: clean-am
384
385 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
386
387 distclean: distclean-am
388         -rm -rf ./$(DEPDIR)
389         -rm -f Makefile
390 distclean-am: clean-am distclean-compile distclean-generic \
391         distclean-tags
392
393 dvi: dvi-am
394
395 dvi-am:
396
397 html: html-am
398
399 info: info-am
400
401 info-am:
402
403 install-data-am:
404
405 install-exec-am:
406
407 install-info: install-info-am
408
409 install-man:
410
411 installcheck-am:
412
413 maintainer-clean: maintainer-clean-am
414         -rm -rf ./$(DEPDIR)
415         -rm -f Makefile
416 maintainer-clean-am: distclean-am maintainer-clean-generic
417
418 mostlyclean: mostlyclean-am
419
420 mostlyclean-am: mostlyclean-compile mostlyclean-generic
421
422 pdf: pdf-am
423
424 pdf-am:
425
426 ps: ps-am
427
428 ps-am:
429
430 uninstall-am: uninstall-info-am
431
432 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
433         clean-noinstLIBRARIES ctags distclean distclean-compile \
434         distclean-generic distclean-tags distdir dvi dvi-am html \
435         html-am info info-am install install-am install-data \
436         install-data-am install-exec install-exec-am install-info \
437         install-info-am install-man install-strip installcheck \
438         installcheck-am installdirs maintainer-clean \
439         maintainer-clean-generic mostlyclean mostlyclean-compile \
440         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
441         uninstall-am uninstall-info-am
442
443 # Tell versions [3.59,3.63) of GNU make to not export all variables.
444 # Otherwise a system limit (for SysV at least) may be exceeded.
445 .NOEXPORT: