ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Makefile.in
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:44 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

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