ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/devel/Makefile.in
Revision: 1.5
Committed: Sun May 7 12:49:19 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.4: +100 -108 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     #
18     # Makefile for crossfire 0.95.0 and beyond
19     #
20     # This file will eventually be replaced by a configure script. But for
21     # now, this simple makefile should do the job.
22     #
23     # Copyright (C) 1992 Frank Tore Johansen
24     # Copyright (C) 2001 Mark Wedel
25     #
26     # This program is free software; you can redistribute it and/or modify
27     # it under the terms of the GNU General Public License as published by
28     # the Free Software Foundation; either version 2 of the License, or
29     # (at your option) any later version.
30     #
31     # This program is distributed in the hope that it will be useful,
32     # but WITHOUT ANY WARRANTY; without even the implied warranty of
33     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34     # GNU General Public License for more details.
35     #
36     # You should have received a copy of the GNU General Public License
37     # along with this program; if not, write to the Free Software
38     # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39     #
40     # The author can be reached via e-mail to mwedel@scruz.net
41    
42     # Makefile.am for crossfire-config (tchize@mailandnews.com)
43    
44     srcdir = @srcdir@
45     top_srcdir = @top_srcdir@
46     VPATH = @srcdir@
47     pkgdatadir = $(datadir)/@PACKAGE@
48     pkglibdir = $(libdir)/@PACKAGE@
49     pkgincludedir = $(includedir)/@PACKAGE@
50     top_builddir = ..
51 root 1.5
52 root 1.1 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53     INSTALL = @INSTALL@
54     install_sh_DATA = $(install_sh) -c -m 644
55     install_sh_PROGRAM = $(install_sh) -c
56     install_sh_SCRIPT = $(install_sh) -c
57     INSTALL_HEADER = $(INSTALL_DATA)
58     transform = $(program_transform_name)
59     NORMAL_INSTALL = :
60     PRE_INSTALL = :
61     POST_INSTALL = :
62     NORMAL_UNINSTALL = :
63     PRE_UNINSTALL = :
64     POST_UNINSTALL = :
65     host_triplet = @host@
66     ACLOCAL = @ACLOCAL@
67     AMDEP_FALSE = @AMDEP_FALSE@
68     AMDEP_TRUE = @AMDEP_TRUE@
69     AMTAR = @AMTAR@
70     AR = @AR@
71     AUTOCONF = @AUTOCONF@
72     AUTOHEADER = @AUTOHEADER@
73     AUTOMAKE = @AUTOMAKE@
74     AWK = @AWK@
75     BASENAME = @BASENAME@
76     BUNZIP = @BUNZIP@
77     BZIP = @BZIP@
78     CC = @CC@
79     CCDEPMODE = @CCDEPMODE@
80     CFLAGS = @CFLAGS@
81     COMPRESS = @COMPRESS@
82     CPP = @CPP@
83     CPPFLAGS = @CPPFLAGS@
84 root 1.5 CROSSEDIT = @CROSSEDIT@
85 root 1.1 CYGPATH_W = @CYGPATH_W@
86     DEFS = @DEFS@
87     DEPDIR = @DEPDIR@
88     ECHO = @ECHO@
89     ECHO_C = @ECHO_C@
90     ECHO_N = @ECHO_N@
91     ECHO_T = @ECHO_T@
92     EGREP = @EGREP@
93     EXEEXT = @EXEEXT@
94     GUNZIP = @GUNZIP@
95     GZIP = @GZIP@
96     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
97     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
98     HAVE_X_FALSE = @HAVE_X_FALSE@
99     HAVE_X_TRUE = @HAVE_X_TRUE@
100     INSTALL_DATA = @INSTALL_DATA@
101     INSTALL_PROGRAM = @INSTALL_PROGRAM@
102     INSTALL_SCRIPT = @INSTALL_SCRIPT@
103     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104     LATEX = @LATEX@
105 root 1.4 LD = @LD@
106 root 1.1 LDFLAGS = @LDFLAGS@
107     LEX = @LEX@
108     LEXLIB = @LEXLIB@
109     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
110     LIBOBJS = @LIBOBJS@
111     LIBS = @LIBS@
112     LIBTOOL = @LIBTOOL@
113     LN_S = @LN_S@
114     LTLIBOBJS = @LTLIBOBJS@
115     MAINT = @MAINT@
116     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
117     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
118     MAKEINFO = @MAKEINFO@
119 root 1.4 NM = @NM@
120 root 1.1 OBJEXT = @OBJEXT@
121     PACKAGE = @PACKAGE@
122     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123     PACKAGE_NAME = @PACKAGE_NAME@
124     PACKAGE_STRING = @PACKAGE_STRING@
125     PACKAGE_TARNAME = @PACKAGE_TARNAME@
126     PACKAGE_VERSION = @PACKAGE_VERSION@
127     PATH_SEPARATOR = @PATH_SEPARATOR@
128     PERL = @PERL@
129 root 1.2 PERLFLAGS = @PERLFLAGS@
130     PERLLIB = @PERLLIB@
131     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
132     PERL_PLUGIN = @PERL_PLUGIN@
133     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
134     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
135 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
136     PYTHON_LIB = @PYTHON_LIB@
137     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
138     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
139     PY_INCLUDES = @PY_INCLUDES@
140     PY_LIBS = @PY_LIBS@
141     RANLIB = @RANLIB@
142 root 1.4 SED = @SED@
143 root 1.1 SET_MAKE = @SET_MAKE@
144     SHELL = @SHELL@
145     STRIP = @STRIP@
146     TAR = @TAR@
147     UNCOMPRESS = @UNCOMPRESS@
148     VERSION = @VERSION@
149     X11LIBS = @X11LIBS@
150     X_CFLAGS = @X_CFLAGS@
151     X_EXTRA_LIBS = @X_EXTRA_LIBS@
152     X_LIBS = @X_LIBS@
153     X_PRE_LIBS = @X_PRE_LIBS@
154     ac_ct_AR = @ac_ct_AR@
155     ac_ct_CC = @ac_ct_CC@
156     ac_ct_RANLIB = @ac_ct_RANLIB@
157     ac_ct_STRIP = @ac_ct_STRIP@
158     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
159     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
160     am__include = @am__include@
161     am__leading_dot = @am__leading_dot@
162     am__quote = @am__quote@
163     bindir = @bindir@
164     build = @build@
165     build_alias = @build_alias@
166     build_cpu = @build_cpu@
167     build_os = @build_os@
168     build_vendor = @build_vendor@
169     datadir = @datadir@
170     exec_prefix = @exec_prefix@
171     host = @host@
172     host_alias = @host_alias@
173     host_cpu = @host_cpu@
174     host_os = @host_os@
175     host_vendor = @host_vendor@
176     includedir = @includedir@
177     infodir = @infodir@
178     install_sh = @install_sh@
179     libdir = @libdir@
180     libexecdir = @libexecdir@
181     localstatedir = @localstatedir@
182     mandir = @mandir@
183     no_x = @no_x@
184     oldincludedir = @oldincludedir@
185     pkgconfdir = @pkgconfdir@
186     pkgstatedir = @pkgstatedir@
187     prefix = @prefix@
188     program_transform_name = @program_transform_name@
189     sbindir = @sbindir@
190     sharedstatedir = @sharedstatedir@
191     sysconfdir = @sysconfdir@
192     target_alias = @target_alias@
193     x_includes = @x_includes@
194     x_libraries = @x_libraries@
195 root 1.5
196     bin_PROGRAMS = crossfire-config
197    
198 root 1.1 crossfire_config_SOURCES = \
199     devel.c
200    
201 root 1.5
202 root 1.1 AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
203     -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
204     -DPLUGIN_SUFFIX=\".so\"
205    
206 root 1.5 subdir = devel
207     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
208     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
209     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
210     CONFIG_CLEAN_FILES =
211     bin_PROGRAMS = crossfire-config$(EXEEXT)
212     PROGRAMS = $(bin_PROGRAMS)
213    
214     am_crossfire_config_OBJECTS = devel.$(OBJEXT)
215     crossfire_config_OBJECTS = $(am_crossfire_config_OBJECTS)
216     crossfire_config_LDADD = $(LDADD)
217     crossfire_config_DEPENDENCIES =
218     crossfire_config_LDFLAGS =
219    
220     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
221     depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
222     am__depfiles_maybe = depfiles
223     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/devel.Po
224     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
225     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
226     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
227     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
228     CCLD = $(CC)
229     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
230     $(AM_LDFLAGS) $(LDFLAGS) -o $@
231     DIST_SOURCES = $(crossfire_config_SOURCES)
232     DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
233     SOURCES = $(crossfire_config_SOURCES)
234    
235 root 1.1 all: all-am
236    
237     .SUFFIXES:
238     .SUFFIXES: .c .lo .o .obj
239 root 1.5 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
240 root 1.1 cd $(top_srcdir) && \
241     $(AUTOMAKE) --gnu devel/Makefile
242 root 1.5 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
243     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
244     binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
245 root 1.1 install-binPROGRAMS: $(bin_PROGRAMS)
246     @$(NORMAL_INSTALL)
247 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir)
248 root 1.1 @list='$(bin_PROGRAMS)'; for p in $$list; do \
249     p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
250     if test -f $$p \
251     || test -f $$p1 \
252     ; then \
253     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
254 root 1.5 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
255     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
256 root 1.1 else :; fi; \
257     done
258    
259     uninstall-binPROGRAMS:
260     @$(NORMAL_UNINSTALL)
261     @list='$(bin_PROGRAMS)'; for p in $$list; do \
262     f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
263 root 1.5 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
264     rm -f $(DESTDIR)$(bindir)/$$f; \
265 root 1.1 done
266    
267     clean-binPROGRAMS:
268     @list='$(bin_PROGRAMS)'; for p in $$list; do \
269     f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
270     echo " rm -f $$p $$f"; \
271     rm -f $$p $$f ; \
272     done
273     crossfire-config$(EXEEXT): $(crossfire_config_OBJECTS) $(crossfire_config_DEPENDENCIES)
274     @rm -f crossfire-config$(EXEEXT)
275     $(LINK) $(crossfire_config_LDFLAGS) $(crossfire_config_OBJECTS) $(crossfire_config_LDADD) $(LIBS)
276    
277     mostlyclean-compile:
278 root 1.5 -rm -f *.$(OBJEXT) core *.core
279 root 1.1
280     distclean-compile:
281     -rm -f *.tab.c
282    
283     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devel.Po@am__quote@
284    
285     .c.o:
286 root 1.5 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
287     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
288     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
289     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
290     @am__fastdepCC_TRUE@ fi
291 root 1.1 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292 root 1.5 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
293     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294     @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
295 root 1.1
296     .c.obj:
297 root 1.5 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
298     @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
299     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
300     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
301     @am__fastdepCC_TRUE@ fi
302 root 1.1 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
303 root 1.5 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
304     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305     @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
306 root 1.1
307     .c.lo:
308 root 1.5 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
309     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
310     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
311     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
312     @am__fastdepCC_TRUE@ fi
313 root 1.1 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
314 root 1.5 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
315     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
317 root 1.1
318     mostlyclean-libtool:
319     -rm -f *.lo
320    
321     clean-libtool:
322     -rm -rf .libs _libs
323    
324     distclean-libtool:
325     -rm -f libtool
326     uninstall-info-am:
327    
328 root 1.5 ETAGS = etags
329     ETAGSFLAGS =
330    
331     CTAGS = ctags
332     CTAGSFLAGS =
333    
334     tags: TAGS
335    
336 root 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338     unique=`for i in $$list; do \
339     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340     done | \
341     $(AWK) ' { files[$$0] = 1; } \
342     END { for (i in files) print i; }'`; \
343     mkid -fID $$unique
344    
345     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346     $(TAGS_FILES) $(LISP)
347     tags=; \
348     here=`pwd`; \
349     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350     unique=`for i in $$list; do \
351     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352     done | \
353     $(AWK) ' { files[$$0] = 1; } \
354     END { for (i in files) print i; }'`; \
355 root 1.5 test -z "$(ETAGS_ARGS)$$tags$$unique" \
356     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357     $$tags $$unique
358    
359 root 1.1 ctags: CTAGS
360     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361     $(TAGS_FILES) $(LISP)
362     tags=; \
363     here=`pwd`; \
364     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365     unique=`for i in $$list; do \
366     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367     done | \
368     $(AWK) ' { files[$$0] = 1; } \
369     END { for (i in files) print i; }'`; \
370     test -z "$(CTAGS_ARGS)$$tags$$unique" \
371     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
372     $$tags $$unique
373    
374     GTAGS:
375     here=`$(am__cd) $(top_builddir) && pwd` \
376     && cd $(top_srcdir) \
377     && gtags -i $(GTAGS_ARGS) $$here
378    
379     distclean-tags:
380     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
381 root 1.5 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
382    
383     top_distdir = ..
384     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
385 root 1.1
386     distdir: $(DISTFILES)
387     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
388     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
389     list='$(DISTFILES)'; for file in $$list; do \
390     case $$file in \
391     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
392     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
393     esac; \
394     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
396     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
397     dir="/$$dir"; \
398 root 1.5 $(mkinstalldirs) "$(distdir)$$dir"; \
399 root 1.1 else \
400     dir=''; \
401     fi; \
402     if test -d $$d/$$file; then \
403     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
404     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
405     fi; \
406     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
407     else \
408     test -f $(distdir)/$$file \
409     || cp -p $$d/$$file $(distdir)/$$file \
410     || exit 1; \
411     fi; \
412     done
413     check-am: all-am
414     check: check-am
415     all-am: Makefile $(PROGRAMS)
416 root 1.5
417 root 1.1 installdirs:
418 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir)
419 root 1.1 install: install-am
420     install-exec: install-exec-am
421     install-data: install-data-am
422     uninstall: uninstall-am
423    
424     install-am: all-am
425     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
426    
427     installcheck: installcheck-am
428     install-strip:
429     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
430     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
431     `test -z '$(STRIP)' || \
432     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
433     mostlyclean-generic:
434    
435     clean-generic:
436    
437     distclean-generic:
438 root 1.5 -rm -f $(CONFIG_CLEAN_FILES)
439 root 1.1
440     maintainer-clean-generic:
441     @echo "This command is intended for maintainers to use"
442     @echo "it deletes files that may require special tools to rebuild."
443     clean: clean-am
444    
445     clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
446    
447     distclean: distclean-am
448     -rm -rf ./$(DEPDIR)
449     -rm -f Makefile
450     distclean-am: clean-am distclean-compile distclean-generic \
451     distclean-libtool distclean-tags
452    
453     dvi: dvi-am
454    
455     dvi-am:
456    
457     info: info-am
458    
459     info-am:
460    
461     install-data-am:
462    
463     install-exec-am: install-binPROGRAMS
464    
465     install-info: install-info-am
466    
467     install-man:
468    
469     installcheck-am:
470    
471     maintainer-clean: maintainer-clean-am
472     -rm -rf ./$(DEPDIR)
473     -rm -f Makefile
474     maintainer-clean-am: distclean-am maintainer-clean-generic
475    
476     mostlyclean: mostlyclean-am
477    
478     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
479     mostlyclean-libtool
480    
481     pdf: pdf-am
482    
483     pdf-am:
484    
485     ps: ps-am
486    
487     ps-am:
488    
489     uninstall-am: uninstall-binPROGRAMS uninstall-info-am
490    
491     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
492     clean-generic clean-libtool ctags distclean distclean-compile \
493     distclean-generic distclean-libtool distclean-tags distdir dvi \
494 root 1.5 dvi-am info info-am install install-am install-binPROGRAMS \
495     install-data install-data-am install-exec install-exec-am \
496     install-info install-info-am install-man install-strip \
497     installcheck installcheck-am installdirs maintainer-clean \
498     maintainer-clean-generic mostlyclean mostlyclean-compile \
499     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
500     tags uninstall uninstall-am uninstall-binPROGRAMS \
501     uninstall-info-am
502 root 1.1
503    
504     #Perhaps should uncomment to be sure crossfire has been compiled but.... Why?
505     #crossfire_config_LDADD = ../common/libcross.a
506     #../common/libcross.a:
507     # ( cd ../common ; make libcross.a )
508    
509     # Check if everything is installed as it should
510     #installcheck-local:
511     # $(bindir)/crossfire -o
512     # Tell versions [3.59,3.63) of GNU make to not export all variables.
513     # Otherwise a system limit (for SysV at least) may be exceeded.
514     .NOEXPORT: