Develop and Download Open Source Software

Browse CVS Repository

Annotation of /satellite/satellite4/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Tue Mar 1 14:10:53 2005 UTC (19 years, 1 month ago) by orrisroot
Branch: MAIN
Changes since 1.4: +2 -1 lines
splited souce code of tty and terminal capability control routine.

1 orrisroot 1.1 # Makefile.in generated by automake 1.7.8 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5     # 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    
25     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26     INSTALL = @INSTALL@
27     install_sh_DATA = $(install_sh) -c -m 644
28     install_sh_PROGRAM = $(install_sh) -c
29     install_sh_SCRIPT = $(install_sh) -c
30     INSTALL_HEADER = $(INSTALL_DATA)
31     transform = $(program_transform_name)
32     NORMAL_INSTALL = :
33     PRE_INSTALL = :
34     POST_INSTALL = :
35     NORMAL_UNINSTALL = :
36     PRE_UNINSTALL = :
37     POST_UNINSTALL = :
38     host_triplet = @host@
39     ACLOCAL = @ACLOCAL@
40     AMDEP_FALSE = @AMDEP_FALSE@
41     AMDEP_TRUE = @AMDEP_TRUE@
42     AMTAR = @AMTAR@
43     AR = @AR@
44     AUTOCONF = @AUTOCONF@
45     AUTOHEADER = @AUTOHEADER@
46     AUTOMAKE = @AUTOMAKE@
47     AWK = @AWK@
48     CC = @CC@
49     CCDEPMODE = @CCDEPMODE@
50     CFLAGS = @CFLAGS@
51     CPP = @CPP@
52     CPPFLAGS = @CPPFLAGS@
53     CXX = @CXX@
54     CXXCPP = @CXXCPP@
55     CXXDEPMODE = @CXXDEPMODE@
56     CXXFLAGS = @CXXFLAGS@
57     CYGPATH_W = @CYGPATH_W@
58     DEFS = @DEFS@
59     DEPDIR = @DEPDIR@
60     ECHO = @ECHO@
61     ECHO_C = @ECHO_C@
62     ECHO_N = @ECHO_N@
63     ECHO_T = @ECHO_T@
64     EGREP = @EGREP@
65     EXEEXT = @EXEEXT@
66     F77 = @F77@
67     FFLAGS = @FFLAGS@
68     INSTALL_DATA = @INSTALL_DATA@
69     INSTALL_PROGRAM = @INSTALL_PROGRAM@
70     INSTALL_SCRIPT = @INSTALL_SCRIPT@
71     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72     LDFLAGS = @LDFLAGS@
73     LEX = @LEX@
74     LEXLIB = @LEXLIB@
75     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
76     LIBOBJS = @LIBOBJS@
77     LIBS = @LIBS@
78     LIBTOOL = @LIBTOOL@
79     LN_S = @LN_S@
80     LTLIBOBJS = @LTLIBOBJS@
81     MAINT = @MAINT@
82     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
83     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
84     MAKEINFO = @MAKEINFO@
85     MODULE_LDFLAGS = @MODULE_LDFLAGS@
86     OBJEXT = @OBJEXT@
87     PACKAGE = @PACKAGE@
88     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
89     PACKAGE_NAME = @PACKAGE_NAME@
90     PACKAGE_STRING = @PACKAGE_STRING@
91     PACKAGE_TARNAME = @PACKAGE_TARNAME@
92     PACKAGE_VERSION = @PACKAGE_VERSION@
93     PATH_SEPARATOR = @PATH_SEPARATOR@
94 orrisroot 1.2 POW_LIB = @POW_LIB@
95 orrisroot 1.1 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
96     PTHREAD_LIBS = @PTHREAD_LIBS@
97     RANLIB = @RANLIB@
98     SET_MAKE = @SET_MAKE@
99     SHELL = @SHELL@
100     SHLIBPATH_VAR = @SHLIBPATH_VAR@
101     STRIP = @STRIP@
102     TERMCAP_LIBS = @TERMCAP_LIBS@
103     VERSION = @VERSION@
104 orrisroot 1.4 XTOOLKIT_CFLAGS = @XTOOLKIT_CFLAGS@
105     XTOOLKIT_LIBS = @XTOOLKIT_LIBS@
106     X_CFLAGS = @X_CFLAGS@
107     X_EXTRA_LIBS = @X_EXTRA_LIBS@
108     X_LIBS = @X_LIBS@
109     X_PRE_LIBS = @X_PRE_LIBS@
110 orrisroot 1.1 YACC = @YACC@
111     ac_ct_AR = @ac_ct_AR@
112     ac_ct_CC = @ac_ct_CC@
113     ac_ct_CXX = @ac_ct_CXX@
114     ac_ct_F77 = @ac_ct_F77@
115     ac_ct_RANLIB = @ac_ct_RANLIB@
116     ac_ct_STRIP = @ac_ct_STRIP@
117     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
118     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
119     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
120     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
121     am__include = @am__include@
122     am__leading_dot = @am__leading_dot@
123     am__quote = @am__quote@
124     bindir = @bindir@
125     build = @build@
126     build_alias = @build_alias@
127     build_cpu = @build_cpu@
128     build_os = @build_os@
129     build_vendor = @build_vendor@
130     datadir = @datadir@
131     docdir = @docdir@
132     examplesdir = @examplesdir@
133     exec_prefix = @exec_prefix@
134     host = @host@
135     host_alias = @host_alias@
136     host_cpu = @host_cpu@
137     host_os = @host_os@
138     host_vendor = @host_vendor@
139     includedir = @includedir@
140     infodir = @infodir@
141     install_sh = @install_sh@
142     libdir = @libdir@
143     libexecdir = @libexecdir@
144     localstatedir = @localstatedir@
145     mandir = @mandir@
146     moduledir = @moduledir@
147     modulercdir = @modulercdir@
148     oldincludedir = @oldincludedir@
149     prefix = @prefix@
150     program_transform_name = @program_transform_name@
151     sbindir = @sbindir@
152     sharedstatedir = @sharedstatedir@
153     sl4docdir = @sl4docdir@
154     sl4includedir = @sl4includedir@
155     sl4libdir = @sl4libdir@
156     sl4libexecdir = @sl4libexecdir@
157     sl4sharedir = @sl4sharedir@
158     sysconfdir = @sysconfdir@
159     systemrcdir = @systemrcdir@
160     target = @target@
161     target_alias = @target_alias@
162     target_cpu = @target_cpu@
163     target_os = @target_os@
164     target_vendor = @target_vendor@
165     AUTOMAKE_OPTIONS = 1.5
166    
167     SUBDIRS = lib shell modules etc
168    
169     bin_SCRIPTS = satellite4-config
170    
171     EXTRA_DIST = \
172     Acknowledgement \
173     macros/libtool.m4 \
174     macros/pthread.m4 \
175     macros/sharedlib.m4 \
176 orrisroot 1.3 macros/termcap.m4 \
177 orrisroot 1.1 tools/compat2/sl2tosl4.pl
178    
179    
180     CLEANFILES = *~
181     DISTCLEANFILES = .deps/*.P
182     subdir = .
183     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
184     mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
185     CONFIG_HEADER = config.h
186     CONFIG_CLEAN_FILES = satellite4-config
187     SCRIPTS = $(bin_SCRIPTS)
188    
189     DIST_SOURCES =
190    
191     RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
192     ps-recursive install-info-recursive uninstall-info-recursive \
193     all-recursive install-data-recursive install-exec-recursive \
194     installdirs-recursive install-recursive uninstall-recursive \
195     check-recursive installcheck-recursive
196     DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
197     COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \
198     config.h.in config/config.guess config/config.sub \
199     config/depcomp config/install-sh config/ltmain.sh \
200     config/missing config/mkinstalldirs config/ylwrap configure \
201 orrisroot 1.5 configure.in install-sh missing mkinstalldirs \
202     satellite4-config.in
203 orrisroot 1.1 DIST_SUBDIRS = $(SUBDIRS)
204     all: config.h
205     $(MAKE) $(AM_MAKEFLAGS) all-recursive
206    
207     .SUFFIXES:
208    
209     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
210     configure.lineno
211     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
212     cd $(top_srcdir) && \
213     $(AUTOMAKE) --foreign Makefile
214     Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
215     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
216    
217     $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
218     $(SHELL) ./config.status --recheck
219     $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
220     cd $(srcdir) && $(AUTOCONF)
221    
222     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
223     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
224    
225     config.h: stamp-h1
226     @if test ! -f $@; then \
227     rm -f stamp-h1; \
228     $(MAKE) stamp-h1; \
229     else :; fi
230    
231     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
232     @rm -f stamp-h1
233     cd $(top_builddir) && $(SHELL) ./config.status config.h
234    
235     $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
236     cd $(top_srcdir) && $(AUTOHEADER)
237     touch $(srcdir)/config.h.in
238    
239     distclean-hdr:
240     -rm -f config.h stamp-h1
241     satellite4-config: $(top_builddir)/config.status satellite4-config.in
242     cd $(top_builddir) && $(SHELL) ./config.status $@
243     binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
244     install-binSCRIPTS: $(bin_SCRIPTS)
245     @$(NORMAL_INSTALL)
246     $(mkinstalldirs) $(DESTDIR)$(bindir)
247     @list='$(bin_SCRIPTS)'; for p in $$list; do \
248     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
249     if test -f $$d$$p; then \
250     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
251     echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
252     $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
253     else :; fi; \
254     done
255    
256     uninstall-binSCRIPTS:
257     @$(NORMAL_UNINSTALL)
258     @list='$(bin_SCRIPTS)'; for p in $$list; do \
259     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
260     echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
261     rm -f $(DESTDIR)$(bindir)/$$f; \
262     done
263    
264     mostlyclean-libtool:
265     -rm -f *.lo
266    
267     clean-libtool:
268     -rm -rf .libs _libs
269    
270     distclean-libtool:
271     -rm -f libtool
272     uninstall-info-am:
273    
274     # This directory's subdirectories are mostly independent; you can cd
275     # into them and run `make' without going through this Makefile.
276     # To change the values of `make' variables: instead of editing Makefiles,
277     # (1) if the variable is set in `config.status', edit `config.status'
278     # (which will cause the Makefiles to be regenerated when you run `make');
279     # (2) otherwise, pass the desired values on the `make' command line.
280     $(RECURSIVE_TARGETS):
281     @set fnord $$MAKEFLAGS; amf=$$2; \
282     dot_seen=no; \
283     target=`echo $@ | sed s/-recursive//`; \
284     list='$(SUBDIRS)'; for subdir in $$list; do \
285     echo "Making $$target in $$subdir"; \
286     if test "$$subdir" = "."; then \
287     dot_seen=yes; \
288     local_target="$$target-am"; \
289     else \
290     local_target="$$target"; \
291     fi; \
292     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
294     done; \
295     if test "$$dot_seen" = "no"; then \
296     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
297     fi; test -z "$$fail"
298    
299     mostlyclean-recursive clean-recursive distclean-recursive \
300     maintainer-clean-recursive:
301     @set fnord $$MAKEFLAGS; amf=$$2; \
302     dot_seen=no; \
303     case "$@" in \
304     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
305     *) list='$(SUBDIRS)' ;; \
306     esac; \
307     rev=''; for subdir in $$list; do \
308     if test "$$subdir" = "."; then :; else \
309     rev="$$subdir $$rev"; \
310     fi; \
311     done; \
312     rev="$$rev ."; \
313     target=`echo $@ | sed s/-recursive//`; \
314     for subdir in $$rev; do \
315     echo "Making $$target in $$subdir"; \
316     if test "$$subdir" = "."; then \
317     local_target="$$target-am"; \
318     else \
319     local_target="$$target"; \
320     fi; \
321     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
323     done && test -z "$$fail"
324     tags-recursive:
325     list='$(SUBDIRS)'; for subdir in $$list; do \
326     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
327     done
328     ctags-recursive:
329     list='$(SUBDIRS)'; for subdir in $$list; do \
330     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
331     done
332    
333     ETAGS = etags
334     ETAGSFLAGS =
335    
336     CTAGS = ctags
337     CTAGSFLAGS =
338    
339     tags: TAGS
340    
341     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343     unique=`for i in $$list; do \
344     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345     done | \
346     $(AWK) ' { files[$$0] = 1; } \
347     END { for (i in files) print i; }'`; \
348     mkid -fID $$unique
349    
350     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
351     $(TAGS_FILES) $(LISP)
352     tags=; \
353     here=`pwd`; \
354     if (etags --etags-include --version) >/dev/null 2>&1; then \
355     include_option=--etags-include; \
356     else \
357     include_option=--include; \
358     fi; \
359     list='$(SUBDIRS)'; for subdir in $$list; do \
360     if test "$$subdir" = .; then :; else \
361     test -f $$subdir/TAGS && \
362     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
363     fi; \
364     done; \
365     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
366     unique=`for i in $$list; do \
367     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368     done | \
369     $(AWK) ' { files[$$0] = 1; } \
370     END { for (i in files) print i; }'`; \
371     test -z "$(ETAGS_ARGS)$$tags$$unique" \
372     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373     $$tags $$unique
374    
375     ctags: CTAGS
376     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
377     $(TAGS_FILES) $(LISP)
378     tags=; \
379     here=`pwd`; \
380     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
381     unique=`for i in $$list; do \
382     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383     done | \
384     $(AWK) ' { files[$$0] = 1; } \
385     END { for (i in files) print i; }'`; \
386     test -z "$(CTAGS_ARGS)$$tags$$unique" \
387     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388     $$tags $$unique
389    
390     GTAGS:
391     here=`$(am__cd) $(top_builddir) && pwd` \
392     && cd $(top_srcdir) \
393     && gtags -i $(GTAGS_ARGS) $$here
394    
395     distclean-tags:
396     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
398    
399     top_distdir = .
400     distdir = $(PACKAGE)-$(VERSION)
401    
402     am__remove_distdir = \
403     { test ! -d $(distdir) \
404     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
405     && rm -fr $(distdir); }; }
406    
407     GZIP_ENV = --best
408     distuninstallcheck_listfiles = find . -type f -print
409     distcleancheck_listfiles = find . -type f -print
410    
411     distdir: $(DISTFILES)
412     $(am__remove_distdir)
413     mkdir $(distdir)
414     $(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/tools/compat2
415     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
416     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
417     list='$(DISTFILES)'; for file in $$list; do \
418     case $$file in \
419     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
420     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
421     esac; \
422     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
424     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
425     dir="/$$dir"; \
426     $(mkinstalldirs) "$(distdir)$$dir"; \
427     else \
428     dir=''; \
429     fi; \
430     if test -d $$d/$$file; then \
431     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
433     fi; \
434     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
435     else \
436     test -f $(distdir)/$$file \
437     || cp -p $$d/$$file $(distdir)/$$file \
438     || exit 1; \
439     fi; \
440     done
441     list='$(SUBDIRS)'; for subdir in $$list; do \
442     if test "$$subdir" = .; then :; else \
443     test -d $(distdir)/$$subdir \
444     || mkdir $(distdir)/$$subdir \
445     || exit 1; \
446     (cd $$subdir && \
447     $(MAKE) $(AM_MAKEFLAGS) \
448     top_distdir="$(top_distdir)" \
449     distdir=../$(distdir)/$$subdir \
450     distdir) \
451     || exit 1; \
452     fi; \
453     done
454     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
455     ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
456     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
457     ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
458     || chmod -R a+r $(distdir)
459     dist-gzip: distdir
460     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
461     $(am__remove_distdir)
462    
463     dist dist-all: distdir
464     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
465     $(am__remove_distdir)
466    
467     # This target untars the dist file and tries a VPATH configuration. Then
468     # it guarantees that the distribution is self-contained by making another
469     # tarfile.
470     distcheck: dist
471     $(am__remove_distdir)
472     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
473     chmod -R a-w $(distdir); chmod a+w $(distdir)
474     mkdir $(distdir)/_build
475     mkdir $(distdir)/_inst
476     chmod a-w $(distdir)
477     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
478     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
479     && cd $(distdir)/_build \
480     && ../configure --srcdir=.. --prefix="$$dc_install_base" \
481     $(DISTCHECK_CONFIGURE_FLAGS) \
482     && $(MAKE) $(AM_MAKEFLAGS) \
483     && $(MAKE) $(AM_MAKEFLAGS) dvi \
484     && $(MAKE) $(AM_MAKEFLAGS) check \
485     && $(MAKE) $(AM_MAKEFLAGS) install \
486     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
487     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
488     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
489     distuninstallcheck \
490     && chmod -R a-w "$$dc_install_base" \
491     && ({ \
492     (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
493     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
494     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
495     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
496     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
497     } || { rm -rf "$$dc_destdir"; exit 1; }) \
498     && rm -rf "$$dc_destdir" \
499     && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
500     && rm -f $(distdir).tar.gz \
501     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
502     $(am__remove_distdir)
503     @echo "$(distdir).tar.gz is ready for distribution" | \
504     sed 'h;s/./=/g;p;x;p;x'
505     distuninstallcheck:
506     @cd $(distuninstallcheck_dir) \
507     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
508     || { echo "ERROR: files left after uninstall:" ; \
509     if test -n "$(DESTDIR)"; then \
510     echo " (check DESTDIR support)"; \
511     fi ; \
512     $(distuninstallcheck_listfiles) ; \
513     exit 1; } >&2
514     distcleancheck: distclean
515     @if test '$(srcdir)' = . ; then \
516     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
517     exit 1 ; \
518     fi
519     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
520     || { echo "ERROR: files left in build directory after distclean:" ; \
521     $(distcleancheck_listfiles) ; \
522     exit 1; } >&2
523     check-am: all-am
524     check: check-recursive
525     all-am: Makefile $(SCRIPTS) config.h
526     installdirs: installdirs-recursive
527     installdirs-am:
528     $(mkinstalldirs) $(DESTDIR)$(bindir)
529    
530     install: install-recursive
531     install-exec: install-exec-recursive
532     install-data: install-data-recursive
533     uninstall: uninstall-recursive
534    
535     install-am: all-am
536     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537    
538     installcheck: installcheck-recursive
539     install-strip:
540     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541     INSTALL_STRIP_FLAG=-s \
542     `test -z '$(STRIP)' || \
543     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544     mostlyclean-generic:
545    
546     clean-generic:
547     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
548    
549     distclean-generic:
550     -rm -f $(CONFIG_CLEAN_FILES)
551     -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
552    
553     maintainer-clean-generic:
554     @echo "This command is intended for maintainers to use"
555     @echo "it deletes files that may require special tools to rebuild."
556     clean: clean-recursive
557    
558     clean-am: clean-generic clean-libtool mostlyclean-am
559    
560     distclean: distclean-recursive
561     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
562     -rm -f Makefile
563     distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
564     distclean-tags
565    
566     dvi: dvi-recursive
567    
568     dvi-am:
569    
570     info: info-recursive
571    
572     info-am:
573    
574     install-data-am:
575    
576     install-exec-am: install-binSCRIPTS
577    
578     install-info: install-info-recursive
579    
580     install-man:
581    
582     installcheck-am:
583    
584     maintainer-clean: maintainer-clean-recursive
585     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
586     -rm -rf $(top_srcdir)/autom4te.cache
587     -rm -f Makefile
588     maintainer-clean-am: distclean-am maintainer-clean-generic
589    
590     mostlyclean: mostlyclean-recursive
591    
592     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
593    
594     pdf: pdf-recursive
595    
596     pdf-am:
597    
598     ps: ps-recursive
599    
600     ps-am:
601    
602     uninstall-am: uninstall-binSCRIPTS uninstall-info-am
603    
604     uninstall-info: uninstall-info-recursive
605    
606     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
607     clean-generic clean-libtool clean-recursive ctags \
608     ctags-recursive dist dist-all dist-gzip distcheck distclean \
609     distclean-generic distclean-hdr distclean-libtool \
610     distclean-recursive distclean-tags distcleancheck distdir \
611     distuninstallcheck dvi dvi-am dvi-recursive info info-am \
612     info-recursive install install-am install-binSCRIPTS \
613     install-data install-data-am install-data-recursive \
614     install-exec install-exec-am install-exec-recursive \
615     install-info install-info-am install-info-recursive install-man \
616     install-recursive install-strip installcheck installcheck-am \
617     installdirs installdirs-am installdirs-recursive \
618     maintainer-clean maintainer-clean-generic \
619     maintainer-clean-recursive mostlyclean mostlyclean-generic \
620     mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
621     pdf-recursive ps ps-am ps-recursive tags tags-recursive \
622     uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
623     uninstall-info-recursive uninstall-recursive
624    
625     # Tell versions [3.59,3.63) of GNU make to not export all variables.
626     # Otherwise a system limit (for SysV at least) may be exceeded.
627     .NOEXPORT:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26