ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Makefile.in
Revision: 1.3
Committed: Wed Mar 15 15:35:46 2006 UTC (18 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.2: +13 -8 lines
Log Message:
UPSTREAM merge from 15.03.2006

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