ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.in
(Generate patch)

Comparing deliantra/server/Makefile.in (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:11:13 2006 UTC vs.
Revision 1.6 by pippijn, Sun Jul 2 15:09:11 2006 UTC

1# Makefile.in generated by automake 1.9.5 from Makefile.am. 1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# This program is distributed in the hope that it will be useful, 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 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE. 13# PARTICULAR PURPOSE.
14 14
15@SET_MAKE@ 15@SET_MAKE@
16
16srcdir = @srcdir@ 17srcdir = @srcdir@
17top_srcdir = @top_srcdir@ 18top_srcdir = @top_srcdir@
18VPATH = @srcdir@ 19VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = . 23top_builddir = .
24
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@ 26INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644 27install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c 28install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c 29install_sh_SCRIPT = $(install_sh) -c
31PRE_INSTALL = : 33PRE_INSTALL = :
32POST_INSTALL = : 34POST_INSTALL = :
33NORMAL_UNINSTALL = : 35NORMAL_UNINSTALL = :
34PRE_UNINSTALL = : 36PRE_UNINSTALL = :
35POST_UNINSTALL = : 37POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@ 38host_triplet = @host@
38subdir = .
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
41 ChangeLog INSTALL NEWS TODO config.guess config.sub
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno configure.status.lineno
49mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
50CONFIG_HEADER = $(top_builddir)/include/autoconf.h
51CONFIG_CLEAN_FILES =
52SOURCES =
53DIST_SOURCES =
54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55 html-recursive info-recursive install-data-recursive \
56 install-exec-recursive install-info-recursive \
57 install-recursive installcheck-recursive installdirs-recursive \
58 pdf-recursive ps-recursive uninstall-info-recursive \
59 uninstall-recursive
60ETAGS = etags
61CTAGS = ctags
62DIST_SUBDIRS = common random_maps socket server include lib utils doc \
63 plugins devel crossedit
64DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65distdir = $(PACKAGE)-$(VERSION)
66top_distdir = $(distdir)
67am__remove_distdir = \
68 { test ! -d $(distdir) \
69 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70 && rm -fr $(distdir); }; }
71DIST_ARCHIVES = $(distdir).tar.gz
72GZIP_ENV = --best
73distuninstallcheck_listfiles = find . -type f -print
74distcleancheck_listfiles = find . -type f -print
75ACLOCAL = @ACLOCAL@ 39ACLOCAL = @ACLOCAL@
76AMDEP_FALSE = @AMDEP_FALSE@ 40AMDEP_FALSE = @AMDEP_FALSE@
77AMDEP_TRUE = @AMDEP_TRUE@ 41AMDEP_TRUE = @AMDEP_TRUE@
78AMTAR = @AMTAR@ 42AMTAR = @AMTAR@
79AR = @AR@ 43AR = @AR@
88CCDEPMODE = @CCDEPMODE@ 52CCDEPMODE = @CCDEPMODE@
89CFLAGS = @CFLAGS@ 53CFLAGS = @CFLAGS@
90COMPRESS = @COMPRESS@ 54COMPRESS = @COMPRESS@
91CPP = @CPP@ 55CPP = @CPP@
92CPPFLAGS = @CPPFLAGS@ 56CPPFLAGS = @CPPFLAGS@
93CXX = @CXX@ 57
94CXXCPP = @CXXCPP@ 58CROSSEDIT = @CROSSEDIT@
95CXXDEPMODE = @CXXDEPMODE@
96CXXFLAGS = @CXXFLAGS@
97CYGPATH_W = @CYGPATH_W@ 59CYGPATH_W = @CYGPATH_W@
98DEFS = @DEFS@ 60DEFS = @DEFS@
99DEPDIR = @DEPDIR@ 61DEPDIR = @DEPDIR@
100ECHO = @ECHO@ 62ECHO = @ECHO@
101ECHO_C = @ECHO_C@ 63ECHO_C = @ECHO_C@
102ECHO_N = @ECHO_N@ 64ECHO_N = @ECHO_N@
103ECHO_T = @ECHO_T@ 65ECHO_T = @ECHO_T@
104EGREP = @EGREP@ 66EGREP = @EGREP@
105EXEEXT = @EXEEXT@ 67EXEEXT = @EXEEXT@
106F77 = @F77@
107FFLAGS = @FFLAGS@
108GUNZIP = @GUNZIP@ 68GUNZIP = @GUNZIP@
109GZIP = @GZIP@ 69GZIP = @GZIP@
110HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@ 70HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
111HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@ 71HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
112HAVE_X_FALSE = @HAVE_X_FALSE@ 72HAVE_X_FALSE = @HAVE_X_FALSE@
114INSTALL_DATA = @INSTALL_DATA@ 74INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@ 75INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@ 76INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 77INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LATEX = @LATEX@ 78LATEX = @LATEX@
79LD = @LD@
119LDFLAGS = @LDFLAGS@ 80LDFLAGS = @LDFLAGS@
120LEX = @LEX@ 81LEX = @LEX@
121LEXLIB = @LEXLIB@ 82LEXLIB = @LEXLIB@
122LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 83LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
123LIBOBJS = @LIBOBJS@ 84LIBOBJS = @LIBOBJS@
127LTLIBOBJS = @LTLIBOBJS@ 88LTLIBOBJS = @LTLIBOBJS@
128MAINT = @MAINT@ 89MAINT = @MAINT@
129MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 90MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
130MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 91MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
131MAKEINFO = @MAKEINFO@ 92MAKEINFO = @MAKEINFO@
93NM = @NM@
132OBJEXT = @OBJEXT@ 94OBJEXT = @OBJEXT@
133PACKAGE = @PACKAGE@ 95PACKAGE = @PACKAGE@
134PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135PACKAGE_NAME = @PACKAGE_NAME@ 97PACKAGE_NAME = @PACKAGE_NAME@
136PACKAGE_STRING = @PACKAGE_STRING@ 98PACKAGE_STRING = @PACKAGE_STRING@
137PACKAGE_TARNAME = @PACKAGE_TARNAME@ 99PACKAGE_TARNAME = @PACKAGE_TARNAME@
138PACKAGE_VERSION = @PACKAGE_VERSION@ 100PACKAGE_VERSION = @PACKAGE_VERSION@
139PATH_SEPARATOR = @PATH_SEPARATOR@ 101PATH_SEPARATOR = @PATH_SEPARATOR@
140PERL = @PERL@ 102PERL = @PERL@
103PERLFLAGS = @PERLFLAGS@
104PERLLIB = @PERLLIB@
105PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
106PERL_PLUGIN = @PERL_PLUGIN@
107PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
108PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
141PLUGIN_PYTHON = @PLUGIN_PYTHON@ 109PLUGIN_PYTHON = @PLUGIN_PYTHON@
142PYTHON_LIB = @PYTHON_LIB@ 110PYTHON_LIB = @PYTHON_LIB@
143PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@ 111PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
144PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@ 112PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
145PY_INCLUDES = @PY_INCLUDES@ 113PY_INCLUDES = @PY_INCLUDES@
146PY_LIBS = @PY_LIBS@ 114PY_LIBS = @PY_LIBS@
147RANLIB = @RANLIB@ 115RANLIB = @RANLIB@
116SED = @SED@
148SET_MAKE = @SET_MAKE@ 117SET_MAKE = @SET_MAKE@
149SHELL = @SHELL@ 118SHELL = @SHELL@
150STRIP = @STRIP@ 119STRIP = @STRIP@
151TAR = @TAR@ 120TAR = @TAR@
152UNCOMPRESS = @UNCOMPRESS@ 121UNCOMPRESS = @UNCOMPRESS@
156X_EXTRA_LIBS = @X_EXTRA_LIBS@ 125X_EXTRA_LIBS = @X_EXTRA_LIBS@
157X_LIBS = @X_LIBS@ 126X_LIBS = @X_LIBS@
158X_PRE_LIBS = @X_PRE_LIBS@ 127X_PRE_LIBS = @X_PRE_LIBS@
159ac_ct_AR = @ac_ct_AR@ 128ac_ct_AR = @ac_ct_AR@
160ac_ct_CC = @ac_ct_CC@ 129ac_ct_CC = @ac_ct_CC@
161ac_ct_CXX = @ac_ct_CXX@
162ac_ct_F77 = @ac_ct_F77@
163ac_ct_RANLIB = @ac_ct_RANLIB@ 130ac_ct_RANLIB = @ac_ct_RANLIB@
164ac_ct_STRIP = @ac_ct_STRIP@ 131ac_ct_STRIP = @ac_ct_STRIP@
165am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 132am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
166am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 133am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
167am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
168am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
169am__include = @am__include@ 134am__include = @am__include@
170am__leading_dot = @am__leading_dot@ 135am__leading_dot = @am__leading_dot@
171am__quote = @am__quote@ 136am__quote = @am__quote@
172am__tar = @am__tar@
173am__untar = @am__untar@
174bindir = @bindir@ 137bindir = @bindir@
175build = @build@ 138build = @build@
176build_alias = @build_alias@ 139build_alias = @build_alias@
177build_cpu = @build_cpu@ 140build_cpu = @build_cpu@
178build_os = @build_os@ 141build_os = @build_os@
189install_sh = @install_sh@ 152install_sh = @install_sh@
190libdir = @libdir@ 153libdir = @libdir@
191libexecdir = @libexecdir@ 154libexecdir = @libexecdir@
192localstatedir = @localstatedir@ 155localstatedir = @localstatedir@
193mandir = @mandir@ 156mandir = @mandir@
194mkdir_p = @mkdir_p@
195no_x = @no_x@ 157no_x = @no_x@
196oldincludedir = @oldincludedir@ 158oldincludedir = @oldincludedir@
197pkgconfdir = @pkgconfdir@ 159pkgconfdir = @pkgconfdir@
198pkgstatedir = @pkgstatedir@ 160pkgstatedir = @pkgstatedir@
199prefix = @prefix@ 161prefix = @prefix@
202sharedstatedir = @sharedstatedir@ 164sharedstatedir = @sharedstatedir@
203sysconfdir = @sysconfdir@ 165sysconfdir = @sysconfdir@
204target_alias = @target_alias@ 166target_alias = @target_alias@
205x_includes = @x_includes@ 167x_includes = @x_includes@
206x_libraries = @x_libraries@ 168x_libraries = @x_libraries@
207@HAVE_X_TRUE@CROSSEDIT = crossedit 169
208SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT) 170SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT)
171
209EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat 172EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
173
210DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man 174DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
175subdir = .
176ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
177mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
178CONFIG_HEADER = $(top_builddir)/include/autoconf.h
179CONFIG_CLEAN_FILES =
180DIST_SOURCES =
181
182RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
183 ps-recursive install-info-recursive uninstall-info-recursive \
184 all-recursive install-data-recursive install-exec-recursive \
185 installdirs-recursive install-recursive uninstall-recursive \
186 check-recursive installcheck-recursive
187DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
188 COPYING ChangeLog INSTALL Makefile.am NEWS TODO acinclude.m4 \
189 aclocal.m4 config.guess config.sub configure configure.ac
190DIST_SUBDIRS = $(SUBDIRS)
211all: all-recursive 191all: all-recursive
212 192
213.SUFFIXES: 193.SUFFIXES:
214am--refresh: 194
215 @: 195am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
196 configure.lineno
216$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 197$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
217 @for dep in $?; do \
218 case '$(am__configure_deps)' in \
219 *$$dep*) \
220 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
221 cd $(srcdir) && $(AUTOMAKE) --gnu \
222 && exit 0; \
223 exit 1;; \
224 esac; \
225 done; \
226 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
227 cd $(top_srcdir) && \ 198 cd $(top_srcdir) && \
228 $(AUTOMAKE) --gnu Makefile 199 $(AUTOMAKE) --gnu Makefile
229.PRECIOUS: Makefile
230Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 200Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
231 @case '$?' in \
232 *config.status*) \
233 echo ' $(SHELL) ./config.status'; \
234 $(SHELL) ./config.status;; \
235 *) \
236 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
237 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 201 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
238 esac;
239 202
240$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 203$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
241 $(SHELL) ./config.status --recheck 204 $(SHELL) ./config.status --recheck
242 205$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
243$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
244 cd $(srcdir) && $(AUTOCONF) 206 cd $(srcdir) && $(AUTOCONF)
245$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 207
208$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac acinclude.m4
246 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 209 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
247 210
248mostlyclean-libtool: 211mostlyclean-libtool:
249 -rm -f *.lo 212 -rm -f *.lo
250 213
260# To change the values of `make' variables: instead of editing Makefiles, 223# To change the values of `make' variables: instead of editing Makefiles,
261# (1) if the variable is set in `config.status', edit `config.status' 224# (1) if the variable is set in `config.status', edit `config.status'
262# (which will cause the Makefiles to be regenerated when you run `make'); 225# (which will cause the Makefiles to be regenerated when you run `make');
263# (2) otherwise, pass the desired values on the `make' command line. 226# (2) otherwise, pass the desired values on the `make' command line.
264$(RECURSIVE_TARGETS): 227$(RECURSIVE_TARGETS):
265 @failcom='exit 1'; \ 228 @set fnord $$MAKEFLAGS; amf=$$2; \
266 for f in x $$MAKEFLAGS; do \
267 case $$f in \
268 *=* | --[!k]*);; \
269 *k*) failcom='fail=yes';; \
270 esac; \
271 done; \
272 dot_seen=no; \ 229 dot_seen=no; \
273 target=`echo $@ | sed s/-recursive//`; \ 230 target=`echo $@ | sed s/-recursive//`; \
274 list='$(SUBDIRS)'; for subdir in $$list; do \ 231 list='$(SUBDIRS)'; for subdir in $$list; do \
275 echo "Making $$target in $$subdir"; \ 232 echo "Making $$target in $$subdir"; \
276 if test "$$subdir" = "."; then \ 233 if test "$$subdir" = "."; then \
278 local_target="$$target-am"; \ 235 local_target="$$target-am"; \
279 else \ 236 else \
280 local_target="$$target"; \ 237 local_target="$$target"; \
281 fi; \ 238 fi; \
282 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 239 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
283 || eval $$failcom; \ 240 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
284 done; \ 241 done; \
285 if test "$$dot_seen" = "no"; then \ 242 if test "$$dot_seen" = "no"; then \
286 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 243 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
287 fi; test -z "$$fail" 244 fi; test -z "$$fail"
288 245
289mostlyclean-recursive clean-recursive distclean-recursive \ 246mostlyclean-recursive clean-recursive distclean-recursive \
290maintainer-clean-recursive: 247maintainer-clean-recursive:
291 @failcom='exit 1'; \ 248 @set fnord $$MAKEFLAGS; amf=$$2; \
292 for f in x $$MAKEFLAGS; do \
293 case $$f in \
294 *=* | --[!k]*);; \
295 *k*) failcom='fail=yes';; \
296 esac; \
297 done; \
298 dot_seen=no; \ 249 dot_seen=no; \
299 case "$@" in \ 250 case "$@" in \
300 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 251 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
301 *) list='$(SUBDIRS)' ;; \ 252 *) list='$(SUBDIRS)' ;; \
302 esac; \ 253 esac; \
313 local_target="$$target-am"; \ 264 local_target="$$target-am"; \
314 else \ 265 else \
315 local_target="$$target"; \ 266 local_target="$$target"; \
316 fi; \ 267 fi; \
317 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318 || eval $$failcom; \ 269 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
319 done && test -z "$$fail" 270 done && test -z "$$fail"
320tags-recursive: 271tags-recursive:
321 list='$(SUBDIRS)'; for subdir in $$list; do \ 272 list='$(SUBDIRS)'; for subdir in $$list; do \
322 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 273 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
323 done 274 done
324ctags-recursive: 275ctags-recursive:
325 list='$(SUBDIRS)'; for subdir in $$list; do \ 276 list='$(SUBDIRS)'; for subdir in $$list; do \
326 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 277 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
327 done 278 done
328 279
280ETAGS = etags
281ETAGSFLAGS =
282
283CTAGS = ctags
284CTAGSFLAGS =
285
286tags: TAGS
287
329ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 288ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
330 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331 unique=`for i in $$list; do \ 290 unique=`for i in $$list; do \
332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333 done | \ 292 done | \
334 $(AWK) ' { files[$$0] = 1; } \ 293 $(AWK) ' { files[$$0] = 1; } \
335 END { for (i in files) print i; }'`; \ 294 END { for (i in files) print i; }'`; \
336 mkid -fID $$unique 295 mkid -fID $$unique
337tags: TAGS
338 296
339TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 297TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
340 $(TAGS_FILES) $(LISP) 298 $(TAGS_FILES) $(LISP)
341 tags=; \ 299 tags=; \
342 here=`pwd`; \ 300 here=`pwd`; \
343 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 301 if (etags --etags-include --version) >/dev/null 2>&1; then \
344 include_option=--etags-include; \ 302 include_option=--etags-include; \
345 empty_fix=.; \
346 else \ 303 else \
347 include_option=--include; \ 304 include_option=--include; \
348 empty_fix=; \
349 fi; \ 305 fi; \
350 list='$(SUBDIRS)'; for subdir in $$list; do \ 306 list='$(SUBDIRS)'; for subdir in $$list; do \
351 if test "$$subdir" = .; then :; else \ 307 if test "$$subdir" = .; then :; else \
352 test ! -f $$subdir/TAGS || \ 308 test -f $$subdir/TAGS && \
353 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 309 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
354 fi; \ 310 fi; \
355 done; \ 311 done; \
356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357 unique=`for i in $$list; do \ 313 unique=`for i in $$list; do \
358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359 done | \ 315 done | \
360 $(AWK) ' { files[$$0] = 1; } \ 316 $(AWK) ' { files[$$0] = 1; } \
361 END { for (i in files) print i; }'`; \ 317 END { for (i in files) print i; }'`; \
362 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 318 test -z "$(ETAGS_ARGS)$$tags$$unique" \
363 test -n "$$unique" || unique=$$empty_fix; \
364 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 319 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365 $$tags $$unique; \ 320 $$tags $$unique
366 fi 321
367ctags: CTAGS 322ctags: CTAGS
368CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 323CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
369 $(TAGS_FILES) $(LISP) 324 $(TAGS_FILES) $(LISP)
370 tags=; \ 325 tags=; \
371 here=`pwd`; \ 326 here=`pwd`; \
384 && cd $(top_srcdir) \ 339 && cd $(top_srcdir) \
385 && gtags -i $(GTAGS_ARGS) $$here 340 && gtags -i $(GTAGS_ARGS) $$here
386 341
387distclean-tags: 342distclean-tags:
388 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 343 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
345
346top_distdir = .
347distdir = $(PACKAGE)-$(VERSION)
348
349am__remove_distdir = \
350 { test ! -d $(distdir) \
351 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
352 && rm -fr $(distdir); }; }
353
354GZIP_ENV = --best
355distuninstallcheck_listfiles = find . -type f -print
356distcleancheck_listfiles = find . -type f -print
389 357
390distdir: $(DISTFILES) 358distdir: $(DISTFILES)
391 $(am__remove_distdir) 359 $(am__remove_distdir)
392 mkdir $(distdir) 360 mkdir $(distdir)
393 $(mkdir_p) $(distdir)/lib $(distdir)/utils 361 $(mkinstalldirs) $(distdir)/lib $(distdir)/utils
394 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 362 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
395 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 363 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
396 list='$(DISTFILES)'; for file in $$list; do \ 364 list='$(DISTFILES)'; for file in $$list; do \
397 case $$file in \ 365 case $$file in \
398 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 366 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
400 esac; \ 368 esac; \
401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 369 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 370 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
403 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 371 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
404 dir="/$$dir"; \ 372 dir="/$$dir"; \
405 $(mkdir_p) "$(distdir)$$dir"; \ 373 $(mkinstalldirs) "$(distdir)$$dir"; \
406 else \ 374 else \
407 dir=''; \ 375 dir=''; \
408 fi; \ 376 fi; \
409 if test -d $$d/$$file; then \ 377 if test -d $$d/$$file; then \
410 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 378 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415 test -f $(distdir)/$$file \ 383 test -f $(distdir)/$$file \
416 || cp -p $$d/$$file $(distdir)/$$file \ 384 || cp -p $$d/$$file $(distdir)/$$file \
417 || exit 1; \ 385 || exit 1; \
418 fi; \ 386 fi; \
419 done 387 done
420 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 388 list='$(SUBDIRS)'; for subdir in $$list; do \
421 if test "$$subdir" = .; then :; else \ 389 if test "$$subdir" = .; then :; else \
422 test -d "$(distdir)/$$subdir" \ 390 test -d $(distdir)/$$subdir \
423 || $(mkdir_p) "$(distdir)/$$subdir" \ 391 || mkdir $(distdir)/$$subdir \
424 || exit 1; \ 392 || exit 1; \
425 distdir=`$(am__cd) $(distdir) && pwd`; \
426 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
427 (cd $$subdir && \ 393 (cd $$subdir && \
428 $(MAKE) $(AM_MAKEFLAGS) \ 394 $(MAKE) $(AM_MAKEFLAGS) \
429 top_distdir="$$top_distdir" \ 395 top_distdir="$(top_distdir)" \
430 distdir="$$distdir/$$subdir" \ 396 distdir=../$(distdir)/$$subdir \
431 distdir) \ 397 distdir) \
432 || exit 1; \ 398 || exit 1; \
433 fi; \ 399 fi; \
434 done 400 done
435 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 401 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
436 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 402 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
437 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 403 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
438 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 404 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
439 || chmod -R a+r $(distdir) 405 || chmod -R a+r $(distdir)
440dist-gzip: distdir 406dist-gzip: distdir
441 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 407 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
442 $(am__remove_distdir) 408 $(am__remove_distdir)
443 409
444dist-bzip2: distdir
445 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
446 $(am__remove_distdir)
447
448dist-tarZ: distdir
449 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
450 $(am__remove_distdir)
451
452dist-shar: distdir
453 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
454 $(am__remove_distdir)
455
456dist-zip: distdir
457 -rm -f $(distdir).zip
458 zip -rq $(distdir).zip $(distdir)
459 $(am__remove_distdir)
460
461dist dist-all: distdir 410dist dist-all: distdir
462 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 411 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
463 $(am__remove_distdir) 412 $(am__remove_distdir)
464 413
465# This target untars the dist file and tries a VPATH configuration. Then 414# This target untars the dist file and tries a VPATH configuration. Then
466# it guarantees that the distribution is self-contained by making another 415# it guarantees that the distribution is self-contained by making another
467# tarfile. 416# tarfile.
468distcheck: dist 417distcheck: dist
469 case '$(DIST_ARCHIVES)' in \ 418 $(am__remove_distdir)
470 *.tar.gz*) \
471 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 419 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
472 *.tar.bz2*) \
473 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
474 *.tar.Z*) \
475 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
476 *.shar.gz*) \
477 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
478 *.zip*) \
479 unzip $(distdir).zip ;;\
480 esac
481 chmod -R a-w $(distdir); chmod a+w $(distdir) 420 chmod -R a-w $(distdir); chmod a+w $(distdir)
482 mkdir $(distdir)/_build 421 mkdir $(distdir)/_build
483 mkdir $(distdir)/_inst 422 mkdir $(distdir)/_inst
484 chmod a-w $(distdir) 423 chmod a-w $(distdir)
485 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 424 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
495 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 434 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
496 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 435 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
497 distuninstallcheck \ 436 distuninstallcheck \
498 && chmod -R a-w "$$dc_install_base" \ 437 && chmod -R a-w "$$dc_install_base" \
499 && ({ \ 438 && ({ \
500 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 439 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
501 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 440 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
502 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 441 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
503 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 442 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
504 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 443 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
505 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 444 } || { rm -rf "$$dc_destdir"; exit 1; }) \
506 && rm -rf "$$dc_destdir" \ 445 && rm -rf "$$dc_destdir" \
507 && $(MAKE) $(AM_MAKEFLAGS) dist \ 446 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
508 && rm -rf $(DIST_ARCHIVES) \ 447 && rm -f $(distdir).tar.gz \
509 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 448 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
510 $(am__remove_distdir) 449 $(am__remove_distdir)
511 @(echo "$(distdir) archives ready for distribution: "; \ 450 @echo "$(distdir).tar.gz is ready for distribution" | \
512 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
513 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 451 sed 'h;s/./=/g;p;x;p;x'
514distuninstallcheck: 452distuninstallcheck:
515 @cd $(distuninstallcheck_dir) \ 453 @cd $(distuninstallcheck_dir) \
516 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 454 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
517 || { echo "ERROR: files left after uninstall:" ; \ 455 || { echo "ERROR: files left after uninstall:" ; \
518 if test -n "$(DESTDIR)"; then \ 456 if test -n "$(DESTDIR)"; then \
532check-am: all-am 470check-am: all-am
533check: check-recursive 471check: check-recursive
534all-am: Makefile 472all-am: Makefile
535installdirs: installdirs-recursive 473installdirs: installdirs-recursive
536installdirs-am: 474installdirs-am:
475
537install: install-recursive 476install: install-recursive
538install-exec: install-exec-recursive 477install-exec: install-exec-recursive
539install-data: install-data-recursive 478install-data: install-data-recursive
540uninstall: uninstall-recursive 479uninstall: uninstall-recursive
541 480
551mostlyclean-generic: 490mostlyclean-generic:
552 491
553clean-generic: 492clean-generic:
554 493
555distclean-generic: 494distclean-generic:
556 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 495 -rm -f $(CONFIG_CLEAN_FILES)
557 496
558maintainer-clean-generic: 497maintainer-clean-generic:
559 @echo "This command is intended for maintainers to use" 498 @echo "This command is intended for maintainers to use"
560 @echo "it deletes files that may require special tools to rebuild." 499 @echo "it deletes files that may require special tools to rebuild."
561clean: clean-recursive 500clean: clean-recursive
570 509
571dvi: dvi-recursive 510dvi: dvi-recursive
572 511
573dvi-am: 512dvi-am:
574 513
575html: html-recursive
576
577info: info-recursive 514info: info-recursive
578 515
579info-am: 516info-am:
580 517
581install-data-am: 518install-data-am:
608 545
609uninstall-am: uninstall-info-am 546uninstall-am: uninstall-info-am
610 547
611uninstall-info: uninstall-info-recursive 548uninstall-info: uninstall-info-recursive
612 549
613.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 550.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
614 check-am clean clean-generic clean-libtool clean-recursive \ 551 clean-generic clean-libtool clean-recursive ctags \
615 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 552 ctags-recursive dist dist-all dist-gzip distcheck distclean \
616 dist-shar dist-tarZ dist-zip distcheck distclean \
617 distclean-generic distclean-libtool distclean-recursive \ 553 distclean-generic distclean-libtool distclean-recursive \
618 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 554 distclean-tags distcleancheck distdir distuninstallcheck dvi \
619 dvi-am html html-am info info-am install install-am \ 555 dvi-am dvi-recursive info info-am info-recursive install \
620 install-data install-data-am install-exec install-exec-am \ 556 install-am install-data install-data-am install-data-recursive \
621 install-info install-info-am install-man install-strip \ 557 install-exec install-exec-am install-exec-recursive \
622 installcheck installcheck-am installdirs installdirs-am \ 558 install-info install-info-am install-info-recursive install-man \
559 install-recursive install-strip installcheck installcheck-am \
560 installdirs installdirs-am installdirs-recursive \
623 maintainer-clean maintainer-clean-generic \ 561 maintainer-clean maintainer-clean-generic \
624 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 562 maintainer-clean-recursive mostlyclean mostlyclean-generic \
625 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 563 mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
564 pdf-recursive ps ps-am ps-recursive tags tags-recursive \
626 tags tags-recursive uninstall uninstall-am uninstall-info-am 565 uninstall uninstall-am uninstall-info-am \
566 uninstall-info-recursive uninstall-recursive
627 567
628 568
629archives: dist 569archives: dist
630 (cd doc; make archive) 570 (cd doc; make archive)
631 (cd lib; make archive) 571 (cd lib; make archive)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines