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.3 by elmex, Wed Mar 15 15:35:45 2006 UTC vs.
Revision 1.5 by root, Sun May 7 12:49:17 2006 UTC

1# Makefile.in generated by automake 1.9.6 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@
149PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@ 111PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
150PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@ 112PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
151PY_INCLUDES = @PY_INCLUDES@ 113PY_INCLUDES = @PY_INCLUDES@
152PY_LIBS = @PY_LIBS@ 114PY_LIBS = @PY_LIBS@
153RANLIB = @RANLIB@ 115RANLIB = @RANLIB@
116SED = @SED@
154SET_MAKE = @SET_MAKE@ 117SET_MAKE = @SET_MAKE@
155SHELL = @SHELL@ 118SHELL = @SHELL@
156STRIP = @STRIP@ 119STRIP = @STRIP@
157TAR = @TAR@ 120TAR = @TAR@
158UNCOMPRESS = @UNCOMPRESS@ 121UNCOMPRESS = @UNCOMPRESS@
162X_EXTRA_LIBS = @X_EXTRA_LIBS@ 125X_EXTRA_LIBS = @X_EXTRA_LIBS@
163X_LIBS = @X_LIBS@ 126X_LIBS = @X_LIBS@
164X_PRE_LIBS = @X_PRE_LIBS@ 127X_PRE_LIBS = @X_PRE_LIBS@
165ac_ct_AR = @ac_ct_AR@ 128ac_ct_AR = @ac_ct_AR@
166ac_ct_CC = @ac_ct_CC@ 129ac_ct_CC = @ac_ct_CC@
167ac_ct_CXX = @ac_ct_CXX@
168ac_ct_F77 = @ac_ct_F77@
169ac_ct_RANLIB = @ac_ct_RANLIB@ 130ac_ct_RANLIB = @ac_ct_RANLIB@
170ac_ct_STRIP = @ac_ct_STRIP@ 131ac_ct_STRIP = @ac_ct_STRIP@
171am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 132am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 133am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
173am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
174am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
175am__include = @am__include@ 134am__include = @am__include@
176am__leading_dot = @am__leading_dot@ 135am__leading_dot = @am__leading_dot@
177am__quote = @am__quote@ 136am__quote = @am__quote@
178am__tar = @am__tar@
179am__untar = @am__untar@
180bindir = @bindir@ 137bindir = @bindir@
181build = @build@ 138build = @build@
182build_alias = @build_alias@ 139build_alias = @build_alias@
183build_cpu = @build_cpu@ 140build_cpu = @build_cpu@
184build_os = @build_os@ 141build_os = @build_os@
195install_sh = @install_sh@ 152install_sh = @install_sh@
196libdir = @libdir@ 153libdir = @libdir@
197libexecdir = @libexecdir@ 154libexecdir = @libexecdir@
198localstatedir = @localstatedir@ 155localstatedir = @localstatedir@
199mandir = @mandir@ 156mandir = @mandir@
200mkdir_p = @mkdir_p@
201no_x = @no_x@ 157no_x = @no_x@
202oldincludedir = @oldincludedir@ 158oldincludedir = @oldincludedir@
203pkgconfdir = @pkgconfdir@ 159pkgconfdir = @pkgconfdir@
204pkgstatedir = @pkgstatedir@ 160pkgstatedir = @pkgstatedir@
205prefix = @prefix@ 161prefix = @prefix@
208sharedstatedir = @sharedstatedir@ 164sharedstatedir = @sharedstatedir@
209sysconfdir = @sysconfdir@ 165sysconfdir = @sysconfdir@
210target_alias = @target_alias@ 166target_alias = @target_alias@
211x_includes = @x_includes@ 167x_includes = @x_includes@
212x_libraries = @x_libraries@ 168x_libraries = @x_libraries@
213@HAVE_X_TRUE@CROSSEDIT = crossedit 169
214SUBDIRS = 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
215EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat 172EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
173
216DISTCHECK_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)
217all: all-recursive 191all: all-recursive
218 192
219.SUFFIXES: 193.SUFFIXES:
220am--refresh: 194
221 @: 195am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
196 configure.lineno
222$(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)
223 @for dep in $?; do \
224 case '$(am__configure_deps)' in \
225 *$$dep*) \
226 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
227 cd $(srcdir) && $(AUTOMAKE) --gnu \
228 && exit 0; \
229 exit 1;; \
230 esac; \
231 done; \
232 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
233 cd $(top_srcdir) && \ 198 cd $(top_srcdir) && \
234 $(AUTOMAKE) --gnu Makefile 199 $(AUTOMAKE) --gnu Makefile
235.PRECIOUS: Makefile
236Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 200Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
237 @case '$?' in \
238 *config.status*) \
239 echo ' $(SHELL) ./config.status'; \
240 $(SHELL) ./config.status;; \
241 *) \
242 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
243 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 201 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
244 esac;
245 202
246$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 203$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247 $(SHELL) ./config.status --recheck 204 $(SHELL) ./config.status --recheck
248 205$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
249$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
250 cd $(srcdir) && $(AUTOCONF) 206 cd $(srcdir) && $(AUTOCONF)
251$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 207
208$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac acinclude.m4
252 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 209 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
253 210
254mostlyclean-libtool: 211mostlyclean-libtool:
255 -rm -f *.lo 212 -rm -f *.lo
256 213
266# To change the values of `make' variables: instead of editing Makefiles, 223# To change the values of `make' variables: instead of editing Makefiles,
267# (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'
268# (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');
269# (2) otherwise, pass the desired values on the `make' command line. 226# (2) otherwise, pass the desired values on the `make' command line.
270$(RECURSIVE_TARGETS): 227$(RECURSIVE_TARGETS):
271 @failcom='exit 1'; \ 228 @set fnord $$MAKEFLAGS; amf=$$2; \
272 for f in x $$MAKEFLAGS; do \
273 case $$f in \
274 *=* | --[!k]*);; \
275 *k*) failcom='fail=yes';; \
276 esac; \
277 done; \
278 dot_seen=no; \ 229 dot_seen=no; \
279 target=`echo $@ | sed s/-recursive//`; \ 230 target=`echo $@ | sed s/-recursive//`; \
280 list='$(SUBDIRS)'; for subdir in $$list; do \ 231 list='$(SUBDIRS)'; for subdir in $$list; do \
281 echo "Making $$target in $$subdir"; \ 232 echo "Making $$target in $$subdir"; \
282 if test "$$subdir" = "."; then \ 233 if test "$$subdir" = "."; then \
284 local_target="$$target-am"; \ 235 local_target="$$target-am"; \
285 else \ 236 else \
286 local_target="$$target"; \ 237 local_target="$$target"; \
287 fi; \ 238 fi; \
288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 239 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
289 || eval $$failcom; \ 240 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
290 done; \ 241 done; \
291 if test "$$dot_seen" = "no"; then \ 242 if test "$$dot_seen" = "no"; then \
292 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 243 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
293 fi; test -z "$$fail" 244 fi; test -z "$$fail"
294 245
295mostlyclean-recursive clean-recursive distclean-recursive \ 246mostlyclean-recursive clean-recursive distclean-recursive \
296maintainer-clean-recursive: 247maintainer-clean-recursive:
297 @failcom='exit 1'; \ 248 @set fnord $$MAKEFLAGS; amf=$$2; \
298 for f in x $$MAKEFLAGS; do \
299 case $$f in \
300 *=* | --[!k]*);; \
301 *k*) failcom='fail=yes';; \
302 esac; \
303 done; \
304 dot_seen=no; \ 249 dot_seen=no; \
305 case "$@" in \ 250 case "$@" in \
306 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 251 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307 *) list='$(SUBDIRS)' ;; \ 252 *) list='$(SUBDIRS)' ;; \
308 esac; \ 253 esac; \
319 local_target="$$target-am"; \ 264 local_target="$$target-am"; \
320 else \ 265 else \
321 local_target="$$target"; \ 266 local_target="$$target"; \
322 fi; \ 267 fi; \
323 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 || eval $$failcom; \ 269 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
325 done && test -z "$$fail" 270 done && test -z "$$fail"
326tags-recursive: 271tags-recursive:
327 list='$(SUBDIRS)'; for subdir in $$list; do \ 272 list='$(SUBDIRS)'; for subdir in $$list; do \
328 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 273 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 done 274 done
330ctags-recursive: 275ctags-recursive:
331 list='$(SUBDIRS)'; for subdir in $$list; do \ 276 list='$(SUBDIRS)'; for subdir in $$list; do \
332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 277 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
333 done 278 done
334 279
280ETAGS = etags
281ETAGSFLAGS =
282
283CTAGS = ctags
284CTAGSFLAGS =
285
286tags: TAGS
287
335ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 288ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \ 290 unique=`for i in $$list; do \
338 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; \
339 done | \ 292 done | \
340 $(AWK) ' { files[$$0] = 1; } \ 293 $(AWK) ' { files[$$0] = 1; } \
341 END { for (i in files) print i; }'`; \ 294 END { for (i in files) print i; }'`; \
342 mkid -fID $$unique 295 mkid -fID $$unique
343tags: TAGS
344 296
345TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 297TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346 $(TAGS_FILES) $(LISP) 298 $(TAGS_FILES) $(LISP)
347 tags=; \ 299 tags=; \
348 here=`pwd`; \ 300 here=`pwd`; \
349 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 301 if (etags --etags-include --version) >/dev/null 2>&1; then \
350 include_option=--etags-include; \ 302 include_option=--etags-include; \
351 empty_fix=.; \
352 else \ 303 else \
353 include_option=--include; \ 304 include_option=--include; \
354 empty_fix=; \
355 fi; \ 305 fi; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \ 306 list='$(SUBDIRS)'; for subdir in $$list; do \
357 if test "$$subdir" = .; then :; else \ 307 if test "$$subdir" = .; then :; else \
358 test ! -f $$subdir/TAGS || \ 308 test -f $$subdir/TAGS && \
359 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 309 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
360 fi; \ 310 fi; \
361 done; \ 311 done; \
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \ 313 unique=`for i in $$list; do \
364 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; \
365 done | \ 315 done | \
366 $(AWK) ' { files[$$0] = 1; } \ 316 $(AWK) ' { files[$$0] = 1; } \
367 END { for (i in files) print i; }'`; \ 317 END { for (i in files) print i; }'`; \
368 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 318 test -z "$(ETAGS_ARGS)$$tags$$unique" \
369 test -n "$$unique" || unique=$$empty_fix; \
370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 319 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 $$tags $$unique; \ 320 $$tags $$unique
372 fi 321
373ctags: CTAGS 322ctags: CTAGS
374CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 323CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP) 324 $(TAGS_FILES) $(LISP)
376 tags=; \ 325 tags=; \
377 here=`pwd`; \ 326 here=`pwd`; \
390 && cd $(top_srcdir) \ 339 && cd $(top_srcdir) \
391 && gtags -i $(GTAGS_ARGS) $$here 340 && gtags -i $(GTAGS_ARGS) $$here
392 341
393distclean-tags: 342distclean-tags:
394 -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
395 357
396distdir: $(DISTFILES) 358distdir: $(DISTFILES)
397 $(am__remove_distdir) 359 $(am__remove_distdir)
398 mkdir $(distdir) 360 mkdir $(distdir)
399 $(mkdir_p) $(distdir)/lib $(distdir)/utils 361 $(mkinstalldirs) $(distdir)/lib $(distdir)/utils
400 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 362 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
401 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 363 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
402 list='$(DISTFILES)'; for file in $$list; do \ 364 list='$(DISTFILES)'; for file in $$list; do \
403 case $$file in \ 365 case $$file in \
404 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 366 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
406 esac; \ 368 esac; \
407 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; \
408 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 370 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
409 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 371 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
410 dir="/$$dir"; \ 372 dir="/$$dir"; \
411 $(mkdir_p) "$(distdir)$$dir"; \ 373 $(mkinstalldirs) "$(distdir)$$dir"; \
412 else \ 374 else \
413 dir=''; \ 375 dir=''; \
414 fi; \ 376 fi; \
415 if test -d $$d/$$file; then \ 377 if test -d $$d/$$file; then \
416 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 378 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421 test -f $(distdir)/$$file \ 383 test -f $(distdir)/$$file \
422 || cp -p $$d/$$file $(distdir)/$$file \ 384 || cp -p $$d/$$file $(distdir)/$$file \
423 || exit 1; \ 385 || exit 1; \
424 fi; \ 386 fi; \
425 done 387 done
426 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 388 list='$(SUBDIRS)'; for subdir in $$list; do \
427 if test "$$subdir" = .; then :; else \ 389 if test "$$subdir" = .; then :; else \
428 test -d "$(distdir)/$$subdir" \ 390 test -d $(distdir)/$$subdir \
429 || $(mkdir_p) "$(distdir)/$$subdir" \ 391 || mkdir $(distdir)/$$subdir \
430 || exit 1; \ 392 || exit 1; \
431 distdir=`$(am__cd) $(distdir) && pwd`; \
432 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
433 (cd $$subdir && \ 393 (cd $$subdir && \
434 $(MAKE) $(AM_MAKEFLAGS) \ 394 $(MAKE) $(AM_MAKEFLAGS) \
435 top_distdir="$$top_distdir" \ 395 top_distdir="$(top_distdir)" \
436 distdir="$$distdir/$$subdir" \ 396 distdir=../$(distdir)/$$subdir \
437 distdir) \ 397 distdir) \
438 || exit 1; \ 398 || exit 1; \
439 fi; \ 399 fi; \
440 done 400 done
441 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 401 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
442 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 402 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
443 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 403 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
444 ! -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 {} {} \; \
445 || chmod -R a+r $(distdir) 405 || chmod -R a+r $(distdir)
446dist-gzip: distdir 406dist-gzip: distdir
447 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 407 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
448 $(am__remove_distdir) 408 $(am__remove_distdir)
449 409
450dist-bzip2: distdir
451 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
452 $(am__remove_distdir)
453
454dist-tarZ: distdir
455 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
456 $(am__remove_distdir)
457
458dist-shar: distdir
459 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
460 $(am__remove_distdir)
461
462dist-zip: distdir
463 -rm -f $(distdir).zip
464 zip -rq $(distdir).zip $(distdir)
465 $(am__remove_distdir)
466
467dist dist-all: distdir 410dist dist-all: distdir
468 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 411 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469 $(am__remove_distdir) 412 $(am__remove_distdir)
470 413
471# 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
472# it guarantees that the distribution is self-contained by making another 415# it guarantees that the distribution is self-contained by making another
473# tarfile. 416# tarfile.
474distcheck: dist 417distcheck: dist
475 case '$(DIST_ARCHIVES)' in \ 418 $(am__remove_distdir)
476 *.tar.gz*) \
477 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 419 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
478 *.tar.bz2*) \
479 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
480 *.tar.Z*) \
481 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
482 *.shar.gz*) \
483 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
484 *.zip*) \
485 unzip $(distdir).zip ;;\
486 esac
487 chmod -R a-w $(distdir); chmod a+w $(distdir) 420 chmod -R a-w $(distdir); chmod a+w $(distdir)
488 mkdir $(distdir)/_build 421 mkdir $(distdir)/_build
489 mkdir $(distdir)/_inst 422 mkdir $(distdir)/_inst
490 chmod a-w $(distdir) 423 chmod a-w $(distdir)
491 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 424 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
501 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 434 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
502 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 435 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
503 distuninstallcheck \ 436 distuninstallcheck \
504 && chmod -R a-w "$$dc_install_base" \ 437 && chmod -R a-w "$$dc_install_base" \
505 && ({ \ 438 && ({ \
506 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 439 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
507 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 440 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
508 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 441 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
509 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 442 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
510 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 443 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
511 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 444 } || { rm -rf "$$dc_destdir"; exit 1; }) \
512 && rm -rf "$$dc_destdir" \ 445 && rm -rf "$$dc_destdir" \
513 && $(MAKE) $(AM_MAKEFLAGS) dist \ 446 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
514 && rm -rf $(DIST_ARCHIVES) \ 447 && rm -f $(distdir).tar.gz \
515 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 448 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
516 $(am__remove_distdir) 449 $(am__remove_distdir)
517 @(echo "$(distdir) archives ready for distribution: "; \ 450 @echo "$(distdir).tar.gz is ready for distribution" | \
518 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
519 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 451 sed 'h;s/./=/g;p;x;p;x'
520distuninstallcheck: 452distuninstallcheck:
521 @cd $(distuninstallcheck_dir) \ 453 @cd $(distuninstallcheck_dir) \
522 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 454 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
523 || { echo "ERROR: files left after uninstall:" ; \ 455 || { echo "ERROR: files left after uninstall:" ; \
524 if test -n "$(DESTDIR)"; then \ 456 if test -n "$(DESTDIR)"; then \
538check-am: all-am 470check-am: all-am
539check: check-recursive 471check: check-recursive
540all-am: Makefile 472all-am: Makefile
541installdirs: installdirs-recursive 473installdirs: installdirs-recursive
542installdirs-am: 474installdirs-am:
475
543install: install-recursive 476install: install-recursive
544install-exec: install-exec-recursive 477install-exec: install-exec-recursive
545install-data: install-data-recursive 478install-data: install-data-recursive
546uninstall: uninstall-recursive 479uninstall: uninstall-recursive
547 480
557mostlyclean-generic: 490mostlyclean-generic:
558 491
559clean-generic: 492clean-generic:
560 493
561distclean-generic: 494distclean-generic:
562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 495 -rm -f $(CONFIG_CLEAN_FILES)
563 496
564maintainer-clean-generic: 497maintainer-clean-generic:
565 @echo "This command is intended for maintainers to use" 498 @echo "This command is intended for maintainers to use"
566 @echo "it deletes files that may require special tools to rebuild." 499 @echo "it deletes files that may require special tools to rebuild."
567clean: clean-recursive 500clean: clean-recursive
576 509
577dvi: dvi-recursive 510dvi: dvi-recursive
578 511
579dvi-am: 512dvi-am:
580 513
581html: html-recursive
582
583info: info-recursive 514info: info-recursive
584 515
585info-am: 516info-am:
586 517
587install-data-am: 518install-data-am:
614 545
615uninstall-am: uninstall-info-am 546uninstall-am: uninstall-info-am
616 547
617uninstall-info: uninstall-info-recursive 548uninstall-info: uninstall-info-recursive
618 549
619.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 550.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
620 check-am clean clean-generic clean-libtool clean-recursive \ 551 clean-generic clean-libtool clean-recursive ctags \
621 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 552 ctags-recursive dist dist-all dist-gzip distcheck distclean \
622 dist-shar dist-tarZ dist-zip distcheck distclean \
623 distclean-generic distclean-libtool distclean-recursive \ 553 distclean-generic distclean-libtool distclean-recursive \
624 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 554 distclean-tags distcleancheck distdir distuninstallcheck dvi \
625 dvi-am html html-am info info-am install install-am \ 555 dvi-am dvi-recursive info info-am info-recursive install \
626 install-data install-data-am install-exec install-exec-am \ 556 install-am install-data install-data-am install-data-recursive \
627 install-info install-info-am install-man install-strip \ 557 install-exec install-exec-am install-exec-recursive \
628 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 \
629 maintainer-clean maintainer-clean-generic \ 561 maintainer-clean maintainer-clean-generic \
630 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 562 maintainer-clean-recursive mostlyclean mostlyclean-generic \
631 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 \
632 tags tags-recursive uninstall uninstall-am uninstall-info-am 565 uninstall uninstall-am uninstall-info-am \
566 uninstall-info-recursive uninstall-recursive
633 567
634 568
635archives: dist 569archives: dist
636 (cd doc; make archive) 570 (cd doc; make archive)
637 (cd lib; make archive) 571 (cd lib; make archive)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines