ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/devel/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:10 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.3: +8 -13 lines
Log Message:
allow perl to save/restore pelr data associated with players

File Contents

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