ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Makefile.in
Revision: 1.5
Committed: Sun May 7 12:49:18 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.4: +138 -154 lines
Log Message:
distconf

File Contents

# User Rev Content
1 root 1.5 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 root 1.1 # @configure_input@
3    
4 root 1.5 # 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) 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     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.5
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.5 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.5
194     bin_PROGRAMS = crossedit
195    
196 root 1.1 crossedit_SOURCES = \
197     crossedit.c \
198     Attr.c \
199     MapAttr.c \
200     CrFace.c \
201     CrEdit.c \
202     CrList.c \
203     CrUtil.c \
204     Edit.c \
205     App.c \
206     Bitmaps.c \
207     Str.c \
208     xutil.c \
209     stubs.c \
210     CrFace.h \
211     CrFaceP.h \
212     CrEdit.h \
213     CrEditP.h \
214     CrList.h \
215     CrListP.h \
216     CrUtil.h \
217     App.h \
218     Edit.h \
219     Bitmaps.h \
220     Str.h \
221     Attr.h \
222     MapAttr.h \
223     Crossedit.ad.h \
224     Defines.h \
225     proto.h
226    
227 root 1.5
228 root 1.1 noinst_HEADERS = png.c
229     EXTRA_DIST = README TODO Crossedit.ad Crossedit.ad.h
230 root 1.5
231 root 1.1 SUBDIRS = include Cnv bitmaps doc
232 root 1.5
233 root 1.1 crossedit_LDADD = ../common/libcross.a Cnv/libCnv.a $(X11LIBS)
234 root 1.5
235 root 1.1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir)/include -I$(srcdir)/Cnv \
236     -DDATADIR=\"$(pkgdatadir)\" -DLIBDIR=\"$(pkglibdir)\" \
237     -DLOCALDIR=\"$(pkgstatedir)\"
238    
239 root 1.5 subdir = crossedit
240     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
241     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
242     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
243     CONFIG_CLEAN_FILES =
244     bin_PROGRAMS = crossedit$(EXEEXT)
245     PROGRAMS = $(bin_PROGRAMS)
246    
247     am_crossedit_OBJECTS = crossedit.$(OBJEXT) Attr.$(OBJEXT) \
248     MapAttr.$(OBJEXT) CrFace.$(OBJEXT) CrEdit.$(OBJEXT) \
249     CrList.$(OBJEXT) CrUtil.$(OBJEXT) Edit.$(OBJEXT) App.$(OBJEXT) \
250     Bitmaps.$(OBJEXT) Str.$(OBJEXT) xutil.$(OBJEXT) stubs.$(OBJEXT)
251     crossedit_OBJECTS = $(am_crossedit_OBJECTS)
252     crossedit_DEPENDENCIES = ../common/libcross.a Cnv/libCnv.a
253     crossedit_LDFLAGS =
254    
255     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
256     depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
257     am__depfiles_maybe = depfiles
258     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/App.Po ./$(DEPDIR)/Attr.Po \
259     @AMDEP_TRUE@ ./$(DEPDIR)/Bitmaps.Po ./$(DEPDIR)/CrEdit.Po \
260     @AMDEP_TRUE@ ./$(DEPDIR)/CrFace.Po ./$(DEPDIR)/CrList.Po \
261     @AMDEP_TRUE@ ./$(DEPDIR)/CrUtil.Po ./$(DEPDIR)/Edit.Po \
262     @AMDEP_TRUE@ ./$(DEPDIR)/MapAttr.Po ./$(DEPDIR)/Str.Po \
263     @AMDEP_TRUE@ ./$(DEPDIR)/crossedit.Po ./$(DEPDIR)/stubs.Po \
264     @AMDEP_TRUE@ ./$(DEPDIR)/xutil.Po
265     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
266     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
267     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
268     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
269     CCLD = $(CC)
270     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
271     $(AM_LDFLAGS) $(LDFLAGS) -o $@
272     DIST_SOURCES = $(crossedit_SOURCES)
273     HEADERS = $(noinst_HEADERS)
274    
275    
276     RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
277     ps-recursive install-info-recursive uninstall-info-recursive \
278     all-recursive install-data-recursive install-exec-recursive \
279     installdirs-recursive install-recursive uninstall-recursive \
280     check-recursive installcheck-recursive
281     DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.in \
282     Makefile.am TODO
283     DIST_SUBDIRS = $(SUBDIRS)
284     SOURCES = $(crossedit_SOURCES)
285    
286 root 1.1 all: all-recursive
287    
288     .SUFFIXES:
289     .SUFFIXES: .c .lo .o .obj
290 root 1.5 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
291 root 1.1 cd $(top_srcdir) && \
292     $(AUTOMAKE) --gnu crossedit/Makefile
293 root 1.5 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
294     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
295     binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
296 root 1.1 install-binPROGRAMS: $(bin_PROGRAMS)
297     @$(NORMAL_INSTALL)
298 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir)
299 root 1.1 @list='$(bin_PROGRAMS)'; for p in $$list; do \
300     p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
301     if test -f $$p \
302     || test -f $$p1 \
303     ; then \
304     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
305 root 1.5 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
306     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
307 root 1.1 else :; fi; \
308     done
309    
310     uninstall-binPROGRAMS:
311     @$(NORMAL_UNINSTALL)
312     @list='$(bin_PROGRAMS)'; for p in $$list; do \
313     f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
314 root 1.5 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
315     rm -f $(DESTDIR)$(bindir)/$$f; \
316 root 1.1 done
317    
318     clean-binPROGRAMS:
319     @list='$(bin_PROGRAMS)'; for p in $$list; do \
320     f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
321     echo " rm -f $$p $$f"; \
322     rm -f $$p $$f ; \
323     done
324     crossedit$(EXEEXT): $(crossedit_OBJECTS) $(crossedit_DEPENDENCIES)
325     @rm -f crossedit$(EXEEXT)
326     $(LINK) $(crossedit_LDFLAGS) $(crossedit_OBJECTS) $(crossedit_LDADD) $(LIBS)
327    
328     mostlyclean-compile:
329 root 1.5 -rm -f *.$(OBJEXT) core *.core
330 root 1.1
331     distclean-compile:
332     -rm -f *.tab.c
333    
334     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/App.Po@am__quote@
335     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Attr.Po@am__quote@
336     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bitmaps.Po@am__quote@
337     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrEdit.Po@am__quote@
338     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrFace.Po@am__quote@
339     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrList.Po@am__quote@
340     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrUtil.Po@am__quote@
341     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Edit.Po@am__quote@
342     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MapAttr.Po@am__quote@
343     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Str.Po@am__quote@
344     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crossedit.Po@am__quote@
345     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubs.Po@am__quote@
346     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xutil.Po@am__quote@
347    
348     .c.o:
349 root 1.5 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
350     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
351     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
352     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
353     @am__fastdepCC_TRUE@ fi
354 root 1.1 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355 root 1.5 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
356     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357     @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
358 root 1.1
359     .c.obj:
360 root 1.5 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
361     @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
362     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
363     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
364     @am__fastdepCC_TRUE@ fi
365 root 1.1 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366 root 1.5 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
367     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368     @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
369 root 1.1
370     .c.lo:
371 root 1.5 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
372     @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
373     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
374     @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
375     @am__fastdepCC_TRUE@ fi
376 root 1.1 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
377 root 1.5 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
378     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
380 root 1.1
381     mostlyclean-libtool:
382     -rm -f *.lo
383    
384     clean-libtool:
385     -rm -rf .libs _libs
386    
387     distclean-libtool:
388     -rm -f libtool
389     uninstall-info-am:
390    
391     # This directory's subdirectories are mostly independent; you can cd
392     # into them and run `make' without going through this Makefile.
393     # To change the values of `make' variables: instead of editing Makefiles,
394     # (1) if the variable is set in `config.status', edit `config.status'
395     # (which will cause the Makefiles to be regenerated when you run `make');
396     # (2) otherwise, pass the desired values on the `make' command line.
397     $(RECURSIVE_TARGETS):
398 root 1.5 @set fnord $$MAKEFLAGS; amf=$$2; \
399 root 1.1 dot_seen=no; \
400     target=`echo $@ | sed s/-recursive//`; \
401     list='$(SUBDIRS)'; for subdir in $$list; do \
402     echo "Making $$target in $$subdir"; \
403     if test "$$subdir" = "."; then \
404     dot_seen=yes; \
405     local_target="$$target-am"; \
406     else \
407     local_target="$$target"; \
408     fi; \
409     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410 root 1.5 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
411 root 1.1 done; \
412     if test "$$dot_seen" = "no"; then \
413     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
414     fi; test -z "$$fail"
415    
416     mostlyclean-recursive clean-recursive distclean-recursive \
417     maintainer-clean-recursive:
418 root 1.5 @set fnord $$MAKEFLAGS; amf=$$2; \
419 root 1.1 dot_seen=no; \
420     case "$@" in \
421     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422     *) list='$(SUBDIRS)' ;; \
423     esac; \
424     rev=''; for subdir in $$list; do \
425     if test "$$subdir" = "."; then :; else \
426     rev="$$subdir $$rev"; \
427     fi; \
428     done; \
429     rev="$$rev ."; \
430     target=`echo $@ | sed s/-recursive//`; \
431     for subdir in $$rev; do \
432     echo "Making $$target in $$subdir"; \
433     if test "$$subdir" = "."; then \
434     local_target="$$target-am"; \
435     else \
436     local_target="$$target"; \
437     fi; \
438     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439 root 1.5 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
440 root 1.1 done && test -z "$$fail"
441     tags-recursive:
442     list='$(SUBDIRS)'; for subdir in $$list; do \
443     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
444     done
445     ctags-recursive:
446     list='$(SUBDIRS)'; for subdir in $$list; do \
447     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
448     done
449    
450 root 1.5 ETAGS = etags
451     ETAGSFLAGS =
452    
453     CTAGS = ctags
454     CTAGSFLAGS =
455    
456     tags: TAGS
457    
458 root 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
459     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460     unique=`for i in $$list; do \
461     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462     done | \
463     $(AWK) ' { files[$$0] = 1; } \
464     END { for (i in files) print i; }'`; \
465     mkid -fID $$unique
466    
467     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
468     $(TAGS_FILES) $(LISP)
469     tags=; \
470     here=`pwd`; \
471 root 1.5 if (etags --etags-include --version) >/dev/null 2>&1; then \
472 root 1.1 include_option=--etags-include; \
473     else \
474     include_option=--include; \
475     fi; \
476     list='$(SUBDIRS)'; for subdir in $$list; do \
477     if test "$$subdir" = .; then :; else \
478 root 1.5 test -f $$subdir/TAGS && \
479 root 1.1 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
480     fi; \
481     done; \
482     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
483     unique=`for i in $$list; do \
484     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485     done | \
486     $(AWK) ' { files[$$0] = 1; } \
487     END { for (i in files) print i; }'`; \
488 root 1.5 test -z "$(ETAGS_ARGS)$$tags$$unique" \
489     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490     $$tags $$unique
491    
492 root 1.1 ctags: CTAGS
493     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
494     $(TAGS_FILES) $(LISP)
495     tags=; \
496     here=`pwd`; \
497     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498     unique=`for i in $$list; do \
499     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500     done | \
501     $(AWK) ' { files[$$0] = 1; } \
502     END { for (i in files) print i; }'`; \
503     test -z "$(CTAGS_ARGS)$$tags$$unique" \
504     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505     $$tags $$unique
506    
507     GTAGS:
508     here=`$(am__cd) $(top_builddir) && pwd` \
509     && cd $(top_srcdir) \
510     && gtags -i $(GTAGS_ARGS) $$here
511    
512     distclean-tags:
513     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514 root 1.5 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
515    
516     top_distdir = ..
517     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
518 root 1.1
519     distdir: $(DISTFILES)
520     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
521     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
522     list='$(DISTFILES)'; for file in $$list; do \
523     case $$file in \
524     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
525     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
526     esac; \
527     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
529     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
530     dir="/$$dir"; \
531 root 1.5 $(mkinstalldirs) "$(distdir)$$dir"; \
532 root 1.1 else \
533     dir=''; \
534     fi; \
535     if test -d $$d/$$file; then \
536     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
538     fi; \
539     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
540     else \
541     test -f $(distdir)/$$file \
542     || cp -p $$d/$$file $(distdir)/$$file \
543     || exit 1; \
544     fi; \
545     done
546 root 1.5 list='$(SUBDIRS)'; for subdir in $$list; do \
547 root 1.1 if test "$$subdir" = .; then :; else \
548 root 1.5 test -d $(distdir)/$$subdir \
549     || mkdir $(distdir)/$$subdir \
550 root 1.1 || exit 1; \
551     (cd $$subdir && \
552     $(MAKE) $(AM_MAKEFLAGS) \
553 root 1.5 top_distdir="$(top_distdir)" \
554     distdir=../$(distdir)/$$subdir \
555 root 1.1 distdir) \
556     || exit 1; \
557     fi; \
558     done
559     check-am: all-am
560     check: check-recursive
561     all-am: Makefile $(PROGRAMS) $(HEADERS)
562     installdirs: installdirs-recursive
563     installdirs-am:
564 root 1.5 $(mkinstalldirs) $(DESTDIR)$(bindir)
565    
566 root 1.1 install: install-recursive
567     install-exec: install-exec-recursive
568     install-data: install-data-recursive
569     uninstall: uninstall-recursive
570    
571     install-am: all-am
572     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573    
574     installcheck: installcheck-recursive
575     install-strip:
576     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578     `test -z '$(STRIP)' || \
579     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
580     mostlyclean-generic:
581    
582     clean-generic:
583    
584     distclean-generic:
585 root 1.5 -rm -f $(CONFIG_CLEAN_FILES)
586 root 1.1
587     maintainer-clean-generic:
588     @echo "This command is intended for maintainers to use"
589     @echo "it deletes files that may require special tools to rebuild."
590     clean: clean-recursive
591    
592     clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
593    
594     distclean: distclean-recursive
595     -rm -rf ./$(DEPDIR)
596     -rm -f Makefile
597     distclean-am: clean-am distclean-compile distclean-generic \
598     distclean-libtool distclean-tags
599    
600     dvi: dvi-recursive
601    
602     dvi-am:
603    
604     info: info-recursive
605    
606     info-am:
607    
608     install-data-am:
609    
610     install-exec-am: install-binPROGRAMS
611    
612     install-info: install-info-recursive
613    
614     install-man:
615    
616     installcheck-am:
617    
618     maintainer-clean: maintainer-clean-recursive
619     -rm -rf ./$(DEPDIR)
620     -rm -f Makefile
621     maintainer-clean-am: distclean-am maintainer-clean-generic
622    
623     mostlyclean: mostlyclean-recursive
624    
625     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
626     mostlyclean-libtool
627    
628     pdf: pdf-recursive
629    
630     pdf-am:
631    
632     ps: ps-recursive
633    
634     ps-am:
635    
636     uninstall-am: uninstall-binPROGRAMS uninstall-info-am
637    
638     uninstall-info: uninstall-info-recursive
639    
640 root 1.5 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
641     clean-binPROGRAMS clean-generic clean-libtool clean-recursive \
642     ctags ctags-recursive distclean distclean-compile \
643     distclean-generic distclean-libtool distclean-recursive \
644     distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
645     info-recursive install install-am install-binPROGRAMS \
646     install-data install-data-am install-data-recursive \
647     install-exec install-exec-am install-exec-recursive \
648     install-info install-info-am install-info-recursive install-man \
649     install-recursive install-strip installcheck installcheck-am \
650     installdirs installdirs-am installdirs-recursive \
651 root 1.1 maintainer-clean maintainer-clean-generic \
652     maintainer-clean-recursive mostlyclean mostlyclean-compile \
653     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
654 root 1.5 pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
655     tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
656     uninstall-info-am uninstall-info-recursive uninstall-recursive
657 root 1.1
658    
659     ../common/libcross.a:
660     ( cd ../common ; make libcross.a )
661    
662     Crossedit.ad.h: Crossedit.ad
663     -../utils/ad2c.script Crossedit.ad > Crossedit.ad.h
664    
665     proto:
666     cproto -e -o /proto.h -I. $(CPPFLAGS) $(AM_CPPFLAGS) \
667     `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
668     chmod 644 proto.h
669     # Tell versions [3.59,3.63) of GNU make to not export all variables.
670     # Otherwise a system limit (for SysV at least) may be exceeded.
671     .NOEXPORT: