ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:09 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

# User Rev Content
1 root 1.2 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 root 1.1 # @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    
43     srcdir = @srcdir@
44     top_srcdir = @top_srcdir@
45     VPATH = @srcdir@
46     pkgdatadir = $(datadir)/@PACKAGE@
47     pkglibdir = $(libdir)/@PACKAGE@
48     pkgincludedir = $(includedir)/@PACKAGE@
49     top_builddir = ..
50     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     build_triplet = @build@
64     host_triplet = @host@
65     bin_PROGRAMS = crossedit$(EXEEXT)
66     subdir = crossedit
67     DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
68     $(srcdir)/Makefile.in TODO
69     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 root 1.4 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 root 1.1 $(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_crossedit_OBJECTS = crossedit.$(OBJEXT) Attr.$(OBJEXT) \
83     MapAttr.$(OBJEXT) CrFace.$(OBJEXT) CrEdit.$(OBJEXT) \
84     CrList.$(OBJEXT) CrUtil.$(OBJEXT) Edit.$(OBJEXT) App.$(OBJEXT) \
85     Bitmaps.$(OBJEXT) Str.$(OBJEXT) xutil.$(OBJEXT) \
86     stubs.$(OBJEXT)
87     crossedit_OBJECTS = $(am_crossedit_OBJECTS)
88     am__DEPENDENCIES_1 =
89     crossedit_DEPENDENCIES = ../common/libcross.a Cnv/libCnv.a \
90     $(am__DEPENDENCIES_1)
91     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
92     depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
93     am__depfiles_maybe = depfiles
94     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 root 1.4 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
97 root 1.1 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
98     $(AM_CFLAGS) $(CFLAGS)
99     CCLD = $(CC)
100 root 1.4 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
101 root 1.1 $(AM_LDFLAGS) $(LDFLAGS) -o $@
102     SOURCES = $(crossedit_SOURCES)
103     DIST_SOURCES = $(crossedit_SOURCES)
104     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
105     html-recursive info-recursive install-data-recursive \
106     install-exec-recursive install-info-recursive \
107     install-recursive installcheck-recursive installdirs-recursive \
108     pdf-recursive ps-recursive uninstall-info-recursive \
109     uninstall-recursive
110     HEADERS = $(noinst_HEADERS)
111     ETAGS = etags
112     CTAGS = ctags
113     DIST_SUBDIRS = $(SUBDIRS)
114     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115     ACLOCAL = @ACLOCAL@
116     AMDEP_FALSE = @AMDEP_FALSE@
117     AMDEP_TRUE = @AMDEP_TRUE@
118     AMTAR = @AMTAR@
119     AR = @AR@
120     AUTOCONF = @AUTOCONF@
121     AUTOHEADER = @AUTOHEADER@
122     AUTOMAKE = @AUTOMAKE@
123     AWK = @AWK@
124     BASENAME = @BASENAME@
125     BUNZIP = @BUNZIP@
126     BZIP = @BZIP@
127     CC = @CC@
128     CCDEPMODE = @CCDEPMODE@
129     CFLAGS = @CFLAGS@
130     COMPRESS = @COMPRESS@
131     CPP = @CPP@
132     CPPFLAGS = @CPPFLAGS@
133     CYGPATH_W = @CYGPATH_W@
134     DEFS = @DEFS@
135     DEPDIR = @DEPDIR@
136     ECHO = @ECHO@
137     ECHO_C = @ECHO_C@
138     ECHO_N = @ECHO_N@
139     ECHO_T = @ECHO_T@
140     EGREP = @EGREP@
141     EXEEXT = @EXEEXT@
142     GUNZIP = @GUNZIP@
143     GZIP = @GZIP@
144     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
145     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
146     HAVE_X_FALSE = @HAVE_X_FALSE@
147     HAVE_X_TRUE = @HAVE_X_TRUE@
148     INSTALL_DATA = @INSTALL_DATA@
149     INSTALL_PROGRAM = @INSTALL_PROGRAM@
150     INSTALL_SCRIPT = @INSTALL_SCRIPT@
151     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152     LATEX = @LATEX@
153 root 1.4 LD = @LD@
154 root 1.1 LDFLAGS = @LDFLAGS@
155     LEX = @LEX@
156     LEXLIB = @LEXLIB@
157     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
158     LIBOBJS = @LIBOBJS@
159     LIBS = @LIBS@
160     LIBTOOL = @LIBTOOL@
161     LN_S = @LN_S@
162     LTLIBOBJS = @LTLIBOBJS@
163     MAINT = @MAINT@
164     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
165     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
166     MAKEINFO = @MAKEINFO@
167 root 1.4 NM = @NM@
168 root 1.1 OBJEXT = @OBJEXT@
169     PACKAGE = @PACKAGE@
170     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171     PACKAGE_NAME = @PACKAGE_NAME@
172     PACKAGE_STRING = @PACKAGE_STRING@
173     PACKAGE_TARNAME = @PACKAGE_TARNAME@
174     PACKAGE_VERSION = @PACKAGE_VERSION@
175     PATH_SEPARATOR = @PATH_SEPARATOR@
176     PERL = @PERL@
177 root 1.2 PERLFLAGS = @PERLFLAGS@
178     PERLLIB = @PERLLIB@
179     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
180     PERL_PLUGIN = @PERL_PLUGIN@
181     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
182     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
183 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
184     PYTHON_LIB = @PYTHON_LIB@
185     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
186     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
187     PY_INCLUDES = @PY_INCLUDES@
188     PY_LIBS = @PY_LIBS@
189     RANLIB = @RANLIB@
190 root 1.4 SED = @SED@
191 root 1.1 SET_MAKE = @SET_MAKE@
192     SHELL = @SHELL@
193     STRIP = @STRIP@
194     TAR = @TAR@
195     UNCOMPRESS = @UNCOMPRESS@
196     VERSION = @VERSION@
197     X11LIBS = @X11LIBS@
198     X_CFLAGS = @X_CFLAGS@
199     X_EXTRA_LIBS = @X_EXTRA_LIBS@
200     X_LIBS = @X_LIBS@
201     X_PRE_LIBS = @X_PRE_LIBS@
202     ac_ct_AR = @ac_ct_AR@
203     ac_ct_CC = @ac_ct_CC@
204     ac_ct_RANLIB = @ac_ct_RANLIB@
205     ac_ct_STRIP = @ac_ct_STRIP@
206     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
207     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
208     am__include = @am__include@
209     am__leading_dot = @am__leading_dot@
210     am__quote = @am__quote@
211     am__tar = @am__tar@
212     am__untar = @am__untar@
213     bindir = @bindir@
214     build = @build@
215     build_alias = @build_alias@
216     build_cpu = @build_cpu@
217     build_os = @build_os@
218     build_vendor = @build_vendor@
219     datadir = @datadir@
220     exec_prefix = @exec_prefix@
221     host = @host@
222     host_alias = @host_alias@
223     host_cpu = @host_cpu@
224     host_os = @host_os@
225     host_vendor = @host_vendor@
226     includedir = @includedir@
227     infodir = @infodir@
228     install_sh = @install_sh@
229     libdir = @libdir@
230     libexecdir = @libexecdir@
231     localstatedir = @localstatedir@
232     mandir = @mandir@
233     mkdir_p = @mkdir_p@
234     no_x = @no_x@
235     oldincludedir = @oldincludedir@
236     pkgconfdir = @pkgconfdir@
237     pkgstatedir = @pkgstatedir@
238     prefix = @prefix@
239     program_transform_name = @program_transform_name@
240     sbindir = @sbindir@
241     sharedstatedir = @sharedstatedir@
242     sysconfdir = @sysconfdir@
243     target_alias = @target_alias@
244     x_includes = @x_includes@
245     x_libraries = @x_libraries@
246     crossedit_SOURCES = \
247     crossedit.c \
248     Attr.c \
249     MapAttr.c \
250     CrFace.c \
251     CrEdit.c \
252     CrList.c \
253     CrUtil.c \
254     Edit.c \
255     App.c \
256     Bitmaps.c \
257     Str.c \
258     xutil.c \
259     stubs.c \
260     CrFace.h \
261     CrFaceP.h \
262     CrEdit.h \
263     CrEditP.h \
264     CrList.h \
265     CrListP.h \
266     CrUtil.h \
267     App.h \
268     Edit.h \
269     Bitmaps.h \
270     Str.h \
271     Attr.h \
272     MapAttr.h \
273     Crossedit.ad.h \
274     Defines.h \
275     proto.h
276    
277     noinst_HEADERS = png.c
278     EXTRA_DIST = README TODO Crossedit.ad Crossedit.ad.h
279     SUBDIRS = include Cnv bitmaps doc
280     crossedit_LDADD = ../common/libcross.a Cnv/libCnv.a $(X11LIBS)
281     AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir)/include -I$(srcdir)/Cnv \
282     -DDATADIR=\"$(pkgdatadir)\" -DLIBDIR=\"$(pkglibdir)\" \
283     -DLOCALDIR=\"$(pkgstatedir)\"
284    
285     all: all-recursive
286    
287     .SUFFIXES:
288     .SUFFIXES: .c .lo .o .obj
289     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
290     @for dep in $?; do \
291     case '$(am__configure_deps)' in \
292     *$$dep*) \
293     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
294     && exit 0; \
295     exit 1;; \
296     esac; \
297     done; \
298     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu crossedit/Makefile'; \
299     cd $(top_srcdir) && \
300     $(AUTOMAKE) --gnu crossedit/Makefile
301     .PRECIOUS: Makefile
302     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303     @case '$?' in \
304     *config.status*) \
305     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
306     *) \
307     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
308     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
309     esac;
310    
311     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313    
314     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
315     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318     install-binPROGRAMS: $(bin_PROGRAMS)
319     @$(NORMAL_INSTALL)
320     test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
321     @list='$(bin_PROGRAMS)'; for p in $$list; do \
322     p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
323     if test -f $$p \
324     || test -f $$p1 \
325     ; then \
326     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
327     echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
328     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
329     else :; fi; \
330     done
331    
332     uninstall-binPROGRAMS:
333     @$(NORMAL_UNINSTALL)
334     @list='$(bin_PROGRAMS)'; for p in $$list; do \
335     f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
336     echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
337     rm -f "$(DESTDIR)$(bindir)/$$f"; \
338     done
339    
340     clean-binPROGRAMS:
341     @list='$(bin_PROGRAMS)'; for p in $$list; do \
342     f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
343     echo " rm -f $$p $$f"; \
344     rm -f $$p $$f ; \
345     done
346     crossedit$(EXEEXT): $(crossedit_OBJECTS) $(crossedit_DEPENDENCIES)
347     @rm -f crossedit$(EXEEXT)
348     $(LINK) $(crossedit_LDFLAGS) $(crossedit_OBJECTS) $(crossedit_LDADD) $(LIBS)
349    
350     mostlyclean-compile:
351     -rm -f *.$(OBJEXT)
352    
353     distclean-compile:
354     -rm -f *.tab.c
355    
356     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/App.Po@am__quote@
357     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Attr.Po@am__quote@
358     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bitmaps.Po@am__quote@
359     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrEdit.Po@am__quote@
360     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrFace.Po@am__quote@
361     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrList.Po@am__quote@
362     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrUtil.Po@am__quote@
363     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Edit.Po@am__quote@
364     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MapAttr.Po@am__quote@
365     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Str.Po@am__quote@
366     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crossedit.Po@am__quote@
367     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubs.Po@am__quote@
368     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xutil.Po@am__quote@
369    
370     .c.o:
371     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
372     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
373     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
376    
377     .c.obj:
378     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
379     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
380     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
383    
384     .c.lo:
385     @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
386     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
387     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
388     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
390    
391     mostlyclean-libtool:
392     -rm -f *.lo
393    
394     clean-libtool:
395     -rm -rf .libs _libs
396    
397     distclean-libtool:
398     -rm -f libtool
399     uninstall-info-am:
400    
401     # This directory's subdirectories are mostly independent; you can cd
402     # into them and run `make' without going through this Makefile.
403     # To change the values of `make' variables: instead of editing Makefiles,
404     # (1) if the variable is set in `config.status', edit `config.status'
405     # (which will cause the Makefiles to be regenerated when you run `make');
406     # (2) otherwise, pass the desired values on the `make' command line.
407     $(RECURSIVE_TARGETS):
408     @failcom='exit 1'; \
409     for f in x $$MAKEFLAGS; do \
410     case $$f in \
411     *=* | --[!k]*);; \
412     *k*) failcom='fail=yes';; \
413     esac; \
414     done; \
415     dot_seen=no; \
416     target=`echo $@ | sed s/-recursive//`; \
417     list='$(SUBDIRS)'; for subdir in $$list; do \
418     echo "Making $$target in $$subdir"; \
419     if test "$$subdir" = "."; then \
420     dot_seen=yes; \
421     local_target="$$target-am"; \
422     else \
423     local_target="$$target"; \
424     fi; \
425     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
426     || eval $$failcom; \
427     done; \
428     if test "$$dot_seen" = "no"; then \
429     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
430     fi; test -z "$$fail"
431    
432     mostlyclean-recursive clean-recursive distclean-recursive \
433     maintainer-clean-recursive:
434     @failcom='exit 1'; \
435     for f in x $$MAKEFLAGS; do \
436     case $$f in \
437     *=* | --[!k]*);; \
438     *k*) failcom='fail=yes';; \
439     esac; \
440     done; \
441     dot_seen=no; \
442     case "$@" in \
443     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
444     *) list='$(SUBDIRS)' ;; \
445     esac; \
446     rev=''; for subdir in $$list; do \
447     if test "$$subdir" = "."; then :; else \
448     rev="$$subdir $$rev"; \
449     fi; \
450     done; \
451     rev="$$rev ."; \
452     target=`echo $@ | sed s/-recursive//`; \
453     for subdir in $$rev; do \
454     echo "Making $$target in $$subdir"; \
455     if test "$$subdir" = "."; then \
456     local_target="$$target-am"; \
457     else \
458     local_target="$$target"; \
459     fi; \
460     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
461     || eval $$failcom; \
462     done && test -z "$$fail"
463     tags-recursive:
464     list='$(SUBDIRS)'; for subdir in $$list; do \
465     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
466     done
467     ctags-recursive:
468     list='$(SUBDIRS)'; for subdir in $$list; do \
469     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
470     done
471    
472     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474     unique=`for i in $$list; do \
475     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476     done | \
477     $(AWK) ' { files[$$0] = 1; } \
478     END { for (i in files) print i; }'`; \
479     mkid -fID $$unique
480     tags: TAGS
481    
482     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
483     $(TAGS_FILES) $(LISP)
484     tags=; \
485     here=`pwd`; \
486     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
487     include_option=--etags-include; \
488     empty_fix=.; \
489     else \
490     include_option=--include; \
491     empty_fix=; \
492     fi; \
493     list='$(SUBDIRS)'; for subdir in $$list; do \
494     if test "$$subdir" = .; then :; else \
495     test ! -f $$subdir/TAGS || \
496     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
497     fi; \
498     done; \
499     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
500     unique=`for i in $$list; do \
501     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502     done | \
503     $(AWK) ' { files[$$0] = 1; } \
504     END { for (i in files) print i; }'`; \
505     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
506     test -n "$$unique" || unique=$$empty_fix; \
507     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508     $$tags $$unique; \
509     fi
510     ctags: CTAGS
511     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
512     $(TAGS_FILES) $(LISP)
513     tags=; \
514     here=`pwd`; \
515     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
516     unique=`for i in $$list; do \
517     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518     done | \
519     $(AWK) ' { files[$$0] = 1; } \
520     END { for (i in files) print i; }'`; \
521     test -z "$(CTAGS_ARGS)$$tags$$unique" \
522     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
523     $$tags $$unique
524    
525     GTAGS:
526     here=`$(am__cd) $(top_builddir) && pwd` \
527     && cd $(top_srcdir) \
528     && gtags -i $(GTAGS_ARGS) $$here
529    
530     distclean-tags:
531     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
532    
533     distdir: $(DISTFILES)
534     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
535     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
536     list='$(DISTFILES)'; for file in $$list; do \
537     case $$file in \
538     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
539     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
540     esac; \
541     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
543     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
544     dir="/$$dir"; \
545     $(mkdir_p) "$(distdir)$$dir"; \
546     else \
547     dir=''; \
548     fi; \
549     if test -d $$d/$$file; then \
550     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
552     fi; \
553     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
554     else \
555     test -f $(distdir)/$$file \
556     || cp -p $$d/$$file $(distdir)/$$file \
557     || exit 1; \
558     fi; \
559     done
560     list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
561     if test "$$subdir" = .; then :; else \
562     test -d "$(distdir)/$$subdir" \
563     || $(mkdir_p) "$(distdir)/$$subdir" \
564     || exit 1; \
565     distdir=`$(am__cd) $(distdir) && pwd`; \
566     top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
567     (cd $$subdir && \
568     $(MAKE) $(AM_MAKEFLAGS) \
569     top_distdir="$$top_distdir" \
570     distdir="$$distdir/$$subdir" \
571     distdir) \
572     || exit 1; \
573     fi; \
574     done
575     check-am: all-am
576     check: check-recursive
577     all-am: Makefile $(PROGRAMS) $(HEADERS)
578     installdirs: installdirs-recursive
579     installdirs-am:
580     for dir in "$(DESTDIR)$(bindir)"; do \
581     test -z "$$dir" || $(mkdir_p) "$$dir"; \
582     done
583     install: install-recursive
584     install-exec: install-exec-recursive
585     install-data: install-data-recursive
586     uninstall: uninstall-recursive
587    
588     install-am: all-am
589     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590    
591     installcheck: installcheck-recursive
592     install-strip:
593     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
594     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
595     `test -z '$(STRIP)' || \
596     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
597     mostlyclean-generic:
598    
599     clean-generic:
600    
601     distclean-generic:
602     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
603    
604     maintainer-clean-generic:
605     @echo "This command is intended for maintainers to use"
606     @echo "it deletes files that may require special tools to rebuild."
607     clean: clean-recursive
608    
609     clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
610    
611     distclean: distclean-recursive
612     -rm -rf ./$(DEPDIR)
613     -rm -f Makefile
614     distclean-am: clean-am distclean-compile distclean-generic \
615     distclean-libtool distclean-tags
616    
617     dvi: dvi-recursive
618    
619     dvi-am:
620    
621     html: html-recursive
622    
623     info: info-recursive
624    
625     info-am:
626    
627     install-data-am:
628    
629     install-exec-am: install-binPROGRAMS
630    
631     install-info: install-info-recursive
632    
633     install-man:
634    
635     installcheck-am:
636    
637     maintainer-clean: maintainer-clean-recursive
638     -rm -rf ./$(DEPDIR)
639     -rm -f Makefile
640     maintainer-clean-am: distclean-am maintainer-clean-generic
641    
642     mostlyclean: mostlyclean-recursive
643    
644     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
645     mostlyclean-libtool
646    
647     pdf: pdf-recursive
648    
649     pdf-am:
650    
651     ps: ps-recursive
652    
653     ps-am:
654    
655     uninstall-am: uninstall-binPROGRAMS uninstall-info-am
656    
657     uninstall-info: uninstall-info-recursive
658    
659     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
660     clean clean-binPROGRAMS clean-generic clean-libtool \
661     clean-recursive ctags ctags-recursive distclean \
662     distclean-compile distclean-generic distclean-libtool \
663     distclean-recursive distclean-tags distdir dvi dvi-am html \
664     html-am info info-am install install-am install-binPROGRAMS \
665     install-data install-data-am install-exec install-exec-am \
666     install-info install-info-am install-man install-strip \
667     installcheck installcheck-am installdirs installdirs-am \
668     maintainer-clean maintainer-clean-generic \
669     maintainer-clean-recursive mostlyclean mostlyclean-compile \
670     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
671     pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
672     uninstall-binPROGRAMS uninstall-info-am
673    
674    
675     ../common/libcross.a:
676     ( cd ../common ; make libcross.a )
677    
678     Crossedit.ad.h: Crossedit.ad
679     -../utils/ad2c.script Crossedit.ad > Crossedit.ad.h
680    
681     proto:
682     cproto -e -o /proto.h -I. $(CPPFLAGS) $(AM_CPPFLAGS) \
683     `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
684     chmod 644 proto.h
685     # Tell versions [3.59,3.63) of GNU make to not export all variables.
686     # Otherwise a system limit (for SysV at least) may be exceeded.
687     .NOEXPORT: