ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/include/Makefile.in
Revision: 1.7
Committed: Sun Jul 2 15:09:12 2006 UTC (18 years, 1 month ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
State: FILE REMOVED
Log Message:
Removed autogenerated files.

File Contents

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