ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:21 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.3: +6 -12 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     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19     VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21     pkglibdir = $(libdir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     top_builddir = ..
24     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25     INSTALL = @INSTALL@
26     install_sh_DATA = $(install_sh) -c -m 644
27     install_sh_PROGRAM = $(install_sh) -c
28     install_sh_SCRIPT = $(install_sh) -c
29     INSTALL_HEADER = $(INSTALL_DATA)
30     transform = $(program_transform_name)
31     NORMAL_INSTALL = :
32     PRE_INSTALL = :
33     POST_INSTALL = :
34     NORMAL_UNINSTALL = :
35     PRE_UNINSTALL = :
36     POST_UNINSTALL = :
37     build_triplet = @build@
38     host_triplet = @host@
39     subdir = utils
40     DIST_COMMON = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \
41     $(dist_pkglib_SCRIPTS) $(srcdir)/Makefile.am \
42     $(srcdir)/Makefile.in $(srcdir)/add_throw.perl.in \
43     $(srcdir)/crossloop.pl.tmpl.in $(srcdir)/crossloop.tmpl.in \
44     $(srcdir)/crossloop.web.in $(srcdir)/metaserver.pl.in \
45     $(srcdir)/player_dl.pl.in $(srcdir)/scores.pl.in config.guess \
46     config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
47     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 root 1.4 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
49     $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
50     $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \
51 root 1.1 $(top_srcdir)/configure.ac
52     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53     $(ACLOCAL_M4)
54     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
55     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
56     CONFIG_CLEAN_FILES = add_throw.perl crossloop.tmpl crossloop.pl.tmpl \
57     metaserver.pl crossloop.web scores.pl player_dl.pl
58     am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)" \
59     "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)"
60     dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
61     dist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
62     nodist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
63     nodist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
64     SCRIPTS = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \
65     $(dist_pkglib_SCRIPTS) $(nodist_bin_SCRIPTS) \
66     $(nodist_pkglib_SCRIPTS)
67     SOURCES =
68     DIST_SOURCES =
69     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70     ACLOCAL = @ACLOCAL@
71     AMDEP_FALSE = @AMDEP_FALSE@
72     AMDEP_TRUE = @AMDEP_TRUE@
73     AMTAR = @AMTAR@
74     AR = @AR@
75     AUTOCONF = @AUTOCONF@
76     AUTOHEADER = @AUTOHEADER@
77     AUTOMAKE = @AUTOMAKE@
78     AWK = @AWK@
79     BASENAME = @BASENAME@
80     BUNZIP = @BUNZIP@
81     BZIP = @BZIP@
82     CC = @CC@
83     CCDEPMODE = @CCDEPMODE@
84     CFLAGS = @CFLAGS@
85     COMPRESS = @COMPRESS@
86     CPP = @CPP@
87     CPPFLAGS = @CPPFLAGS@
88     CYGPATH_W = @CYGPATH_W@
89     DEFS = @DEFS@
90     DEPDIR = @DEPDIR@
91     ECHO = @ECHO@
92     ECHO_C = @ECHO_C@
93     ECHO_N = @ECHO_N@
94     ECHO_T = @ECHO_T@
95     EGREP = @EGREP@
96     EXEEXT = @EXEEXT@
97     GUNZIP = @GUNZIP@
98     GZIP = @GZIP@
99     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
100     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
101     HAVE_X_FALSE = @HAVE_X_FALSE@
102     HAVE_X_TRUE = @HAVE_X_TRUE@
103     INSTALL_DATA = @INSTALL_DATA@
104     INSTALL_PROGRAM = @INSTALL_PROGRAM@
105     INSTALL_SCRIPT = @INSTALL_SCRIPT@
106     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107     LATEX = @LATEX@
108 root 1.4 LD = @LD@
109 root 1.1 LDFLAGS = @LDFLAGS@
110     LEX = @LEX@
111     LEXLIB = @LEXLIB@
112     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
113     LIBOBJS = @LIBOBJS@
114     LIBS = @LIBS@
115     LIBTOOL = @LIBTOOL@
116     LN_S = @LN_S@
117     LTLIBOBJS = @LTLIBOBJS@
118     MAINT = @MAINT@
119     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
120     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
121     MAKEINFO = @MAKEINFO@
122 root 1.4 NM = @NM@
123 root 1.1 OBJEXT = @OBJEXT@
124     PACKAGE = @PACKAGE@
125     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126     PACKAGE_NAME = @PACKAGE_NAME@
127     PACKAGE_STRING = @PACKAGE_STRING@
128     PACKAGE_TARNAME = @PACKAGE_TARNAME@
129     PACKAGE_VERSION = @PACKAGE_VERSION@
130     PATH_SEPARATOR = @PATH_SEPARATOR@
131     PERL = @PERL@
132 root 1.2 PERLFLAGS = @PERLFLAGS@
133     PERLLIB = @PERLLIB@
134     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
135     PERL_PLUGIN = @PERL_PLUGIN@
136     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
137     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
138 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
139     PYTHON_LIB = @PYTHON_LIB@
140     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
141     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
142     PY_INCLUDES = @PY_INCLUDES@
143     PY_LIBS = @PY_LIBS@
144     RANLIB = @RANLIB@
145 root 1.4 SED = sed
146 root 1.1 SET_MAKE = @SET_MAKE@
147     SHELL = @SHELL@
148     STRIP = @STRIP@
149     TAR = @TAR@
150     UNCOMPRESS = @UNCOMPRESS@
151     VERSION = @VERSION@
152     X11LIBS = @X11LIBS@
153     X_CFLAGS = @X_CFLAGS@
154     X_EXTRA_LIBS = @X_EXTRA_LIBS@
155     X_LIBS = @X_LIBS@
156     X_PRE_LIBS = @X_PRE_LIBS@
157     ac_ct_AR = @ac_ct_AR@
158     ac_ct_CC = @ac_ct_CC@
159     ac_ct_RANLIB = @ac_ct_RANLIB@
160     ac_ct_STRIP = @ac_ct_STRIP@
161     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163     am__include = @am__include@
164     am__leading_dot = @am__leading_dot@
165     am__quote = @am__quote@
166     am__tar = @am__tar@
167     am__untar = @am__untar@
168     bindir = @bindir@
169     build = @build@
170     build_alias = @build_alias@
171     build_cpu = @build_cpu@
172     build_os = @build_os@
173     build_vendor = @build_vendor@
174     datadir = @datadir@
175     exec_prefix = @exec_prefix@
176     host = @host@
177     host_alias = @host_alias@
178     host_cpu = @host_cpu@
179     host_os = @host_os@
180     host_vendor = @host_vendor@
181     includedir = @includedir@
182     infodir = @infodir@
183     install_sh = @install_sh@
184     libdir = @libdir@
185     libexecdir = @libexecdir@
186     localstatedir = @localstatedir@
187     mandir = @mandir@
188     mkdir_p = @mkdir_p@
189     no_x = @no_x@
190     oldincludedir = @oldincludedir@
191     pkgconfdir = @pkgconfdir@
192     pkgstatedir = @pkgstatedir@
193     prefix = @prefix@
194     program_transform_name = @program_transform_name@
195     sbindir = @sbindir@
196     sharedstatedir = @sharedstatedir@
197     sysconfdir = @sysconfdir@
198     target_alias = @target_alias@
199     x_includes = @x_includes@
200     x_libraries = @x_libraries@
201     nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl
202     dist_bin_SCRIPTS = crossloop.web
203     nodist_pkglib_SCRIPTS =
204     dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl
205     dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd
206     EXTRA_DIST =
207     CLEANFILES = crossloop.pl crossloop
208     all: all-am
209    
210     .SUFFIXES:
211     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
212     @for dep in $?; do \
213     case '$(am__configure_deps)' in \
214     *$$dep*) \
215     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
216     && exit 0; \
217     exit 1;; \
218     esac; \
219     done; \
220     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \
221     cd $(top_srcdir) && \
222     $(AUTOMAKE) --gnu utils/Makefile
223     .PRECIOUS: Makefile
224     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225     @case '$?' in \
226     *config.status*) \
227     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
228     *) \
229     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
231     esac;
232    
233     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235    
236     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
237     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
239     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240     add_throw.perl: $(top_builddir)/config.status $(srcdir)/add_throw.perl.in
241     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
242     crossloop.tmpl: $(top_builddir)/config.status $(srcdir)/crossloop.tmpl.in
243     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
244     crossloop.pl.tmpl: $(top_builddir)/config.status $(srcdir)/crossloop.pl.tmpl.in
245     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
246     metaserver.pl: $(top_builddir)/config.status $(srcdir)/metaserver.pl.in
247     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
248     crossloop.web: $(top_builddir)/config.status $(srcdir)/crossloop.web.in
249     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
250     scores.pl: $(top_builddir)/config.status $(srcdir)/scores.pl.in
251     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
252     player_dl.pl: $(top_builddir)/config.status $(srcdir)/player_dl.pl.in
253     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
254     install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
255     @$(NORMAL_INSTALL)
256     test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
257     @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
258     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
259     if test -f $$d$$p; then \
260     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
261     echo " $(dist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
262     $(dist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
263     else :; fi; \
264     done
265    
266     uninstall-dist_binSCRIPTS:
267     @$(NORMAL_UNINSTALL)
268     @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
269     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
270     echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
271     rm -f "$(DESTDIR)$(bindir)/$$f"; \
272     done
273     install-dist_pkglibSCRIPTS: $(dist_pkglib_SCRIPTS)
274     @$(NORMAL_INSTALL)
275     test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
276     @list='$(dist_pkglib_SCRIPTS)'; for p in $$list; do \
277     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
278     if test -f $$d$$p; then \
279     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
280     echo " $(dist_pkglibSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
281     $(dist_pkglibSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
282     else :; fi; \
283     done
284    
285     uninstall-dist_pkglibSCRIPTS:
286     @$(NORMAL_UNINSTALL)
287     @list='$(dist_pkglib_SCRIPTS)'; for p in $$list; do \
288     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
289     echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
290     rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
291     done
292     install-nodist_binSCRIPTS: $(nodist_bin_SCRIPTS)
293     @$(NORMAL_INSTALL)
294     test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
295     @list='$(nodist_bin_SCRIPTS)'; for p in $$list; do \
296     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
297     if test -f $$d$$p; then \
298     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
299     echo " $(nodist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
300     $(nodist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
301     else :; fi; \
302     done
303    
304     uninstall-nodist_binSCRIPTS:
305     @$(NORMAL_UNINSTALL)
306     @list='$(nodist_bin_SCRIPTS)'; for p in $$list; do \
307     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
308     echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
309     rm -f "$(DESTDIR)$(bindir)/$$f"; \
310     done
311     install-nodist_pkglibSCRIPTS: $(nodist_pkglib_SCRIPTS)
312     @$(NORMAL_INSTALL)
313     test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
314     @list='$(nodist_pkglib_SCRIPTS)'; for p in $$list; do \
315     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
316     if test -f $$d$$p; then \
317     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
318     echo " $(nodist_pkglibSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
319     $(nodist_pkglibSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
320     else :; fi; \
321     done
322    
323     uninstall-nodist_pkglibSCRIPTS:
324     @$(NORMAL_UNINSTALL)
325     @list='$(nodist_pkglib_SCRIPTS)'; for p in $$list; do \
326     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
327     echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
328     rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
329     done
330    
331     mostlyclean-libtool:
332     -rm -f *.lo
333    
334     clean-libtool:
335     -rm -rf .libs _libs
336    
337     distclean-libtool:
338     -rm -f libtool
339     uninstall-info-am:
340     tags: TAGS
341     TAGS:
342    
343     ctags: CTAGS
344     CTAGS:
345    
346    
347     distdir: $(DISTFILES)
348     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
349     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
350     list='$(DISTFILES)'; for file in $$list; do \
351     case $$file in \
352     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
353     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
354     esac; \
355     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
357     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
358     dir="/$$dir"; \
359     $(mkdir_p) "$(distdir)$$dir"; \
360     else \
361     dir=''; \
362     fi; \
363     if test -d $$d/$$file; then \
364     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
365     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
366     fi; \
367     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
368     else \
369     test -f $(distdir)/$$file \
370     || cp -p $$d/$$file $(distdir)/$$file \
371     || exit 1; \
372     fi; \
373     done
374     check-am: all-am
375     check: check-am
376     all-am: Makefile $(SCRIPTS)
377     installdirs:
378     for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)"; do \
379     test -z "$$dir" || $(mkdir_p) "$$dir"; \
380     done
381     install: install-am
382     install-exec: install-exec-am
383     install-data: install-data-am
384     uninstall: uninstall-am
385    
386     install-am: all-am
387     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388    
389     installcheck: installcheck-am
390     install-strip:
391     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393     `test -z '$(STRIP)' || \
394     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395     mostlyclean-generic:
396    
397     clean-generic:
398     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
399    
400     distclean-generic:
401     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
402    
403     maintainer-clean-generic:
404     @echo "This command is intended for maintainers to use"
405     @echo "it deletes files that may require special tools to rebuild."
406     clean: clean-am
407    
408     clean-am: clean-generic clean-libtool mostlyclean-am
409    
410     distclean: distclean-am
411     -rm -f Makefile
412     distclean-am: clean-am distclean-generic distclean-libtool
413    
414     dvi: dvi-am
415    
416     dvi-am:
417    
418     html: html-am
419    
420     info: info-am
421    
422     info-am:
423    
424     install-data-am:
425    
426     install-exec-am: install-dist_binSCRIPTS install-dist_pkglibSCRIPTS \
427     install-nodist_binSCRIPTS install-nodist_pkglibSCRIPTS
428    
429     install-info: install-info-am
430    
431     install-man:
432    
433     installcheck-am:
434    
435     maintainer-clean: maintainer-clean-am
436     -rm -f Makefile
437     maintainer-clean-am: distclean-am maintainer-clean-generic
438    
439     mostlyclean: mostlyclean-am
440    
441     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
442    
443     pdf: pdf-am
444    
445     pdf-am:
446    
447     ps: ps-am
448    
449     ps-am:
450    
451     uninstall-am: uninstall-dist_binSCRIPTS uninstall-dist_pkglibSCRIPTS \
452     uninstall-info-am uninstall-nodist_binSCRIPTS \
453     uninstall-nodist_pkglibSCRIPTS
454    
455     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
456     distclean distclean-generic distclean-libtool distdir dvi \
457     dvi-am html html-am info info-am install install-am \
458     install-data install-data-am install-dist_binSCRIPTS \
459     install-dist_pkglibSCRIPTS install-exec install-exec-am \
460     install-info install-info-am install-man \
461     install-nodist_binSCRIPTS install-nodist_pkglibSCRIPTS \
462     install-strip installcheck installcheck-am installdirs \
463     maintainer-clean maintainer-clean-generic mostlyclean \
464     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
465     uninstall uninstall-am uninstall-dist_binSCRIPTS \
466     uninstall-dist_pkglibSCRIPTS uninstall-info-am \
467     uninstall-nodist_binSCRIPTS uninstall-nodist_pkglibSCRIPTS
468    
469    
470     # For some reason, Sun's make fails if you try to use $<
471     # in the following entries. Sun's man page does say $<
472     # is legal. Easy enough to just replace them with real entries
473     # however.
474    
475     crossloop.pl: crossloop.pl.tmpl
476     $(SED) s%BINDIR%$(bindir)%g < crossloop.pl.tmpl > crossloop.pl
477    
478     crossloop: crossloop.tmpl
479     $(SED) s%BINDIR%$(bindir)%g < crossloop.tmpl > crossloop
480     # Tell versions [3.59,3.63) of GNU make to not export all variables.
481     # Otherwise a system limit (for SysV at least) may be exceeded.
482     .NOEXPORT: