ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/include/Makefile.in
Revision: 1.2
Committed: Fri Feb 3 07:25:25 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +13 -12 lines
Log Message:
initial cfperl/cf.schmorp.de import

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) 1998 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 mark@pyramid.com
41
42 srcdir = @srcdir@
43 top_srcdir = @top_srcdir@
44 VPATH = @srcdir@
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 top_builddir = ../..
49 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 INSTALL = @INSTALL@
51 install_sh_DATA = $(install_sh) -c -m 644
52 install_sh_PROGRAM = $(install_sh) -c
53 install_sh_SCRIPT = $(install_sh) -c
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = $(program_transform_name)
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_triplet = @build@
63 host_triplet = @host@
64 subdir = crossedit/include
65 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
66 $(srcdir)/Makefile.in
67 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
69 $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
70 $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \
71 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
76 CONFIG_CLEAN_FILES =
77 SOURCES =
78 DIST_SOURCES =
79 HEADERS = $(noinst_HEADERS)
80 ETAGS = etags
81 CTAGS = ctags
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 ACLOCAL = @ACLOCAL@
84 AMDEP_FALSE = @AMDEP_FALSE@
85 AMDEP_TRUE = @AMDEP_TRUE@
86 AMTAR = @AMTAR@
87 AR = @AR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 BASENAME = @BASENAME@
93 BUNZIP = @BUNZIP@
94 BZIP = @BZIP@
95 CC = @CC@
96 CCDEPMODE = @CCDEPMODE@
97 CFLAGS = @CFLAGS@
98 COMPRESS = @COMPRESS@
99 CPP = @CPP@
100 CPPFLAGS = @CPPFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 ECHO = @ECHO@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 GUNZIP = @GUNZIP@
111 GZIP = @GZIP@
112 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
113 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
114 HAVE_X_FALSE = @HAVE_X_FALSE@
115 HAVE_X_TRUE = @HAVE_X_TRUE@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120 LATEX = @LATEX@
121 LD = @LD@
122 LDFLAGS = @LDFLAGS@
123 LEX = @LEX@
124 LEXLIB = @LEXLIB@
125 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
126 LIBOBJS = @LIBOBJS@
127 LIBS = @LIBS@
128 LIBTOOL = @LIBTOOL@
129 LN_S = @LN_S@
130 LTLIBOBJS = @LTLIBOBJS@
131 MAINT = @MAINT@
132 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
133 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
134 MAKEINFO = @MAKEINFO@
135 NM = @NM@
136 OBJEXT = @OBJEXT@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_VERSION = @PACKAGE_VERSION@
143 PATH_SEPARATOR = @PATH_SEPARATOR@
144 PERL = @PERL@
145 PERLFLAGS = @PERLFLAGS@
146 PERLLIB = @PERLLIB@
147 PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
148 PERL_PLUGIN = @PERL_PLUGIN@
149 PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
150 PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
151 PLUGIN_PYTHON = @PLUGIN_PYTHON@
152 PYTHON_LIB = @PYTHON_LIB@
153 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
154 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
155 PY_INCLUDES = @PY_INCLUDES@
156 PY_LIBS = @PY_LIBS@
157 RANLIB = @RANLIB@
158 SED = @SED@
159 SET_MAKE = @SET_MAKE@
160 SHELL = @SHELL@
161 STRIP = @STRIP@
162 TAR = @TAR@
163 UNCOMPRESS = @UNCOMPRESS@
164 VERSION = @VERSION@
165 X11LIBS = @X11LIBS@
166 X_CFLAGS = @X_CFLAGS@
167 X_EXTRA_LIBS = @X_EXTRA_LIBS@
168 X_LIBS = @X_LIBS@
169 X_PRE_LIBS = @X_PRE_LIBS@
170 ac_ct_AR = @ac_ct_AR@
171 ac_ct_CC = @ac_ct_CC@
172 ac_ct_RANLIB = @ac_ct_RANLIB@
173 ac_ct_STRIP = @ac_ct_STRIP@
174 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build = @build@
183 build_alias = @build_alias@
184 build_cpu = @build_cpu@
185 build_os = @build_os@
186 build_vendor = @build_vendor@
187 datadir = @datadir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 includedir = @includedir@
195 infodir = @infodir@
196 install_sh = @install_sh@
197 libdir = @libdir@
198 libexecdir = @libexecdir@
199 localstatedir = @localstatedir@
200 mandir = @mandir@
201 mkdir_p = @mkdir_p@
202 no_x = @no_x@
203 oldincludedir = @oldincludedir@
204 pkgconfdir = @pkgconfdir@
205 pkgstatedir = @pkgstatedir@
206 prefix = @prefix@
207 program_transform_name = @program_transform_name@
208 sbindir = @sbindir@
209 sharedstatedir = @sharedstatedir@
210 sysconfdir = @sysconfdir@
211 target_alias = @target_alias@
212 x_includes = @x_includes@
213 x_libraries = @x_libraries@
214 EXTRA_DIST = README
215 noinst_HEADERS = Ansi.h X11.h debug.h Makefile.in Posix.h README Xaw.h util.h
216 all: all-am
217
218 .SUFFIXES:
219 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
220 @for dep in $?; do \
221 case '$(am__configure_deps)' in \
222 *$$dep*) \
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
224 && exit 0; \
225 exit 1;; \
226 esac; \
227 done; \
228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu crossedit/include/Makefile'; \
229 cd $(top_srcdir) && \
230 $(AUTOMAKE) --gnu crossedit/include/Makefile
231 .PRECIOUS: Makefile
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233 @case '$?' in \
234 *config.status*) \
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
236 *) \
237 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
239 esac;
240
241 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249 mostlyclean-libtool:
250 -rm -f *.lo
251
252 clean-libtool:
253 -rm -rf .libs _libs
254
255 distclean-libtool:
256 -rm -f libtool
257 uninstall-info-am:
258
259 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
260 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
261 unique=`for i in $$list; do \
262 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263 done | \
264 $(AWK) ' { files[$$0] = 1; } \
265 END { for (i in files) print i; }'`; \
266 mkid -fID $$unique
267 tags: TAGS
268
269 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
270 $(TAGS_FILES) $(LISP)
271 tags=; \
272 here=`pwd`; \
273 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
274 unique=`for i in $$list; do \
275 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276 done | \
277 $(AWK) ' { files[$$0] = 1; } \
278 END { for (i in files) print i; }'`; \
279 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
280 test -n "$$unique" || unique=$$empty_fix; \
281 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
282 $$tags $$unique; \
283 fi
284 ctags: CTAGS
285 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
286 $(TAGS_FILES) $(LISP)
287 tags=; \
288 here=`pwd`; \
289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
290 unique=`for i in $$list; do \
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292 done | \
293 $(AWK) ' { files[$$0] = 1; } \
294 END { for (i in files) print i; }'`; \
295 test -z "$(CTAGS_ARGS)$$tags$$unique" \
296 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
297 $$tags $$unique
298
299 GTAGS:
300 here=`$(am__cd) $(top_builddir) && pwd` \
301 && cd $(top_srcdir) \
302 && gtags -i $(GTAGS_ARGS) $$here
303
304 distclean-tags:
305 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
306
307 distdir: $(DISTFILES)
308 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
309 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
310 list='$(DISTFILES)'; for file in $$list; do \
311 case $$file in \
312 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
313 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
314 esac; \
315 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
316 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
317 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
318 dir="/$$dir"; \
319 $(mkdir_p) "$(distdir)$$dir"; \
320 else \
321 dir=''; \
322 fi; \
323 if test -d $$d/$$file; then \
324 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
325 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
326 fi; \
327 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
328 else \
329 test -f $(distdir)/$$file \
330 || cp -p $$d/$$file $(distdir)/$$file \
331 || exit 1; \
332 fi; \
333 done
334 check-am: all-am
335 check: check-am
336 all-am: Makefile $(HEADERS)
337 installdirs:
338 install: install-am
339 install-exec: install-exec-am
340 install-data: install-data-am
341 uninstall: uninstall-am
342
343 install-am: all-am
344 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346 installcheck: installcheck-am
347 install-strip:
348 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
350 `test -z '$(STRIP)' || \
351 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352 mostlyclean-generic:
353
354 clean-generic:
355
356 distclean-generic:
357 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
358
359 maintainer-clean-generic:
360 @echo "This command is intended for maintainers to use"
361 @echo "it deletes files that may require special tools to rebuild."
362 clean: clean-am
363
364 clean-am: clean-generic clean-libtool mostlyclean-am
365
366 distclean: distclean-am
367 -rm -f Makefile
368 distclean-am: clean-am distclean-generic distclean-libtool \
369 distclean-tags
370
371 dvi: dvi-am
372
373 dvi-am:
374
375 html: html-am
376
377 info: info-am
378
379 info-am:
380
381 install-data-am:
382
383 install-exec-am:
384
385 install-info: install-info-am
386
387 install-man:
388
389 installcheck-am:
390
391 maintainer-clean: maintainer-clean-am
392 -rm -f Makefile
393 maintainer-clean-am: distclean-am maintainer-clean-generic
394
395 mostlyclean: mostlyclean-am
396
397 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
398
399 pdf: pdf-am
400
401 pdf-am:
402
403 ps: ps-am
404
405 ps-am:
406
407 uninstall-am: uninstall-info-am
408
409 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
410 clean-libtool ctags distclean distclean-generic \
411 distclean-libtool distclean-tags distdir dvi dvi-am html \
412 html-am info info-am install install-am install-data \
413 install-data-am install-exec install-exec-am install-info \
414 install-info-am install-man install-strip installcheck \
415 installcheck-am installdirs maintainer-clean \
416 maintainer-clean-generic mostlyclean mostlyclean-generic \
417 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
418 uninstall-am uninstall-info-am
419
420 # Tell versions [3.59,3.63) of GNU make to not export all variables.
421 # Otherwise a system limit (for SysV at least) may be exceeded.
422 .NOEXPORT: