1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38bin_PROGRAMS = netperf$(EXEEXT) netserver$(EXEEXT)
39subdir = src
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41	$(srcdir)/netperf_version.h.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/src/missing/m4/salen.m4 \
44	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES = netperf_version.h
50CONFIG_CLEAN_VPATH_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)"
52PROGRAMS = $(bin_PROGRAMS)
53am__objects_1 = netlib.$(OBJEXT) netsh.$(OBJEXT) nettest_bsd.$(OBJEXT) \
54	nettest_dlpi.$(OBJEXT) nettest_unix.$(OBJEXT) \
55	nettest_xti.$(OBJEXT) nettest_sctp.$(OBJEXT) \
56	nettest_sdp.$(OBJEXT) nettest_omni.$(OBJEXT) \
57	net_uuid.$(OBJEXT) dscp.$(OBJEXT)
58am__objects_2 = netcpu_@NETCPU_SOURCE@.$(OBJEXT)
59am_netperf_OBJECTS = netperf.$(OBJEXT) $(am__objects_1) \
60	$(am__objects_2)
61netperf_OBJECTS = $(am_netperf_OBJECTS)
62@NEED_LIBCOMPAT_TRUE@netperf_DEPENDENCIES = missing/libcompat.a
63am_netserver_OBJECTS = netserver.$(OBJEXT) $(am__objects_1) \
64	$(am__objects_2)
65netserver_OBJECTS = $(am_netserver_OBJECTS)
66@NEED_LIBCOMPAT_TRUE@netserver_DEPENDENCIES = missing/libcompat.ap
67DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68depcomp = $(SHELL) $(top_srcdir)/depcomp
69am__depfiles_maybe = depfiles
70am__mv = mv -f
71COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73CCLD = $(CC)
74LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
75SOURCES = $(netperf_SOURCES) $(netserver_SOURCES)
76DIST_SOURCES = $(netperf_SOURCES) $(netserver_SOURCES)
77RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78	html-recursive info-recursive install-data-recursive \
79	install-dvi-recursive install-exec-recursive \
80	install-html-recursive install-info-recursive \
81	install-pdf-recursive install-ps-recursive install-recursive \
82	installcheck-recursive installdirs-recursive pdf-recursive \
83	ps-recursive uninstall-recursive
84RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
85  distclean-recursive maintainer-clean-recursive
86AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
88	distdir
89ETAGS = etags
90CTAGS = ctags
91DIST_SUBDIRS = $(SUBDIRS)
92DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93am__relativize = \
94  dir0=`pwd`; \
95  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96  sed_rest='s,^[^/]*/*,,'; \
97  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
98  sed_butlast='s,/*[^/]*$$,,'; \
99  while test -n "$$dir1"; do \
100    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
101    if test "$$first" != "."; then \
102      if test "$$first" = ".."; then \
103        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
105      else \
106        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107        if test "$$first2" = "$$first"; then \
108          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
109        else \
110          dir2="../$$dir2"; \
111        fi; \
112        dir0="$$dir0"/"$$first"; \
113      fi; \
114    fi; \
115    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
116  done; \
117  reldir="$$dir2"
118ACLOCAL = @ACLOCAL@
119AMTAR = @AMTAR@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
124CC = @CC@
125CCDEPMODE = @CCDEPMODE@
126CFLAGS = @CFLAGS@
127CPP = @CPP@
128CPPFLAGS = @CPPFLAGS@
129CYGPATH_W = @CYGPATH_W@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137GREP = @GREP@
138INSTALL = @INSTALL@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_PROGRAM = @INSTALL_PROGRAM@
141INSTALL_SCRIPT = @INSTALL_SCRIPT@
142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143LDFLAGS = @LDFLAGS@
144LIBOBJS = @LIBOBJS@
145LIBS = @LIBS@
146LTLIBOBJS = @LTLIBOBJS@
147MAKEINFO = @MAKEINFO@
148MKDIR_P = @MKDIR_P@
149NETCPU_SOURCE = @NETCPU_SOURCE@
150OBJEXT = @OBJEXT@
151PACKAGE = @PACKAGE@
152PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153PACKAGE_NAME = @PACKAGE_NAME@
154PACKAGE_STRING = @PACKAGE_STRING@
155PACKAGE_TARNAME = @PACKAGE_TARNAME@
156PACKAGE_URL = @PACKAGE_URL@
157PACKAGE_VERSION = @PACKAGE_VERSION@
158PATH_SEPARATOR = @PATH_SEPARATOR@
159RANLIB = @RANLIB@
160SET_MAKE = @SET_MAKE@
161SHELL = @SHELL@
162STRIP = @STRIP@
163VERSION = @VERSION@
164abs_builddir = @abs_builddir@
165abs_srcdir = @abs_srcdir@
166abs_top_builddir = @abs_top_builddir@
167abs_top_srcdir = @abs_top_srcdir@
168ac_ct_CC = @ac_ct_CC@
169am__include = @am__include@
170am__leading_dot = @am__leading_dot@
171am__quote = @am__quote@
172am__tar = @am__tar@
173am__untar = @am__untar@
174bindir = @bindir@
175build = @build@
176build_alias = @build_alias@
177build_cpu = @build_cpu@
178build_os = @build_os@
179build_vendor = @build_vendor@
180builddir = @builddir@
181datadir = @datadir@
182datarootdir = @datarootdir@
183docdir = @docdir@
184dvidir = @dvidir@
185exec_prefix = @exec_prefix@
186host = @host@
187host_alias = @host_alias@
188host_cpu = @host_cpu@
189host_os = @host_os@
190host_vendor = @host_vendor@
191htmldir = @htmldir@
192includedir = @includedir@
193infodir = @infodir@
194install_sh = @install_sh@
195libdir = @libdir@
196libexecdir = @libexecdir@
197localedir = @localedir@
198localstatedir = @localstatedir@
199mandir = @mandir@
200mkdir_p = @mkdir_p@
201oldincludedir = @oldincludedir@
202pdfdir = @pdfdir@
203prefix = @prefix@
204program_transform_name = @program_transform_name@
205psdir = @psdir@
206sbindir = @sbindir@
207sharedstatedir = @sharedstatedir@
208srcdir = @srcdir@
209sysconfdir = @sysconfdir@
210target = @target@
211target_alias = @target_alias@
212target_cpu = @target_cpu@
213target_os = @target_os@
214target_vendor = @target_vendor@
215top_build_prefix = @top_build_prefix@
216top_builddir = @top_builddir@
217top_srcdir = @top_srcdir@
218SUBDIRS = missing
219CLEANFILES = netperf_version.h
220AM_CFLAGS = $(NETPERF_CFLAGS)
221USE_CPU_SOURCE = netcpu_@NETCPU_SOURCE@.c
222EXTRA_DIST = netcpu_none.c netcpu_looper.c netcpu_pstat.c netcpu_pstatnew.c netcpu_perfstat.c netcpu_procstat.c netcpu_kstat.c netcpu_kstat10.c netcpu_sysctl.c netcpu_ntperf.c netcpu_osx.c dirs NetPerfDir/* NetServerDir/* netperf_version.h.in Makefile.uw
223COMMON_SRC = hist.h netlib.c netlib.h netcpu.h netsh.c netsh.h nettest_bsd.c nettest_bsd.h nettest_dlpi.c nettest_dlpi.h nettest_unix.c nettest_unix.h nettest_xti.c nettest_xti.h nettest_sctp.c nettest_sctp.h netperf_version.h nettest_sdp.c nettest_sdp.h nettest_omni.c net_uuid.c dscp.c
224netperf_SOURCES = netperf.c $(COMMON_SRC) $(USE_CPU_SOURCE) $(USE_SYS_SOURCE) $(USE_SEC_SOURCE) $(USE_FIRE_SOURCE)
225netserver_SOURCES = netserver.c $(COMMON_SRC) $(USE_CPU_SOURCE) $(USE_SYS_SOURCE) $(USE_SEC_SOURCE) $(USE_FIRE_SOURCE)
226
227# if there are any "missing" routines, the libobjs should cover it
228@NEED_LIBCOMPAT_TRUE@netperf_LDADD = missing/libcompat.a
229@NEED_LIBCOMPAT_TRUE@netserver_LDADD = missing/libcompat.ap
230all: all-recursive
231
232.SUFFIXES:
233.SUFFIXES: .c .o .obj
234$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
235	@for dep in $?; do \
236	  case '$(am__configure_deps)' in \
237	    *$$dep*) \
238	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
239	        && { if test -f $@; then exit 0; else break; fi; }; \
240	      exit 1;; \
241	  esac; \
242	done; \
243	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
244	$(am__cd) $(top_srcdir) && \
245	  $(AUTOMAKE) --gnu src/Makefile
246.PRECIOUS: Makefile
247Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248	@case '$?' in \
249	  *config.status*) \
250	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
251	  *) \
252	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
253	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
254	esac;
255
256$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
259$(top_srcdir)/configure:  $(am__configure_deps)
260	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
262	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263$(am__aclocal_m4_deps):
264netperf_version.h: $(top_builddir)/config.status $(srcdir)/netperf_version.h.in
265	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
266install-binPROGRAMS: $(bin_PROGRAMS)
267	@$(NORMAL_INSTALL)
268	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
269	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
270	for p in $$list; do echo "$$p $$p"; done | \
271	sed 's/$(EXEEXT)$$//' | \
272	while read p p1; do if test -f $$p; \
273	  then echo "$$p"; echo "$$p"; else :; fi; \
274	done | \
275	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
276	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
277	sed 'N;N;N;s,\n, ,g' | \
278	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
279	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
280	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
281	    else { print "f", $$3 "/" $$4, $$1; } } \
282	  END { for (d in files) print "f", d, files[d] }' | \
283	while read type dir files; do \
284	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
285	    test -z "$$files" || { \
286	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
287	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
288	    } \
289	; done
290
291uninstall-binPROGRAMS:
292	@$(NORMAL_UNINSTALL)
293	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
294	files=`for p in $$list; do echo "$$p"; done | \
295	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
296	      -e 's/$$/$(EXEEXT)/' `; \
297	test -n "$$list" || exit 0; \
298	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
299	cd "$(DESTDIR)$(bindir)" && rm -f $$files
300
301clean-binPROGRAMS:
302	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
303netperf$(EXEEXT): $(netperf_OBJECTS) $(netperf_DEPENDENCIES) $(EXTRA_netperf_DEPENDENCIES) 
304	@rm -f netperf$(EXEEXT)
305	$(LINK) $(netperf_OBJECTS) $(netperf_LDADD) $(LIBS)
306netserver$(EXEEXT): $(netserver_OBJECTS) $(netserver_DEPENDENCIES) $(EXTRA_netserver_DEPENDENCIES) 
307	@rm -f netserver$(EXEEXT)
308	$(LINK) $(netserver_OBJECTS) $(netserver_LDADD) $(LIBS)
309
310mostlyclean-compile:
311	-rm -f *.$(OBJEXT)
312
313distclean-compile:
314	-rm -f *.tab.c
315
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dscp.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_uuid.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netcpu_@NETCPU_SOURCE@.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlib.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netperf.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netserver.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netsh.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_bsd.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_dlpi.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_omni.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_sctp.Po@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_sdp.Po@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_unix.Po@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nettest_xti.Po@am__quote@
330
331.c.o:
332@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
333@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
334@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336@am__fastdepCC_FALSE@	$(COMPILE) -c $<
337
338.c.obj:
339@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
340@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
344
345# This directory's subdirectories are mostly independent; you can cd
346# into them and run `make' without going through this Makefile.
347# To change the values of `make' variables: instead of editing Makefiles,
348# (1) if the variable is set in `config.status', edit `config.status'
349#     (which will cause the Makefiles to be regenerated when you run `make');
350# (2) otherwise, pass the desired values on the `make' command line.
351$(RECURSIVE_TARGETS):
352	@fail= failcom='exit 1'; \
353	for f in x $$MAKEFLAGS; do \
354	  case $$f in \
355	    *=* | --[!k]*);; \
356	    *k*) failcom='fail=yes';; \
357	  esac; \
358	done; \
359	dot_seen=no; \
360	target=`echo $@ | sed s/-recursive//`; \
361	list='$(SUBDIRS)'; for subdir in $$list; do \
362	  echo "Making $$target in $$subdir"; \
363	  if test "$$subdir" = "."; then \
364	    dot_seen=yes; \
365	    local_target="$$target-am"; \
366	  else \
367	    local_target="$$target"; \
368	  fi; \
369	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370	  || eval $$failcom; \
371	done; \
372	if test "$$dot_seen" = "no"; then \
373	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374	fi; test -z "$$fail"
375
376$(RECURSIVE_CLEAN_TARGETS):
377	@fail= failcom='exit 1'; \
378	for f in x $$MAKEFLAGS; do \
379	  case $$f in \
380	    *=* | --[!k]*);; \
381	    *k*) failcom='fail=yes';; \
382	  esac; \
383	done; \
384	dot_seen=no; \
385	case "$@" in \
386	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387	  *) list='$(SUBDIRS)' ;; \
388	esac; \
389	rev=''; for subdir in $$list; do \
390	  if test "$$subdir" = "."; then :; else \
391	    rev="$$subdir $$rev"; \
392	  fi; \
393	done; \
394	rev="$$rev ."; \
395	target=`echo $@ | sed s/-recursive//`; \
396	for subdir in $$rev; do \
397	  echo "Making $$target in $$subdir"; \
398	  if test "$$subdir" = "."; then \
399	    local_target="$$target-am"; \
400	  else \
401	    local_target="$$target"; \
402	  fi; \
403	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404	  || eval $$failcom; \
405	done && test -z "$$fail"
406tags-recursive:
407	list='$(SUBDIRS)'; for subdir in $$list; do \
408	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409	done
410ctags-recursive:
411	list='$(SUBDIRS)'; for subdir in $$list; do \
412	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413	done
414
415ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417	unique=`for i in $$list; do \
418	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419	  done | \
420	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421	      END { if (nonempty) { for (i in files) print i; }; }'`; \
422	mkid -fID $$unique
423tags: TAGS
424
425TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
426		$(TAGS_FILES) $(LISP)
427	set x; \
428	here=`pwd`; \
429	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
430	  include_option=--etags-include; \
431	  empty_fix=.; \
432	else \
433	  include_option=--include; \
434	  empty_fix=; \
435	fi; \
436	list='$(SUBDIRS)'; for subdir in $$list; do \
437	  if test "$$subdir" = .; then :; else \
438	    test ! -f $$subdir/TAGS || \
439	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
440	  fi; \
441	done; \
442	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443	unique=`for i in $$list; do \
444	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445	  done | \
446	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447	      END { if (nonempty) { for (i in files) print i; }; }'`; \
448	shift; \
449	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450	  test -n "$$unique" || unique=$$empty_fix; \
451	  if test $$# -gt 0; then \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      "$$@" $$unique; \
454	  else \
455	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456	      $$unique; \
457	  fi; \
458	fi
459ctags: CTAGS
460CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461		$(TAGS_FILES) $(LISP)
462	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463	unique=`for i in $$list; do \
464	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465	  done | \
466	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468	test -z "$(CTAGS_ARGS)$$unique" \
469	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470	     $$unique
471
472GTAGS:
473	here=`$(am__cd) $(top_builddir) && pwd` \
474	  && $(am__cd) $(top_srcdir) \
475	  && gtags -i $(GTAGS_ARGS) "$$here"
476
477distclean-tags:
478	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(DISTFILES)
481	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483	list='$(DISTFILES)'; \
484	  dist_files=`for file in $$list; do echo $$file; done | \
485	  sed -e "s|^$$srcdirstrip/||;t" \
486	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487	case $$dist_files in \
488	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490			   sort -u` ;; \
491	esac; \
492	for file in $$dist_files; do \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  if test -d $$d/$$file; then \
495	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496	    if test -d "$(distdir)/$$file"; then \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504	  else \
505	    test -f "$(distdir)/$$file" \
506	    || cp -p $$d/$$file "$(distdir)/$$file" \
507	    || exit 1; \
508	  fi; \
509	done
510	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511	  if test "$$subdir" = .; then :; else \
512	    test -d "$(distdir)/$$subdir" \
513	    || $(MKDIR_P) "$(distdir)/$$subdir" \
514	    || exit 1; \
515	  fi; \
516	done
517	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518	  if test "$$subdir" = .; then :; else \
519	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
520	    $(am__relativize); \
521	    new_distdir=$$reldir; \
522	    dir1=$$subdir; dir2="$(top_distdir)"; \
523	    $(am__relativize); \
524	    new_top_distdir=$$reldir; \
525	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
526	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
527	    ($(am__cd) $$subdir && \
528	      $(MAKE) $(AM_MAKEFLAGS) \
529	        top_distdir="$$new_top_distdir" \
530	        distdir="$$new_distdir" \
531		am__remove_distdir=: \
532		am__skip_length_check=: \
533		am__skip_mode_fix=: \
534	        distdir) \
535	      || exit 1; \
536	  fi; \
537	done
538check-am: all-am
539check: check-recursive
540all-am: Makefile $(PROGRAMS)
541installdirs: installdirs-recursive
542installdirs-am:
543	for dir in "$(DESTDIR)$(bindir)"; do \
544	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
545	done
546install: install-recursive
547install-exec: install-exec-recursive
548install-data: install-data-recursive
549uninstall: uninstall-recursive
550
551install-am: all-am
552	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
553
554installcheck: installcheck-recursive
555install-strip:
556	if test -z '$(STRIP)'; then \
557	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559	      install; \
560	else \
561	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
564	fi
565mostlyclean-generic:
566
567clean-generic:
568	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
569
570distclean-generic:
571	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
574maintainer-clean-generic:
575	@echo "This command is intended for maintainers to use"
576	@echo "it deletes files that may require special tools to rebuild."
577clean: clean-recursive
578
579clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
580
581distclean: distclean-recursive
582	-rm -rf ./$(DEPDIR)
583	-rm -f Makefile
584distclean-am: clean-am distclean-compile distclean-generic \
585	distclean-tags
586
587dvi: dvi-recursive
588
589dvi-am:
590
591html: html-recursive
592
593html-am:
594
595info: info-recursive
596
597info-am:
598
599install-data-am:
600
601install-dvi: install-dvi-recursive
602
603install-dvi-am:
604
605install-exec-am: install-binPROGRAMS
606
607install-html: install-html-recursive
608
609install-html-am:
610
611install-info: install-info-recursive
612
613install-info-am:
614
615install-man:
616
617install-pdf: install-pdf-recursive
618
619install-pdf-am:
620
621install-ps: install-ps-recursive
622
623install-ps-am:
624
625installcheck-am:
626
627maintainer-clean: maintainer-clean-recursive
628	-rm -rf ./$(DEPDIR)
629	-rm -f Makefile
630maintainer-clean-am: distclean-am maintainer-clean-generic
631
632mostlyclean: mostlyclean-recursive
633
634mostlyclean-am: mostlyclean-compile mostlyclean-generic
635
636pdf: pdf-recursive
637
638pdf-am:
639
640ps: ps-recursive
641
642ps-am:
643
644uninstall-am: uninstall-binPROGRAMS
645
646.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
647	install-am install-strip tags-recursive
648
649.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
650	all all-am check check-am clean clean-binPROGRAMS \
651	clean-generic ctags ctags-recursive distclean \
652	distclean-compile distclean-generic distclean-tags distdir dvi \
653	dvi-am html html-am info info-am install install-am \
654	install-binPROGRAMS install-data install-data-am install-dvi \
655	install-dvi-am install-exec install-exec-am install-html \
656	install-html-am install-info install-info-am install-man \
657	install-pdf install-pdf-am install-ps install-ps-am \
658	install-strip installcheck installcheck-am installdirs \
659	installdirs-am maintainer-clean maintainer-clean-generic \
660	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
661	ps ps-am tags tags-recursive uninstall uninstall-am \
662	uninstall-binPROGRAMS
663
664
665# Tell versions [3.59,3.63) of GNU make to not export all variables.
666# Otherwise a system limit (for SysV at least) may be exceeded.
667.NOEXPORT:
668