Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/satellite4/Makefile.in

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

revision 1.6 by orrisroot, Thu Mar 3 14:05:38 2005 UTC revision 1.7 by orrisroot, Mon Oct 24 15:03:11 2005 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.7.8 from Makefile.am.  # Makefile.in generated by automake 1.9.6 from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5  # Free Software Foundation, Inc.  # 2003, 2004, 2005  Free Software Foundation, Inc.
6  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
7  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
8  # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
# Line 21  pkgdatadir = $(datadir)/@PACKAGE@ Line 21  pkgdatadir = $(datadir)/@PACKAGE@
21  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
22  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
23  top_builddir = .  top_builddir = .
   
24  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25  INSTALL = @INSTALL@  INSTALL = @INSTALL@
26  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
# Line 35  POST_INSTALL = : Line 34  POST_INSTALL = :
34  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
35  PRE_UNINSTALL = :  PRE_UNINSTALL = :
36  POST_UNINSTALL = :  POST_UNINSTALL = :
37    build_triplet = @build@
38  host_triplet = @host@  host_triplet = @host@
39    target_triplet = @target@
40    DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41            $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42            $(srcdir)/satellite4-config.in $(top_srcdir)/configure AUTHORS \
43            COPYING ChangeLog INSTALL NEWS config/config.guess \
44            config/config.sub config/depcomp config/install-sh \
45            config/ltmain.sh config/missing config/ylwrap
46    subdir = .
47    ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48    am__aclocal_m4_deps = $(top_srcdir)/macros/libtool.m4 \
49            $(top_srcdir)/macros/pthread.m4 \
50            $(top_srcdir)/macros/sharedlib.m4 \
51            $(top_srcdir)/macros/termcap.m4 \
52            $(top_srcdir)/macros/xtoolkit.m4 $(top_srcdir)/configure.in
53    am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54            $(ACLOCAL_M4)
55    am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56     configure.lineno configure.status.lineno
57    mkinstalldirs = $(install_sh) -d
58    CONFIG_HEADER = config.h
59    CONFIG_CLEAN_FILES = satellite4-config
60    am__installdirs = "$(DESTDIR)$(bindir)"
61    binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
62    SCRIPTS = $(bin_SCRIPTS)
63    SOURCES =
64    DIST_SOURCES =
65    RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66            html-recursive info-recursive install-data-recursive \
67            install-exec-recursive install-info-recursive \
68            install-recursive installcheck-recursive installdirs-recursive \
69            pdf-recursive ps-recursive uninstall-info-recursive \
70            uninstall-recursive
71    ETAGS = etags
72    CTAGS = ctags
73    DIST_SUBDIRS = $(SUBDIRS)
74    DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75    distdir = $(PACKAGE)-$(VERSION)
76    top_distdir = $(distdir)
77    am__remove_distdir = \
78      { test ! -d $(distdir) \
79        || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80             && rm -fr $(distdir); }; }
81    DIST_ARCHIVES = $(distdir).tar.gz
82    GZIP_ENV = --best
83    distuninstallcheck_listfiles = find . -type f -print
84    distcleancheck_listfiles = find . -type f -print
85  ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
86  AMDEP_FALSE = @AMDEP_FALSE@  AMDEP_FALSE = @AMDEP_FALSE@
87  AMDEP_TRUE = @AMDEP_TRUE@  AMDEP_TRUE = @AMDEP_TRUE@
# Line 82  MAINT = @MAINT@ Line 128  MAINT = @MAINT@
128  MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@  MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
129  MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@  MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
130  MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 MODULE_LDFLAGS = @MODULE_LDFLAGS@  
131  OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
132  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
133  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
# Line 121  am__fastdepCXX_TRUE = @am__fastdepCXX_TR Line 166  am__fastdepCXX_TRUE = @am__fastdepCXX_TR
166  am__include = @am__include@  am__include = @am__include@
167  am__leading_dot = @am__leading_dot@  am__leading_dot = @am__leading_dot@
168  am__quote = @am__quote@  am__quote = @am__quote@
169    am__tar = @am__tar@
170    am__untar = @am__untar@
171  bindir = @bindir@  bindir = @bindir@
172  build = @build@  build = @build@
173  build_alias = @build_alias@  build_alias = @build_alias@
# Line 143  libdir = @libdir@ Line 190  libdir = @libdir@
190  libexecdir = @libexecdir@  libexecdir = @libexecdir@
191  localstatedir = @localstatedir@  localstatedir = @localstatedir@
192  mandir = @mandir@  mandir = @mandir@
193    mkdir_p = @mkdir_p@
194  moduledir = @moduledir@  moduledir = @moduledir@
195  modulercdir = @modulercdir@  modulercdir = @modulercdir@
196  oldincludedir = @oldincludedir@  oldincludedir = @oldincludedir@
# Line 162  target_alias = @target_alias@ Line 210  target_alias = @target_alias@
210  target_cpu = @target_cpu@  target_cpu = @target_cpu@
211  target_os = @target_os@  target_os = @target_os@
212  target_vendor = @target_vendor@  target_vendor = @target_vendor@
213  AUTOMAKE_OPTIONS = 1.5  AUTOMAKE_OPTIONS = 1.9
   
214  SUBDIRS = lib shell modules etc  SUBDIRS = lib shell modules etc
   
215  bin_SCRIPTS = satellite4-config  bin_SCRIPTS = satellite4-config
   
216  EXTRA_DIST = \  EXTRA_DIST = \
217          Acknowledgement \          Acknowledgement \
218          macros/libtool.m4 \          macros/libtool.m4 \
# Line 176  EXTRA_DIST = \ Line 221  EXTRA_DIST = \
221          macros/termcap.m4 \          macros/termcap.m4 \
222          tools/compat2/sl2tosl4.pl          tools/compat2/sl2tosl4.pl
223    
   
 CLEANFILES = *~  
 DISTCLEANFILES = .deps/*.P  
 subdir = .  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  
 CONFIG_HEADER = config.h  
 CONFIG_CLEAN_FILES = satellite4-config  
 SCRIPTS = $(bin_SCRIPTS)  
   
 DIST_SOURCES =  
   
 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \  
         ps-recursive install-info-recursive uninstall-info-recursive \  
         all-recursive install-data-recursive install-exec-recursive \  
         installdirs-recursive install-recursive uninstall-recursive \  
         check-recursive installcheck-recursive  
 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \  
         COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \  
         config.h.in config/config.guess config/config.sub \  
         config/depcomp config/install-sh config/ltmain.sh \  
         config/missing config/mkinstalldirs config/ylwrap configure \  
         configure.in satellite4-config.in  
 DIST_SUBDIRS = $(SUBDIRS)  
224  all: config.h  all: config.h
225          $(MAKE) $(AM_MAKEFLAGS) all-recursive          $(MAKE) $(AM_MAKEFLAGS) all-recursive
226    
227  .SUFFIXES:  .SUFFIXES:
228    am--refresh:
229  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \          @:
230   configure.lineno  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
231  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)          @for dep in $?; do \
232              case '$(am__configure_deps)' in \
233                *$$dep*) \
234                  echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
235                  cd $(srcdir) && $(AUTOMAKE) --foreign  \
236                    && exit 0; \
237                  exit 1;; \
238              esac; \
239            done; \
240            echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
241          cd $(top_srcdir) && \          cd $(top_srcdir) && \
242            $(AUTOMAKE) --foreign  Makefile            $(AUTOMAKE) --foreign  Makefile
243  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  .PRECIOUS: Makefile
244          cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245            @case '$?' in \
246              *config.status*) \
247                echo ' $(SHELL) ./config.status'; \
248                $(SHELL) ./config.status;; \
249              *) \
250                echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
251                cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
252            esac;
253    
254  $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255          $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)  
         cd $(srcdir) && $(AUTOCONF)  
256    
257  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
258            cd $(srcdir) && $(AUTOCONF)
259    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
260          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
261    
262  config.h: stamp-h1  config.h: stamp-h1
# Line 230  config.h: stamp-h1 Line 268  config.h: stamp-h1
268  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
269          @rm -f stamp-h1          @rm -f stamp-h1
270          cd $(top_builddir) && $(SHELL) ./config.status config.h          cd $(top_builddir) && $(SHELL) ./config.status config.h
271    $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)  
272          cd $(top_srcdir) && $(AUTOHEADER)          cd $(top_srcdir) && $(AUTOHEADER)
273          touch $(srcdir)/config.h.in          rm -f stamp-h1
274            touch $@
275    
276  distclean-hdr:  distclean-hdr:
277          -rm -f config.h stamp-h1          -rm -f config.h stamp-h1
278  satellite4-config: $(top_builddir)/config.status satellite4-config.in  satellite4-config: $(top_builddir)/config.status $(srcdir)/satellite4-config.in
279          cd $(top_builddir) && $(SHELL) ./config.status $@          cd $(top_builddir) && $(SHELL) ./config.status $@
 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)  
280  install-binSCRIPTS: $(bin_SCRIPTS)  install-binSCRIPTS: $(bin_SCRIPTS)
281          @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
282          $(mkinstalldirs) $(DESTDIR)$(bindir)          test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
283          @list='$(bin_SCRIPTS)'; for p in $$list; do \          @list='$(bin_SCRIPTS)'; for p in $$list; do \
284            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
285            if test -f $$d$$p; then \            if test -f $$d$$p; then \
286              f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \              f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
287              echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \              echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
288              $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \              $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
289            else :; fi; \            else :; fi; \
290          done          done
291    
# Line 256  uninstall-binSCRIPTS: Line 293  uninstall-binSCRIPTS:
293          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
294          @list='$(bin_SCRIPTS)'; for p in $$list; do \          @list='$(bin_SCRIPTS)'; for p in $$list; do \
295            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
296            echo " rm -f $(DESTDIR)$(bindir)/$$f"; \            echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
297            rm -f $(DESTDIR)$(bindir)/$$f; \            rm -f "$(DESTDIR)$(bindir)/$$f"; \
298          done          done
299    
300  mostlyclean-libtool:  mostlyclean-libtool:
# Line 277  uninstall-info-am: Line 314  uninstall-info-am:
314  #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
315  # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
316  $(RECURSIVE_TARGETS):  $(RECURSIVE_TARGETS):
317          @set fnord $$MAKEFLAGS; amf=$$2; \          @failcom='exit 1'; \
318            for f in x $$MAKEFLAGS; do \
319              case $$f in \
320                *=* | --[!k]*);; \
321                *k*) failcom='fail=yes';; \
322              esac; \
323            done; \
324          dot_seen=no; \          dot_seen=no; \
325          target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
326          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
# Line 289  $(RECURSIVE_TARGETS): Line 332  $(RECURSIVE_TARGETS):
332              local_target="$$target"; \              local_target="$$target"; \
333            fi; \            fi; \
334            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335             || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \            || eval $$failcom; \
336          done; \          done; \
337          if test "$$dot_seen" = "no"; then \          if test "$$dot_seen" = "no"; then \
338            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
# Line 297  $(RECURSIVE_TARGETS): Line 340  $(RECURSIVE_TARGETS):
340    
341  mostlyclean-recursive clean-recursive distclean-recursive \  mostlyclean-recursive clean-recursive distclean-recursive \
342  maintainer-clean-recursive:  maintainer-clean-recursive:
343          @set fnord $$MAKEFLAGS; amf=$$2; \          @failcom='exit 1'; \
344            for f in x $$MAKEFLAGS; do \
345              case $$f in \
346                *=* | --[!k]*);; \
347                *k*) failcom='fail=yes';; \
348              esac; \
349            done; \
350          dot_seen=no; \          dot_seen=no; \
351          case "$@" in \          case "$@" in \
352            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
# Line 318  maintainer-clean-recursive: Line 367  maintainer-clean-recursive:
367              local_target="$$target"; \              local_target="$$target"; \
368            fi; \            fi; \
369            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370             || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \            || eval $$failcom; \
371          done && test -z "$$fail"          done && test -z "$$fail"
372  tags-recursive:  tags-recursive:
373          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
# Line 329  ctags-recursive: Line 378  ctags-recursive:
378            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
379          done          done
380    
 ETAGS = etags  
 ETAGSFLAGS =  
   
 CTAGS = ctags  
 CTAGSFLAGS =  
   
 tags: TAGS  
   
381  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
382          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383          unique=`for i in $$list; do \          unique=`for i in $$list; do \
# Line 345  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS Line 386  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
386            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
387                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
388          mkid -fID $$unique          mkid -fID $$unique
389    tags: TAGS
390    
391  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
392                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
393          tags=; \          tags=; \
394          here=`pwd`; \          here=`pwd`; \
395          if (etags --etags-include --version) >/dev/null 2>&1; then \          if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
396            include_option=--etags-include; \            include_option=--etags-include; \
397              empty_fix=.; \
398          else \          else \
399            include_option=--include; \            include_option=--include; \
400              empty_fix=; \
401          fi; \          fi; \
402          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
403            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
404              test -f $$subdir/TAGS && \              test ! -f $$subdir/TAGS || \
405                tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \                tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
406            fi; \            fi; \
407          done; \          done; \
# Line 367  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 411  TAGS: tags-recursive $(HEADERS) $(SOURCE
411            done | \            done | \
412            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
413                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
414          test -z "$(ETAGS_ARGS)$$tags$$unique" \          if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
415            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            test -n "$$unique" || unique=$$empty_fix; \
416               $$tags $$unique            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417                $$tags $$unique; \
418            fi
419  ctags: CTAGS  ctags: CTAGS
420  CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \  CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
421                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
# Line 393  GTAGS: Line 438  GTAGS:
438    
439  distclean-tags:  distclean-tags:
440          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  
   
 top_distdir = .  
 distdir = $(PACKAGE)-$(VERSION)  
   
 am__remove_distdir = \  
   { test ! -d $(distdir) \  
     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \  
          && rm -fr $(distdir); }; }  
   
 GZIP_ENV = --best  
 distuninstallcheck_listfiles = find . -type f -print  
 distcleancheck_listfiles = find . -type f -print  
441    
442  distdir: $(DISTFILES)  distdir: $(DISTFILES)
443          $(am__remove_distdir)          $(am__remove_distdir)
444          mkdir $(distdir)          mkdir $(distdir)
445          $(mkinstalldirs) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/tools/compat2          $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/macros $(distdir)/tools/compat2
446          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
447          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
448          list='$(DISTFILES)'; for file in $$list; do \          list='$(DISTFILES)'; for file in $$list; do \
# Line 422  distdir: $(DISTFILES) Line 454  distdir: $(DISTFILES)
454            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
455            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
456              dir="/$$dir"; \              dir="/$$dir"; \
457              $(mkinstalldirs) "$(distdir)$$dir"; \              $(mkdir_p) "$(distdir)$$dir"; \
458            else \            else \
459              dir=''; \              dir=''; \
460            fi; \            fi; \
# Line 437  distdir: $(DISTFILES) Line 469  distdir: $(DISTFILES)
469              || exit 1; \              || exit 1; \
470            fi; \            fi; \
471          done          done
472          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
473            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
474              test -d $(distdir)/$$subdir \              test -d "$(distdir)/$$subdir" \
475              || mkdir $(distdir)/$$subdir \              || $(mkdir_p) "$(distdir)/$$subdir" \
476              || exit 1; \              || exit 1; \
477                distdir=`$(am__cd) $(distdir) && pwd`; \
478                top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
479              (cd $$subdir && \              (cd $$subdir && \
480                $(MAKE) $(AM_MAKEFLAGS) \                $(MAKE) $(AM_MAKEFLAGS) \
481                  top_distdir="$(top_distdir)" \                  top_distdir="$$top_distdir" \
482                  distdir=../$(distdir)/$$subdir \                  distdir="$$distdir/$$subdir" \
483                  distdir) \                  distdir) \
484                || exit 1; \                || exit 1; \
485            fi; \            fi; \
# Line 456  distdir: $(DISTFILES) Line 490  distdir: $(DISTFILES)
490            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
491          || chmod -R a+r $(distdir)          || chmod -R a+r $(distdir)
492  dist-gzip: distdir  dist-gzip: distdir
493          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
494            $(am__remove_distdir)
495    
496    dist-bzip2: distdir
497            tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
498            $(am__remove_distdir)
499    
500    dist-tarZ: distdir
501            tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
502            $(am__remove_distdir)
503    
504    dist-shar: distdir
505            shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
506            $(am__remove_distdir)
507    
508    dist-zip: distdir
509            -rm -f $(distdir).zip
510            zip -rq $(distdir).zip $(distdir)
511          $(am__remove_distdir)          $(am__remove_distdir)
512    
513  dist dist-all: distdir  dist dist-all: distdir
514          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
515          $(am__remove_distdir)          $(am__remove_distdir)
516    
517  # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
518  # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
519  # tarfile.  # tarfile.
520  distcheck: dist  distcheck: dist
521          $(am__remove_distdir)          case '$(DIST_ARCHIVES)' in \
522          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -          *.tar.gz*) \
523              GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
524            *.tar.bz2*) \
525              bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
526            *.tar.Z*) \
527              uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
528            *.shar.gz*) \
529              GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
530            *.zip*) \
531              unzip $(distdir).zip ;;\
532            esac
533          chmod -R a-w $(distdir); chmod a+w $(distdir)          chmod -R a-w $(distdir); chmod a+w $(distdir)
534          mkdir $(distdir)/_build          mkdir $(distdir)/_build
535          mkdir $(distdir)/_inst          mkdir $(distdir)/_inst
# Line 488  distcheck: dist Line 549  distcheck: dist
549                  distuninstallcheck \                  distuninstallcheck \
550            && chmod -R a-w "$$dc_install_base" \            && chmod -R a-w "$$dc_install_base" \
551            && ({ \            && ({ \
552                 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \                 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
553                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
554                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
555                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
556                      distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \                      distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
557                } || { rm -rf "$$dc_destdir"; exit 1; }) \                } || { rm -rf "$$dc_destdir"; exit 1; }) \
558            && rm -rf "$$dc_destdir" \            && rm -rf "$$dc_destdir" \
559            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \            && $(MAKE) $(AM_MAKEFLAGS) dist \
560            && rm -f $(distdir).tar.gz \            && rm -rf $(DIST_ARCHIVES) \
561            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
562          $(am__remove_distdir)          $(am__remove_distdir)
563          @echo "$(distdir).tar.gz is ready for distribution" | \          @(echo "$(distdir) archives ready for distribution: "; \
564            sed 'h;s/./=/g;p;x;p;x'            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
565              sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
566  distuninstallcheck:  distuninstallcheck:
567          @cd $(distuninstallcheck_dir) \          @cd $(distuninstallcheck_dir) \
568          && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \          && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
# Line 524  check: check-recursive Line 586  check: check-recursive
586  all-am: Makefile $(SCRIPTS) config.h  all-am: Makefile $(SCRIPTS) config.h
587  installdirs: installdirs-recursive  installdirs: installdirs-recursive
588  installdirs-am:  installdirs-am:
589          $(mkinstalldirs) $(DESTDIR)$(bindir)          for dir in "$(DESTDIR)$(bindir)"; do \
590              test -z "$$dir" || $(mkdir_p) "$$dir"; \
591            done
592  install: install-recursive  install: install-recursive
593  install-exec: install-exec-recursive  install-exec: install-exec-recursive
594  install-data: install-data-recursive  install-data: install-data-recursive
# Line 537  install-am: all-am Line 600  install-am: all-am
600  installcheck: installcheck-recursive  installcheck: installcheck-recursive
601  install-strip:  install-strip:
602          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603            INSTALL_STRIP_FLAG=-s \            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
605              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
606  mostlyclean-generic:  mostlyclean-generic:
607    
608  clean-generic:  clean-generic:
         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)  
609    
610  distclean-generic:  distclean-generic:
611          -rm -f $(CONFIG_CLEAN_FILES)          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)  
612    
613  maintainer-clean-generic:  maintainer-clean-generic:
614          @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"
# Line 559  clean-am: clean-generic clean-libtool mo Line 620  clean-am: clean-generic clean-libtool mo
620  distclean: distclean-recursive  distclean: distclean-recursive
621          -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
622          -rm -f Makefile          -rm -f Makefile
623  distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \  distclean-am: clean-am distclean-generic distclean-hdr \
624          distclean-tags          distclean-libtool distclean-tags
625    
626  dvi: dvi-recursive  dvi: dvi-recursive
627    
628  dvi-am:  dvi-am:
629    
630    html: html-recursive
631    
632  info: info-recursive  info: info-recursive
633    
634  info-am:  info-am:
# Line 602  uninstall-am: uninstall-binSCRIPTS unins Line 665  uninstall-am: uninstall-binSCRIPTS unins
665    
666  uninstall-info: uninstall-info-recursive  uninstall-info: uninstall-info-recursive
667    
668  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
669          clean-generic clean-libtool clean-recursive ctags \          check-am clean clean-generic clean-libtool clean-recursive \
670          ctags-recursive dist dist-all dist-gzip distcheck distclean \          ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
671            dist-shar dist-tarZ dist-zip distcheck distclean \
672          distclean-generic distclean-hdr distclean-libtool \          distclean-generic distclean-hdr distclean-libtool \
673          distclean-recursive distclean-tags distcleancheck distdir \          distclean-recursive distclean-tags distcleancheck distdir \
674          distuninstallcheck dvi dvi-am dvi-recursive info info-am \          distuninstallcheck dvi dvi-am html html-am info info-am \
675          info-recursive install install-am install-binSCRIPTS \          install install-am install-binSCRIPTS install-data \
676          install-data install-data-am install-data-recursive \          install-data-am install-exec install-exec-am install-info \
677          install-exec install-exec-am install-exec-recursive \          install-info-am install-man install-strip installcheck \
678          install-info install-info-am install-info-recursive install-man \          installcheck-am installdirs installdirs-am maintainer-clean \
679          install-recursive install-strip installcheck installcheck-am \          maintainer-clean-generic maintainer-clean-recursive \
680          installdirs installdirs-am installdirs-recursive \          mostlyclean mostlyclean-generic mostlyclean-libtool \
681          maintainer-clean maintainer-clean-generic \          mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
682          maintainer-clean-recursive mostlyclean mostlyclean-generic \          uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am
         mostlyclean-libtool mostlyclean-recursive pdf pdf-am \  
         pdf-recursive ps ps-am ps-recursive tags tags-recursive \  
         uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \  
         uninstall-info-recursive uninstall-recursive  
683    
684  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
685  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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