ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/Makefile.in
Revision: 1.5
Committed: Sun May 7 12:49:26 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.4: +70 -101 lines
Log Message:
distconf

File Contents

# User Rev Content
1 root 1.5 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 root 1.1 # @configure_input@
3    
4 root 1.5 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5     # Free Software Foundation, Inc.
6 root 1.1 # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16    
17     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19     VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21     pkglibdir = $(libdir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     top_builddir = ..
24 root 1.5
25 root 1.1 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26     INSTALL = @INSTALL@
27     install_sh_DATA = $(install_sh) -c -m 644
28     install_sh_PROGRAM = $(install_sh) -c
29     install_sh_SCRIPT = $(install_sh) -c
30     INSTALL_HEADER = $(INSTALL_DATA)
31     transform = $(program_transform_name)
32     NORMAL_INSTALL = :
33     PRE_INSTALL = :
34     POST_INSTALL = :
35     NORMAL_UNINSTALL = :
36     PRE_UNINSTALL = :
37     POST_UNINSTALL = :
38     host_triplet = @host@
39     ACLOCAL = @ACLOCAL@
40     AMDEP_FALSE = @AMDEP_FALSE@
41     AMDEP_TRUE = @AMDEP_TRUE@
42     AMTAR = @AMTAR@
43     AR = @AR@
44     AUTOCONF = @AUTOCONF@
45     AUTOHEADER = @AUTOHEADER@
46     AUTOMAKE = @AUTOMAKE@
47     AWK = @AWK@
48     BASENAME = @BASENAME@
49     BUNZIP = @BUNZIP@
50     BZIP = @BZIP@
51     CC = @CC@
52     CCDEPMODE = @CCDEPMODE@
53     CFLAGS = @CFLAGS@
54     COMPRESS = @COMPRESS@
55     CPP = @CPP@
56     CPPFLAGS = @CPPFLAGS@
57 root 1.5 CROSSEDIT = @CROSSEDIT@
58 root 1.1 CYGPATH_W = @CYGPATH_W@
59     DEFS = @DEFS@
60     DEPDIR = @DEPDIR@
61     ECHO = @ECHO@
62     ECHO_C = @ECHO_C@
63     ECHO_N = @ECHO_N@
64     ECHO_T = @ECHO_T@
65     EGREP = @EGREP@
66     EXEEXT = @EXEEXT@
67     GUNZIP = @GUNZIP@
68     GZIP = @GZIP@
69     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
70     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
71     HAVE_X_FALSE = @HAVE_X_FALSE@
72     HAVE_X_TRUE = @HAVE_X_TRUE@
73     INSTALL_DATA = @INSTALL_DATA@
74     INSTALL_PROGRAM = @INSTALL_PROGRAM@
75     INSTALL_SCRIPT = @INSTALL_SCRIPT@
76     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77     LATEX = @LATEX@
78 root 1.4 LD = @LD@
79 root 1.1 LDFLAGS = @LDFLAGS@
80     LEX = @LEX@
81     LEXLIB = @LEXLIB@
82     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
83     LIBOBJS = @LIBOBJS@
84     LIBS = @LIBS@
85     LIBTOOL = @LIBTOOL@
86     LN_S = @LN_S@
87     LTLIBOBJS = @LTLIBOBJS@
88     MAINT = @MAINT@
89     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
90     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
91     MAKEINFO = @MAKEINFO@
92 root 1.4 NM = @NM@
93 root 1.1 OBJEXT = @OBJEXT@
94     PACKAGE = @PACKAGE@
95     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96     PACKAGE_NAME = @PACKAGE_NAME@
97     PACKAGE_STRING = @PACKAGE_STRING@
98     PACKAGE_TARNAME = @PACKAGE_TARNAME@
99     PACKAGE_VERSION = @PACKAGE_VERSION@
100     PATH_SEPARATOR = @PATH_SEPARATOR@
101     PERL = @PERL@
102 root 1.2 PERLFLAGS = @PERLFLAGS@
103     PERLLIB = @PERLLIB@
104     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
105     PERL_PLUGIN = @PERL_PLUGIN@
106     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
107     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
108 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
109     PYTHON_LIB = @PYTHON_LIB@
110     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
111     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
112     PY_INCLUDES = @PY_INCLUDES@
113     PY_LIBS = @PY_LIBS@
114     RANLIB = @RANLIB@
115 root 1.5
116 root 1.4 SED = sed
117 root 1.1 SET_MAKE = @SET_MAKE@
118     SHELL = @SHELL@
119     STRIP = @STRIP@
120     TAR = @TAR@
121     UNCOMPRESS = @UNCOMPRESS@
122     VERSION = @VERSION@
123     X11LIBS = @X11LIBS@
124     X_CFLAGS = @X_CFLAGS@
125     X_EXTRA_LIBS = @X_EXTRA_LIBS@
126     X_LIBS = @X_LIBS@
127     X_PRE_LIBS = @X_PRE_LIBS@
128     ac_ct_AR = @ac_ct_AR@
129     ac_ct_CC = @ac_ct_CC@
130     ac_ct_RANLIB = @ac_ct_RANLIB@
131     ac_ct_STRIP = @ac_ct_STRIP@
132     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
134     am__include = @am__include@
135     am__leading_dot = @am__leading_dot@
136     am__quote = @am__quote@
137     bindir = @bindir@
138     build = @build@
139     build_alias = @build_alias@
140     build_cpu = @build_cpu@
141     build_os = @build_os@
142     build_vendor = @build_vendor@
143     datadir = @datadir@
144     exec_prefix = @exec_prefix@
145     host = @host@
146     host_alias = @host_alias@
147     host_cpu = @host_cpu@
148     host_os = @host_os@
149     host_vendor = @host_vendor@
150     includedir = @includedir@
151     infodir = @infodir@
152     install_sh = @install_sh@
153     libdir = @libdir@
154     libexecdir = @libexecdir@
155     localstatedir = @localstatedir@
156     mandir = @mandir@
157     no_x = @no_x@
158     oldincludedir = @oldincludedir@
159     pkgconfdir = @pkgconfdir@
160     pkgstatedir = @pkgstatedir@
161     prefix = @prefix@
162     program_transform_name = @program_transform_name@
163     sbindir = @sbindir@
164     sharedstatedir = @sharedstatedir@
165     sysconfdir = @sysconfdir@
166     target_alias = @target_alias@
167     x_includes = @x_includes@
168     x_libraries = @x_libraries@
169 root 1.5
170 root 1.1 nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl
171     dist_bin_SCRIPTS = crossloop.web
172     nodist_pkglib_SCRIPTS =
173     dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl
174     dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd
175 root 1.5
176 root 1.1 EXTRA_DIST =
177 root 1.5
178 root 1.1 CLEANFILES = crossloop.pl crossloop
179 root 1.5 subdir = utils
180     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
181     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
182     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
183     CONFIG_CLEAN_FILES = add_throw.perl crossloop.tmpl crossloop.pl.tmpl \
184     metaserver.pl crossloop.web scores.pl player_dl.pl
185     SCRIPTS = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \
186     $(dist_pkglib_SCRIPTS) $(nodist_bin_SCRIPTS) \
187     $(nodist_pkglib_SCRIPTS)
188    
189     DIST_SOURCES =
190     DIST_COMMON = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \
191     $(dist_pkglib_SCRIPTS) $(srcdir)/Makefile.in Makefile.am \
192     add_throw.perl.in config.guess config.sub crossloop.pl.tmpl.in \
193     crossloop.tmpl.in crossloop.web.in depcomp install-sh ltmain.sh \
194     metaserver.pl.in missing mkinstalldirs player_dl.pl.in \
195     scores.pl.in
196 root 1.1 all: all-am
197    
198     .SUFFIXES:
199 root 1.5 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
200 root 1.1 cd $(top_srcdir) && \
201     $(AUTOMAKE) --gnu utils/Makefile
202 root 1.5 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
203     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
204     add_throw.perl: $(top_builddir)/config.status add_throw.perl.in
205 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
206 root 1.5 crossloop.tmpl: $(top_builddir)/config.status crossloop.tmpl.in
207 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
208 root 1.5 crossloop.pl.tmpl: $(top_builddir)/config.status crossloop.pl.tmpl.in
209 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
210 root 1.5 metaserver.pl: $(top_builddir)/config.status metaserver.pl.in
211 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
212 root 1.5 crossloop.web: $(top_builddir)/config.status crossloop.web.in
213 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
214 root 1.5 scores.pl: $(top_builddir)/config.status scores.pl.in
215 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
216 root 1.5 player_dl.pl: $(top_builddir)/config.status player_dl.pl.in
217 root 1.1 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
218 root 1.5 dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
219 root 1.1 install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
220     @$(NORMAL_INSTALL)
221 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir)
222 root 1.1 @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
223     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
224     if test -f $$d$$p; then \
225     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
226 root 1.5 echo " $(dist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
227     $(dist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
228 root 1.1 else :; fi; \
229     done
230    
231     uninstall-dist_binSCRIPTS:
232     @$(NORMAL_UNINSTALL)
233     @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
234     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
235 root 1.5 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
236     rm -f $(DESTDIR)$(bindir)/$$f; \
237 root 1.1 done
238 root 1.5 dist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
239 root 1.1 install-dist_pkglibSCRIPTS: $(dist_pkglib_SCRIPTS)
240     @$(NORMAL_INSTALL)
241 root 1.5 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
242 root 1.1 @list='$(dist_pkglib_SCRIPTS)'; for p in $$list; do \
243     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
244     if test -f $$d$$p; then \
245     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
246 root 1.5 echo " $(dist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f"; \
247     $(dist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f; \
248 root 1.1 else :; fi; \
249     done
250    
251     uninstall-dist_pkglibSCRIPTS:
252     @$(NORMAL_UNINSTALL)
253     @list='$(dist_pkglib_SCRIPTS)'; for p in $$list; do \
254     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
255 root 1.5 echo " rm -f $(DESTDIR)$(pkglibdir)/$$f"; \
256     rm -f $(DESTDIR)$(pkglibdir)/$$f; \
257 root 1.1 done
258 root 1.5 nodist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
259 root 1.1 install-nodist_binSCRIPTS: $(nodist_bin_SCRIPTS)
260     @$(NORMAL_INSTALL)
261 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir)
262 root 1.1 @list='$(nodist_bin_SCRIPTS)'; for p in $$list; do \
263     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
264     if test -f $$d$$p; then \
265     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
266 root 1.5 echo " $(nodist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
267     $(nodist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
268 root 1.1 else :; fi; \
269     done
270    
271     uninstall-nodist_binSCRIPTS:
272     @$(NORMAL_UNINSTALL)
273     @list='$(nodist_bin_SCRIPTS)'; for p in $$list; do \
274     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
275 root 1.5 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
276     rm -f $(DESTDIR)$(bindir)/$$f; \
277 root 1.1 done
278 root 1.5 nodist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
279 root 1.1 install-nodist_pkglibSCRIPTS: $(nodist_pkglib_SCRIPTS)
280     @$(NORMAL_INSTALL)
281 root 1.5 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
282 root 1.1 @list='$(nodist_pkglib_SCRIPTS)'; for p in $$list; do \
283     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
284     if test -f $$d$$p; then \
285     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
286 root 1.5 echo " $(nodist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f"; \
287     $(nodist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f; \
288 root 1.1 else :; fi; \
289     done
290    
291     uninstall-nodist_pkglibSCRIPTS:
292     @$(NORMAL_UNINSTALL)
293     @list='$(nodist_pkglib_SCRIPTS)'; for p in $$list; do \
294     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
295 root 1.5 echo " rm -f $(DESTDIR)$(pkglibdir)/$$f"; \
296     rm -f $(DESTDIR)$(pkglibdir)/$$f; \
297 root 1.1 done
298    
299     mostlyclean-libtool:
300     -rm -f *.lo
301    
302     clean-libtool:
303     -rm -rf .libs _libs
304    
305     distclean-libtool:
306     -rm -f libtool
307     uninstall-info-am:
308     tags: TAGS
309     TAGS:
310    
311     ctags: CTAGS
312     CTAGS:
313    
314 root 1.5 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
315    
316     top_distdir = ..
317     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
318 root 1.1
319     distdir: $(DISTFILES)
320     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
321     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
322     list='$(DISTFILES)'; for file in $$list; do \
323     case $$file in \
324     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
325     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
326     esac; \
327     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
328     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
329     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
330     dir="/$$dir"; \
331 root 1.5 $(mkinstalldirs) "$(distdir)$$dir"; \
332 root 1.1 else \
333     dir=''; \
334     fi; \
335     if test -d $$d/$$file; then \
336     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
338     fi; \
339     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
340     else \
341     test -f $(distdir)/$$file \
342     || cp -p $$d/$$file $(distdir)/$$file \
343     || exit 1; \
344     fi; \
345     done
346     check-am: all-am
347     check: check-am
348     all-am: Makefile $(SCRIPTS)
349 root 1.5
350 root 1.1 installdirs:
351 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkglibdir)
352 root 1.1 install: install-am
353     install-exec: install-exec-am
354     install-data: install-data-am
355     uninstall: uninstall-am
356    
357     install-am: all-am
358     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359    
360     installcheck: installcheck-am
361     install-strip:
362     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
364     `test -z '$(STRIP)' || \
365     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
366     mostlyclean-generic:
367    
368     clean-generic:
369     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
370    
371     distclean-generic:
372 root 1.5 -rm -f $(CONFIG_CLEAN_FILES)
373 root 1.1
374     maintainer-clean-generic:
375     @echo "This command is intended for maintainers to use"
376     @echo "it deletes files that may require special tools to rebuild."
377     clean: clean-am
378    
379     clean-am: clean-generic clean-libtool mostlyclean-am
380    
381     distclean: distclean-am
382     -rm -f Makefile
383     distclean-am: clean-am distclean-generic distclean-libtool
384    
385     dvi: dvi-am
386    
387     dvi-am:
388    
389     info: info-am
390    
391     info-am:
392    
393     install-data-am:
394    
395     install-exec-am: install-dist_binSCRIPTS install-dist_pkglibSCRIPTS \
396     install-nodist_binSCRIPTS install-nodist_pkglibSCRIPTS
397    
398     install-info: install-info-am
399    
400     install-man:
401    
402     installcheck-am:
403    
404     maintainer-clean: maintainer-clean-am
405     -rm -f Makefile
406     maintainer-clean-am: distclean-am maintainer-clean-generic
407    
408     mostlyclean: mostlyclean-am
409    
410     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
411    
412     pdf: pdf-am
413    
414     pdf-am:
415    
416     ps: ps-am
417    
418     ps-am:
419    
420     uninstall-am: uninstall-dist_binSCRIPTS uninstall-dist_pkglibSCRIPTS \
421     uninstall-info-am uninstall-nodist_binSCRIPTS \
422     uninstall-nodist_pkglibSCRIPTS
423    
424     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
425     distclean distclean-generic distclean-libtool distdir dvi \
426 root 1.5 dvi-am info info-am install install-am install-data \
427     install-data-am install-dist_binSCRIPTS \
428 root 1.1 install-dist_pkglibSCRIPTS install-exec install-exec-am \
429     install-info install-info-am install-man \
430     install-nodist_binSCRIPTS install-nodist_pkglibSCRIPTS \
431     install-strip installcheck installcheck-am installdirs \
432     maintainer-clean maintainer-clean-generic mostlyclean \
433     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
434     uninstall uninstall-am uninstall-dist_binSCRIPTS \
435     uninstall-dist_pkglibSCRIPTS uninstall-info-am \
436     uninstall-nodist_binSCRIPTS uninstall-nodist_pkglibSCRIPTS
437    
438    
439     # For some reason, Sun's make fails if you try to use $<
440     # in the following entries. Sun's man page does say $<
441     # is legal. Easy enough to just replace them with real entries
442     # however.
443    
444     crossloop.pl: crossloop.pl.tmpl
445     $(SED) s%BINDIR%$(bindir)%g < crossloop.pl.tmpl > crossloop.pl
446    
447     crossloop: crossloop.tmpl
448     $(SED) s%BINDIR%$(bindir)%g < crossloop.tmpl > crossloop
449     # Tell versions [3.59,3.63) of GNU make to not export all variables.
450     # Otherwise a system limit (for SysV at least) may be exceeded.
451     .NOEXPORT: