1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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 = warmux-server$(EXEEXT)
39subdir = tools/servers/game_server
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/build/m4/ax_cflags_warn_all.m4 \
43	$(top_srcdir)/build/m4/libcurl.m4 $(top_srcdir)/build/m4/po.m4 \
44	$(top_srcdir)/build/m4/sdl.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/lib/warmux/include/config_autotools.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)"
52PROGRAMS = $(bin_PROGRAMS)
53am_warmux_server_OBJECTS = config.$(OBJEXT) server.$(OBJEXT) \
54	main.$(OBJEXT)
55warmux_server_OBJECTS = $(am_warmux_server_OBJECTS)
56warmux_server_DEPENDENCIES =  \
57	$(top_srcdir)/lib/warmux-server/libwarmux-server.a \
58	$(top_srcdir)/lib/warmux/libwarmux.a
59warmux_server_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
60	$(warmux_server_LDFLAGS) $(LDFLAGS) -o $@
61DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib/warmux/include
62depcomp = $(SHELL) $(top_srcdir)/depcomp
63am__depfiles_maybe = depfiles
64am__mv = mv -f
65CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67CXXLD = $(CXX)
68CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
69	-o $@
70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72CCLD = $(CC)
73LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
74SOURCES = $(warmux_server_SOURCES)
75DIST_SOURCES = $(warmux_server_SOURCES)
76RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77	html-recursive info-recursive install-data-recursive \
78	install-dvi-recursive install-exec-recursive \
79	install-html-recursive install-info-recursive \
80	install-pdf-recursive install-ps-recursive install-recursive \
81	installcheck-recursive installdirs-recursive pdf-recursive \
82	ps-recursive uninstall-recursive
83RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
84  distclean-recursive maintainer-clean-recursive
85AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87	distdir
88ETAGS = etags
89CTAGS = ctags
90DIST_SUBDIRS = $(SUBDIRS)
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92am__relativize = \
93  dir0=`pwd`; \
94  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
95  sed_rest='s,^[^/]*/*,,'; \
96  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
97  sed_butlast='s,/*[^/]*$$,,'; \
98  while test -n "$$dir1"; do \
99    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
100    if test "$$first" != "."; then \
101      if test "$$first" = ".."; then \
102        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
103        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
104      else \
105        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106        if test "$$first2" = "$$first"; then \
107          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
108        else \
109          dir2="../$$dir2"; \
110        fi; \
111        dir0="$$dir0"/"$$first"; \
112      fi; \
113    fi; \
114    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
115  done; \
116  reldir="$$dir2"
117ACLOCAL = @ACLOCAL@
118AMTAR = @AMTAR@
119AUTOCONF = @AUTOCONF@
120AUTOHEADER = @AUTOHEADER@
121AUTOMAKE = @AUTOMAKE@
122AWK = @AWK@
123BUILD_ENV = @BUILD_ENV@
124CC = @CC@
125CCDEPMODE = @CCDEPMODE@
126CFLAGS = @CFLAGS@
127CPP = @CPP@
128CPPFLAGS = @CPPFLAGS@
129CXX = @CXX@
130CXXDEPMODE = @CXXDEPMODE@
131CXXFLAGS = @CXXFLAGS@
132CYGPATH_W = @CYGPATH_W@
133DATADIR = @DATADIR@
134DATA_FILES = @DATA_FILES@
135DEFS = @DEFS@
136DEPDIR = @DEPDIR@
137ECHO_C = @ECHO_C@
138ECHO_N = @ECHO_N@
139ECHO_T = @ECHO_T@
140EGREP = @EGREP@
141EXEEXT = @EXEEXT@
142FONTFILE = @FONTFILE@
143FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
144FRIBIDI_LIBS = @FRIBIDI_LIBS@
145GMSGFMT = @GMSGFMT@
146GMSGFMT_015 = @GMSGFMT_015@
147GREP = @GREP@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153INTLLIBS = @INTLLIBS@
154INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
155LDFLAGS = @LDFLAGS@
156LIBCURL = @LIBCURL@
157LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
158LIBDBUS_CFLAGS = @LIBDBUS_CFLAGS@
159LIBDBUS_LIBS = @LIBDBUS_LIBS@
160LIBGLIB_CFLAGS = @LIBGLIB_CFLAGS@
161LIBGLIB_LIBS = @LIBGLIB_LIBS@
162LIBICONV = @LIBICONV@
163LIBINTL = @LIBINTL@
164LIBOBJS = @LIBOBJS@
165LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
166LIBPNG_LIBS = @LIBPNG_LIBS@
167LIBS = @LIBS@ @LIBCURL@
168LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
169LIBXML2_LIBS = @LIBXML2_LIBS@
170LOCALEDIR = @LOCALEDIR@
171LTLIBICONV = @LTLIBICONV@
172LTLIBINTL = @LTLIBINTL@
173LTLIBOBJS = @LTLIBOBJS@
174MAKEINFO = @MAKEINFO@
175MKDIR_P = @MKDIR_P@
176MSGFMT = @MSGFMT@
177MSGFMT_015 = @MSGFMT_015@
178MSGMERGE = @MSGMERGE@
179OBJEXT = @OBJEXT@
180PACKAGE = @PACKAGE@
181PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182PACKAGE_NAME = @PACKAGE_NAME@
183PACKAGE_STRING = @PACKAGE_STRING@
184PACKAGE_TARNAME = @PACKAGE_TARNAME@
185PACKAGE_URL = @PACKAGE_URL@
186PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@
188PKG_CONFIG = @PKG_CONFIG@
189PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
190PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
191POSUB = @POSUB@
192RANLIB = @RANLIB@
193SDL_CFLAGS = @SDL_CFLAGS@
194SDL_CONFIG = @SDL_CONFIG@
195SDL_GFX_PREFIX = @SDL_GFX_PREFIX@
196SDL_LIBS = @SDL_LIBS@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199STRIP = @STRIP@
200USE_NLS = @USE_NLS@
201VERSION = @VERSION@
202WINDRES = @WINDRES@
203XGETTEXT = @XGETTEXT@
204XGETTEXT_015 = @XGETTEXT_015@
205_libcurl_config = @_libcurl_config@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_CC = @ac_ct_CC@
211ac_ct_CXX = @ac_ct_CXX@
212am__include = @am__include@
213am__leading_dot = @am__leading_dot@
214am__quote = @am__quote@
215am__tar = @am__tar@
216am__untar = @am__untar@
217bindir = @bindir@
218build = @build@
219build_alias = @build_alias@
220build_cpu = @build_cpu@
221build_os = @build_os@
222build_vendor = @build_vendor@
223builddir = @builddir@
224cxx_present = @cxx_present@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230host = @host@
231host_alias = @host_alias@
232host_cpu = @host_cpu@
233host_os = @host_os@
234host_vendor = @host_vendor@
235htmldir = @htmldir@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243mandir = @mandir@
244mkdir_p = @mkdir_p@
245oldincludedir = @oldincludedir@
246osso_CFLAGS = @osso_CFLAGS@
247osso_LIBS = @osso_LIBS@
248pdfdir = @pdfdir@
249prefix = @prefix@
250program_transform_name = @program_transform_name@
251psdir = @psdir@
252sbindir = @sbindir@
253sharedstatedir = @sharedstatedir@
254srcdir = @srcdir@
255sysconfdir = @sysconfdir@
256target = @target@
257target_alias = @target_alias@
258target_cpu = @target_cpu@
259target_os = @target_os@
260target_vendor = @target_vendor@
261top_build_prefix = @top_build_prefix@
262top_builddir = @top_builddir@
263top_srcdir = @top_srcdir@
264SUBDIRS = .
265EXTRA_DIST = warmux_server.conf
266warmux_server_SOURCES = \
267	config.h config.cpp \
268	server.h server.cpp \
269	main.cpp
270
271warmux_server_LDFLAGS = -Wl,--as-needed
272AM_CXXFLAGS = -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" \
273	  @LIBCURL_CPPFLAGS@ -I$(top_srcdir)/lib/warmux-server/include \
274	-I$(top_srcdir)/lib/warmux/include \
275	-I$(top_srcdir)/lib/fixedpoint
276
277warmux_server_LDADD = $(top_srcdir)/lib/warmux-server/libwarmux-server.a $(top_srcdir)/lib/warmux/libwarmux.a
278all: all-recursive
279
280.SUFFIXES:
281.SUFFIXES: .cpp .o .obj
282$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
283	@for dep in $?; do \
284	  case '$(am__configure_deps)' in \
285	    *$$dep*) \
286	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287	        && { if test -f $@; then exit 0; else break; fi; }; \
288	      exit 1;; \
289	  esac; \
290	done; \
291	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/servers/game_server/Makefile'; \
292	$(am__cd) $(top_srcdir) && \
293	  $(AUTOMAKE) --foreign tools/servers/game_server/Makefile
294.PRECIOUS: Makefile
295Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296	@case '$?' in \
297	  *config.status*) \
298	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299	  *) \
300	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302	esac;
303
304$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307$(top_srcdir)/configure:  $(am__configure_deps)
308	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
310	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(am__aclocal_m4_deps):
312install-binPROGRAMS: $(bin_PROGRAMS)
313	@$(NORMAL_INSTALL)
314	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
315	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
316	for p in $$list; do echo "$$p $$p"; done | \
317	sed 's/$(EXEEXT)$$//' | \
318	while read p p1; do if test -f $$p; \
319	  then echo "$$p"; echo "$$p"; else :; fi; \
320	done | \
321	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
322	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
323	sed 'N;N;N;s,\n, ,g' | \
324	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
325	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
326	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
327	    else { print "f", $$3 "/" $$4, $$1; } } \
328	  END { for (d in files) print "f", d, files[d] }' | \
329	while read type dir files; do \
330	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
331	    test -z "$$files" || { \
332	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
333	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
334	    } \
335	; done
336
337uninstall-binPROGRAMS:
338	@$(NORMAL_UNINSTALL)
339	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
340	files=`for p in $$list; do echo "$$p"; done | \
341	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
342	      -e 's/$$/$(EXEEXT)/' `; \
343	test -n "$$list" || exit 0; \
344	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
345	cd "$(DESTDIR)$(bindir)" && rm -f $$files
346
347clean-binPROGRAMS:
348	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
349warmux-server$(EXEEXT): $(warmux_server_OBJECTS) $(warmux_server_DEPENDENCIES)
350	@rm -f warmux-server$(EXEEXT)
351	$(warmux_server_LINK) $(warmux_server_OBJECTS) $(warmux_server_LDADD) $(LIBS)
352
353mostlyclean-compile:
354	-rm -f *.$(OBJEXT)
355
356distclean-compile:
357	-rm -f *.tab.c
358
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
362
363.cpp.o:
364@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
369
370.cpp.obj:
371@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
372@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
376
377# This directory's subdirectories are mostly independent; you can cd
378# into them and run `make' without going through this Makefile.
379# To change the values of `make' variables: instead of editing Makefiles,
380# (1) if the variable is set in `config.status', edit `config.status'
381#     (which will cause the Makefiles to be regenerated when you run `make');
382# (2) otherwise, pass the desired values on the `make' command line.
383$(RECURSIVE_TARGETS):
384	@fail= failcom='exit 1'; \
385	for f in x $$MAKEFLAGS; do \
386	  case $$f in \
387	    *=* | --[!k]*);; \
388	    *k*) failcom='fail=yes';; \
389	  esac; \
390	done; \
391	dot_seen=no; \
392	target=`echo $@ | sed s/-recursive//`; \
393	list='$(SUBDIRS)'; for subdir in $$list; do \
394	  echo "Making $$target in $$subdir"; \
395	  if test "$$subdir" = "."; then \
396	    dot_seen=yes; \
397	    local_target="$$target-am"; \
398	  else \
399	    local_target="$$target"; \
400	  fi; \
401	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402	  || eval $$failcom; \
403	done; \
404	if test "$$dot_seen" = "no"; then \
405	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
406	fi; test -z "$$fail"
407
408$(RECURSIVE_CLEAN_TARGETS):
409	@fail= failcom='exit 1'; \
410	for f in x $$MAKEFLAGS; do \
411	  case $$f in \
412	    *=* | --[!k]*);; \
413	    *k*) failcom='fail=yes';; \
414	  esac; \
415	done; \
416	dot_seen=no; \
417	case "$@" in \
418	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
419	  *) list='$(SUBDIRS)' ;; \
420	esac; \
421	rev=''; for subdir in $$list; do \
422	  if test "$$subdir" = "."; then :; else \
423	    rev="$$subdir $$rev"; \
424	  fi; \
425	done; \
426	rev="$$rev ."; \
427	target=`echo $@ | sed s/-recursive//`; \
428	for subdir in $$rev; do \
429	  echo "Making $$target in $$subdir"; \
430	  if test "$$subdir" = "."; then \
431	    local_target="$$target-am"; \
432	  else \
433	    local_target="$$target"; \
434	  fi; \
435	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436	  || eval $$failcom; \
437	done && test -z "$$fail"
438tags-recursive:
439	list='$(SUBDIRS)'; for subdir in $$list; do \
440	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
441	done
442ctags-recursive:
443	list='$(SUBDIRS)'; for subdir in $$list; do \
444	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
445	done
446
447ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
448	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449	unique=`for i in $$list; do \
450	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451	  done | \
452	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453	      END { if (nonempty) { for (i in files) print i; }; }'`; \
454	mkid -fID $$unique
455tags: TAGS
456
457TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458		$(TAGS_FILES) $(LISP)
459	set x; \
460	here=`pwd`; \
461	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462	  include_option=--etags-include; \
463	  empty_fix=.; \
464	else \
465	  include_option=--include; \
466	  empty_fix=; \
467	fi; \
468	list='$(SUBDIRS)'; for subdir in $$list; do \
469	  if test "$$subdir" = .; then :; else \
470	    test ! -f $$subdir/TAGS || \
471	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
472	  fi; \
473	done; \
474	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
475	unique=`for i in $$list; do \
476	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477	  done | \
478	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479	      END { if (nonempty) { for (i in files) print i; }; }'`; \
480	shift; \
481	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482	  test -n "$$unique" || unique=$$empty_fix; \
483	  if test $$# -gt 0; then \
484	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485	      "$$@" $$unique; \
486	  else \
487	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488	      $$unique; \
489	  fi; \
490	fi
491ctags: CTAGS
492CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
493		$(TAGS_FILES) $(LISP)
494	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
495	unique=`for i in $$list; do \
496	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497	  done | \
498	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499	      END { if (nonempty) { for (i in files) print i; }; }'`; \
500	test -z "$(CTAGS_ARGS)$$unique" \
501	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502	     $$unique
503
504GTAGS:
505	here=`$(am__cd) $(top_builddir) && pwd` \
506	  && $(am__cd) $(top_srcdir) \
507	  && gtags -i $(GTAGS_ARGS) "$$here"
508
509distclean-tags:
510	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512distdir: $(DISTFILES)
513	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	list='$(DISTFILES)'; \
516	  dist_files=`for file in $$list; do echo $$file; done | \
517	  sed -e "s|^$$srcdirstrip/||;t" \
518	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519	case $$dist_files in \
520	  */*) $(MKDIR_P) `echo "$$dist_files" | \
521			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522			   sort -u` ;; \
523	esac; \
524	for file in $$dist_files; do \
525	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526	  if test -d $$d/$$file; then \
527	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528	    if test -d "$(distdir)/$$file"; then \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534	    fi; \
535	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536	  else \
537	    test -f "$(distdir)/$$file" \
538	    || cp -p $$d/$$file "$(distdir)/$$file" \
539	    || exit 1; \
540	  fi; \
541	done
542	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543	  if test "$$subdir" = .; then :; else \
544	    test -d "$(distdir)/$$subdir" \
545	    || $(MKDIR_P) "$(distdir)/$$subdir" \
546	    || exit 1; \
547	  fi; \
548	done
549	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
550	  if test "$$subdir" = .; then :; else \
551	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552	    $(am__relativize); \
553	    new_distdir=$$reldir; \
554	    dir1=$$subdir; dir2="$(top_distdir)"; \
555	    $(am__relativize); \
556	    new_top_distdir=$$reldir; \
557	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
558	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
559	    ($(am__cd) $$subdir && \
560	      $(MAKE) $(AM_MAKEFLAGS) \
561	        top_distdir="$$new_top_distdir" \
562	        distdir="$$new_distdir" \
563		am__remove_distdir=: \
564		am__skip_length_check=: \
565		am__skip_mode_fix=: \
566	        distdir) \
567	      || exit 1; \
568	  fi; \
569	done
570check-am: all-am
571check: check-recursive
572all-am: Makefile $(PROGRAMS)
573installdirs: installdirs-recursive
574installdirs-am:
575	for dir in "$(DESTDIR)$(bindir)"; do \
576	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
577	done
578install: install-recursive
579install-exec: install-exec-recursive
580install-data: install-data-recursive
581uninstall: uninstall-recursive
582
583install-am: all-am
584	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585
586installcheck: installcheck-recursive
587install-strip:
588	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590	  `test -z '$(STRIP)' || \
591	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592mostlyclean-generic:
593
594clean-generic:
595
596distclean-generic:
597	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
598	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
599
600maintainer-clean-generic:
601	@echo "This command is intended for maintainers to use"
602	@echo "it deletes files that may require special tools to rebuild."
603clean: clean-recursive
604
605clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
606
607distclean: distclean-recursive
608	-rm -rf ./$(DEPDIR)
609	-rm -f Makefile
610distclean-am: clean-am distclean-compile distclean-generic \
611	distclean-tags
612
613dvi: dvi-recursive
614
615dvi-am:
616
617html: html-recursive
618
619html-am:
620
621info: info-recursive
622
623info-am:
624
625install-data-am:
626
627install-dvi: install-dvi-recursive
628
629install-dvi-am:
630
631install-exec-am: install-binPROGRAMS
632
633install-html: install-html-recursive
634
635install-html-am:
636
637install-info: install-info-recursive
638
639install-info-am:
640
641install-man:
642
643install-pdf: install-pdf-recursive
644
645install-pdf-am:
646
647install-ps: install-ps-recursive
648
649install-ps-am:
650
651installcheck-am:
652
653maintainer-clean: maintainer-clean-recursive
654	-rm -rf ./$(DEPDIR)
655	-rm -f Makefile
656maintainer-clean-am: distclean-am maintainer-clean-generic
657
658mostlyclean: mostlyclean-recursive
659
660mostlyclean-am: mostlyclean-compile mostlyclean-generic
661
662pdf: pdf-recursive
663
664pdf-am:
665
666ps: ps-recursive
667
668ps-am:
669
670uninstall-am: uninstall-binPROGRAMS
671
672.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
673	install-am install-strip tags-recursive
674
675.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
676	all all-am check check-am clean clean-binPROGRAMS \
677	clean-generic ctags ctags-recursive distclean \
678	distclean-compile distclean-generic distclean-tags distdir dvi \
679	dvi-am html html-am info info-am install install-am \
680	install-binPROGRAMS install-data install-data-am install-dvi \
681	install-dvi-am install-exec install-exec-am install-html \
682	install-html-am install-info install-info-am install-man \
683	install-pdf install-pdf-am install-ps install-ps-am \
684	install-strip installcheck installcheck-am installdirs \
685	installdirs-am maintainer-clean maintainer-clean-generic \
686	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
687	ps ps-am tags tags-recursive uninstall uninstall-am \
688	uninstall-binPROGRAMS
689
690
691# Tell versions [3.59,3.63) of GNU make to not export all variables.
692# Otherwise a system limit (for SysV at least) may be exceeded.
693.NOEXPORT:
694