/[classpath]/inetlib/Makefile.in
ViewVC logotype

Diff of /inetlib/Makefile.in

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

revision 1.25 by dog, Wed Jan 19 19:16:57 2005 UTC revision 1.26 by dog, Mon Feb 14 20:22:08 2005 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.9.3 from Makefile.am.  # Makefile.in generated by automake 1.6.3 from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5  # 2003, 2004  Free Software Foundation, Inc.  # 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 15  Line 15 
15  @SET_MAKE@  @SET_MAKE@
16    
17  # Makefile.am for GNU classpath inetlib.  # Makefile.am for GNU classpath inetlib.
18    SHELL = @SHELL@
19    
20  srcdir = @srcdir@  srcdir = @srcdir@
21  top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
22  VPATH = @srcdir@  VPATH = @srcdir@
23    prefix = @prefix@
24    exec_prefix = @exec_prefix@
25    
26    bindir = @bindir@
27    sbindir = @sbindir@
28    libexecdir = @libexecdir@
29    datadir = @datadir@
30    sysconfdir = @sysconfdir@
31    sharedstatedir = @sharedstatedir@
32    localstatedir = @localstatedir@
33    libdir = @libdir@
34    infodir = @infodir@
35    mandir = @mandir@
36    includedir = @includedir@
37    oldincludedir = /usr/include
38  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
39  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
40  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
41  top_builddir = .  top_builddir = .
42    
43    ACLOCAL = @ACLOCAL@
44    AUTOCONF = @AUTOCONF@
45    AUTOMAKE = @AUTOMAKE@
46    AUTOHEADER = @AUTOHEADER@
47    
48  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49  INSTALL = @INSTALL@  INSTALL = @INSTALL@
50    INSTALL_PROGRAM = @INSTALL_PROGRAM@
51    INSTALL_DATA = @INSTALL_DATA@
52  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
53  install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
54  install_sh_SCRIPT = $(install_sh) -c  install_sh_SCRIPT = $(install_sh) -c
55    INSTALL_SCRIPT = @INSTALL_SCRIPT@
56  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
57  transform = $(program_transform_name)  transform = @program_transform_name@
58  NORMAL_INSTALL = :  NORMAL_INSTALL = :
59  PRE_INSTALL = :  PRE_INSTALL = :
60  POST_INSTALL = :  POST_INSTALL = :
61  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
62  PRE_UNINSTALL = :  PRE_UNINSTALL = :
63  POST_UNINSTALL = :  POST_UNINSTALL = :
64  subdir = .  build_alias = @build_alias@
65  DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \  build_triplet = @build@
66          $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \  host_alias = @host_alias@
67          ChangeLog INSTALL NEWS config/compile config/config.guess \  host_triplet = @host@
68          config/config.sub config/depcomp config/install-sh \  target_alias = @target_alias@
69          config/ltmain.sh config/missing config/mkinstalldirs  target_triplet = @target@
70  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  
71  am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \  EXEEXT = @EXEEXT@
72          $(top_srcdir)/configure.ac  OBJEXT = @OBJEXT@
73  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  PATH_SEPARATOR = @PATH_SEPARATOR@
         $(ACLOCAL_M4)  
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \  
  configure.lineno configure.status.lineno  
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  
 CONFIG_CLEAN_FILES =  
 SOURCES =  
 DIST_SOURCES =  
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  
 distdir = $(PACKAGE)-$(VERSION)  
 top_distdir = $(distdir)  
 am__remove_distdir = \  
   { test ! -d $(distdir) \  
     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \  
          && rm -fr $(distdir); }; }  
 DIST_ARCHIVES = $(distdir).tar.gz  
 GZIP_ENV = --best  
 distuninstallcheck_listfiles = find . -type f -print  
 distcleancheck_listfiles = find . -type f -print  
 ACLOCAL = @ACLOCAL@  
74  AMTAR = @AMTAR@  AMTAR = @AMTAR@
75  AUTH_CALLBACK_JAR = @AUTH_CALLBACK_JAR@  AUTH_CALLBACK_JAR = @AUTH_CALLBACK_JAR@
 AUTOCONF = @AUTOCONF@  
 AUTOHEADER = @AUTOHEADER@  
 AUTOMAKE = @AUTOMAKE@  
76  AWK = @AWK@  AWK = @AWK@
77  CYGPATH_W = @CYGPATH_W@  CPP = @CPP@
78  DEFS = @DEFS@  DEPDIR = @DEPDIR@
 ECHO_C = @ECHO_C@  
 ECHO_N = @ECHO_N@  
 ECHO_T = @ECHO_T@  
 ENABLE_COMSAT_FALSE = @ENABLE_COMSAT_FALSE@  
 ENABLE_COMSAT_TRUE = @ENABLE_COMSAT_TRUE@  
 ENABLE_FINGER_FALSE = @ENABLE_FINGER_FALSE@  
 ENABLE_FINGER_TRUE = @ENABLE_FINGER_TRUE@  
 ENABLE_FTP_FALSE = @ENABLE_FTP_FALSE@  
 ENABLE_FTP_TRUE = @ENABLE_FTP_TRUE@  
 ENABLE_GOPHER_FALSE = @ENABLE_GOPHER_FALSE@  
 ENABLE_GOPHER_TRUE = @ENABLE_GOPHER_TRUE@  
 ENABLE_HTTP_FALSE = @ENABLE_HTTP_FALSE@  
 ENABLE_HTTP_TRUE = @ENABLE_HTTP_TRUE@  
 ENABLE_IMAP_FALSE = @ENABLE_IMAP_FALSE@  
 ENABLE_IMAP_TRUE = @ENABLE_IMAP_TRUE@  
 ENABLE_LDAP_FALSE = @ENABLE_LDAP_FALSE@  
 ENABLE_LDAP_TRUE = @ENABLE_LDAP_TRUE@  
 ENABLE_NNTP_FALSE = @ENABLE_NNTP_FALSE@  
 ENABLE_NNTP_TRUE = @ENABLE_NNTP_TRUE@  
 ENABLE_POP3_FALSE = @ENABLE_POP3_FALSE@  
 ENABLE_POP3_TRUE = @ENABLE_POP3_TRUE@  
 ENABLE_SMTP_FALSE = @ENABLE_SMTP_FALSE@  
 ENABLE_SMTP_TRUE = @ENABLE_SMTP_TRUE@  
 INSTALL_DATA = @INSTALL_DATA@  
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  
79  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80  JAR = @JAR@  JAR = @JAR@
81  JAVA = @JAVA@  JAVA = @JAVA@
82    
83  JAVAC = @JAVAC@  JAVAC = @JAVAC@
84    #JAVACFLAGS = @JAVACFLAGS@
85    JAVACFLAGS = -g
86    JAVADOC = javadoc
87    JAVAFLAGS = @JAVAFLAGS@
88    JAVAH = @JAVAH@
89    JAVAPREFIX = @JAVAPREFIX@
90    JAVA_JUNIT = @JAVA_JUNIT@
91  JSSE_JAR = @JSSE_JAR@  JSSE_JAR = @JSSE_JAR@
92  LIBOBJS = @LIBOBJS@  JUNIT = @JUNIT@
 LIBS = @LIBS@  
 LTLIBOBJS = @LTLIBOBJS@  
 MAKEINFO = @MAKEINFO@  
93  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  
 PACKAGE_NAME = @PACKAGE_NAME@  
 PACKAGE_STRING = @PACKAGE_STRING@  
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  
 PACKAGE_VERSION = @PACKAGE_VERSION@  
 PATH_SEPARATOR = @PATH_SEPARATOR@  
94  SASL_JAR = @SASL_JAR@  SASL_JAR = @SASL_JAR@
 SET_MAKE = @SET_MAKE@  
 SHELL = @SHELL@  
95  STRIP = @STRIP@  STRIP = @STRIP@
96    TESTS_JUNIT = @TESTS_JUNIT@
97  VERSION = @VERSION@  VERSION = @VERSION@
98  ac_ct_STRIP = @ac_ct_STRIP@  am__include = @am__include@
99  am__leading_dot = @am__leading_dot@  am__quote = @am__quote@
 am__tar = @am__tar@  
 am__untar = @am__untar@  
 bindir = @bindir@  
 build_alias = @build_alias@  
 datadir = @datadir@  
 exec_prefix = @exec_prefix@  
 host_alias = @host_alias@  
 includedir = @includedir@  
 infodir = @infodir@  
100  install_sh = @install_sh@  install_sh = @install_sh@
 libdir = @libdir@  
 libexecdir = @libexecdir@  
 localstatedir = @localstatedir@  
 mandir = @mandir@  
 mkdir_p = @mkdir_p@  
 oldincludedir = @oldincludedir@  
 prefix = @prefix@  
 program_transform_name = @program_transform_name@  
 sbindir = @sbindir@  
 sharedstatedir = @sharedstatedir@  
 sysconfdir = @sysconfdir@  
 target_alias = @target_alias@  
101  uudecode = @uudecode@  uudecode = @uudecode@
102  #JAVACFLAGS = @JAVACFLAGS@  
 JAVACFLAGS = -g  
 JAVADOC = javadoc  
103  src = @srcdir@/source  src = @srcdir@/source
104  dst = @srcdir@/classes  dst = @srcdir@/classes
105  doc = @srcdir@/docs  doc = @srcdir@/docs
106    
107  inetlib_jar = inetlib.jar  inetlib_jar = inetlib.jar
108    
109  # Utility and helper classes for the clients.  # Utility and helper classes for the clients.
# Line 330  gnu.inet.comsat Line 284  gnu.inet.comsat
284    
285  # Targets  # Targets
286  BUILT_SOURCES = $(inetlib_jar)  BUILT_SOURCES = $(inetlib_jar)
287    
288  jsse = @JSSE_JAR@  jsse = @JSSE_JAR@
289  sasl = @SASL_JAR@  sasl = @SASL_JAR@
290  auth_callback = @AUTH_CALLBACK_JAR@  auth_callback = @AUTH_CALLBACK_JAR@
291    
292  INETLIB_CLASSPATH = $(dst):$(src):$(jsse):$(sasl):$(auth_callback)  INETLIB_CLASSPATH = $(dst):$(src):$(jsse):$(sasl):$(auth_callback)
293  META_INF = $(dst)/META-INF  META_INF = $(dst)/META-INF
294  META_INF_FILES = $(META_INF)/COPYING  META_INF_FILES = $(META_INF)/COPYING
295    
296  util_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(util_sources))  util_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(util_sources))
297  smtp_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(smtp_sources))  smtp_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(smtp_sources))
298  imap_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(imap_sources))  imap_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(imap_sources))
# Line 347  finger_classes = $(patsubst $(src)/%.jav Line 304  finger_classes = $(patsubst $(src)/%.jav
304  http_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(http_sources))  http_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(http_sources))
305  ldap_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(ldap_sources))  ldap_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(ldap_sources))
306  comsat_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(comsat_sources))  comsat_classes = $(patsubst $(src)/%.java, $(dst)/%.class, $(comsat_sources))
307    subdir = .
308    ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
309    mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
310    CONFIG_CLEAN_FILES =
311    DIST_SOURCES =
312    DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
313            Makefile.in NEWS acinclude.m4 aclocal.m4 config/compile \
314            config/config.guess config/config.sub config/depcomp \
315            config/install-sh config/ltmain.sh config/missing \
316            config/mkinstalldirs configure configure.ac
317  all: $(BUILT_SOURCES)  all: $(BUILT_SOURCES)
318          $(MAKE) $(AM_MAKEFLAGS) all-am          $(MAKE) $(AM_MAKEFLAGS) all-am
319    
320  .SUFFIXES:  .SUFFIXES:
321  am--refresh:  
322          @:  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
323  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)   configure.lineno
324          @for dep in $?; do \  $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
           case '$(am__configure_deps)' in \  
             *$$dep*) \  
               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \  
               cd $(srcdir) && $(AUTOMAKE) --gnu  \  
                 && exit 0; \  
               exit 1;; \  
           esac; \  
         done; \  
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \  
325          cd $(top_srcdir) && \          cd $(top_srcdir) && \
326            $(AUTOMAKE) --gnu  Makefile            $(AUTOMAKE) --gnu  Makefile
327  .PRECIOUS: Makefile  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
328  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status          cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
         @case '$?' in \  
           *config.status*) \  
             echo ' $(SHELL) ./config.status'; \  
             $(SHELL) ./config.status;; \  
           *) \  
             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \  
             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \  
         esac;  
329    
330  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331          $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
332    $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 $(top_srcdir)/configure:  $(am__configure_deps)  
333          cd $(srcdir) && $(AUTOCONF)          cd $(srcdir) && $(AUTOCONF)
334  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  
335    $(ACLOCAL_M4):  configure.ac acinclude.m4
336          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337  uninstall-info-am:  uninstall-info-am:
338  tags: TAGS  tags: TAGS
339  TAGS:  TAGS:
340    
341  ctags: CTAGS  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 CTAGS:  
342    
343    top_distdir = .
344    distdir = $(PACKAGE)-$(VERSION)
345    
346    am__remove_distdir = \
347      { test ! -d $(distdir) \
348        || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
349             && rm -fr $(distdir); }; }
350    
351    GZIP_ENV = --best
352    distcleancheck_listfiles = find . -type f -print
353    
354  distdir: $(DISTFILES)  distdir: $(DISTFILES)
355          $(am__remove_distdir)          $(am__remove_distdir)
356          mkdir $(distdir)          mkdir $(distdir)
357          $(mkdir_p) $(distdir)/config          $(mkinstalldirs) $(distdir)/config
358          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @list='$(DISTFILES)'; for file in $$list; do \
         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \  
         list='$(DISTFILES)'; for file in $$list; do \  
           case $$file in \  
             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \  
             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \  
           esac; \  
359            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
361            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
362              dir="/$$dir"; \              dir="/$$dir"; \
363              $(mkdir_p) "$(distdir)$$dir"; \              $(mkinstalldirs) "$(distdir)$$dir"; \
364            else \            else \
365              dir=''; \              dir=''; \
366            fi; \            fi; \
# Line 428  distdir: $(DISTFILES) Line 381  distdir: $(DISTFILES)
381            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
382          || chmod -R a+r $(distdir)          || chmod -R a+r $(distdir)
383  dist-gzip: distdir  dist-gzip: distdir
384          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
         $(am__remove_distdir)  
   
 dist-bzip2: distdir  
         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2  
         $(am__remove_distdir)  
   
 dist-tarZ: distdir  
         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z  
         $(am__remove_distdir)  
   
 dist-shar: distdir  
         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz  
         $(am__remove_distdir)  
   
 dist-zip: distdir  
         -rm -f $(distdir).zip  
         zip -rq $(distdir).zip $(distdir)  
385          $(am__remove_distdir)          $(am__remove_distdir)
386    
387  dist dist-all: distdir  dist dist-all: distdir
388          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
389          $(am__remove_distdir)          $(am__remove_distdir)
390    
391  # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
392  # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
393  # tarfile.  # tarfile.
394  distcheck: dist  distcheck: dist
395          case '$(DIST_ARCHIVES)' in \          $(am__remove_distdir)
396          *.tar.gz*) \          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\  
         *.tar.bz2*) \  
           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\  
         *.tar.Z*) \  
           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\  
         *.shar.gz*) \  
           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\  
         *.zip*) \  
           unzip $(distdir).zip ;;\  
         esac  
397          chmod -R a-w $(distdir); chmod a+w $(distdir)          chmod -R a-w $(distdir); chmod a+w $(distdir)
398          mkdir $(distdir)/_build          mkdir $(distdir)/=build
399          mkdir $(distdir)/_inst          mkdir $(distdir)/=inst
400          chmod a-w $(distdir)          chmod a-w $(distdir)
401          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \          dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
402            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \            && cd $(distdir)/=build \
403            && cd $(distdir)/_build \            && ../configure --srcdir=.. --prefix=$$dc_install_base \
           && ../configure --srcdir=.. --prefix="$$dc_install_base" \  
404              $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
405            && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
406            && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
# Line 483  distcheck: dist Line 408  distcheck: dist
408            && $(MAKE) $(AM_MAKEFLAGS) install \            && $(MAKE) $(AM_MAKEFLAGS) install \
409            && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
410            && $(MAKE) $(AM_MAKEFLAGS) uninstall \            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
411            && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
412                  distuninstallcheck \                || { echo "ERROR: files left after uninstall:" ; \
413            && chmod -R a-w "$$dc_install_base" \                     find $$dc_install_base -type f -print ; \
414            && ({ \                     exit 1; } >&2 ) \
415                 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
416                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \            && rm -f $(distdir).tar.gz \
                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \  
                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \  
                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \  
               } || { rm -rf "$$dc_destdir"; exit 1; }) \  
           && rm -rf "$$dc_destdir" \  
           && $(MAKE) $(AM_MAKEFLAGS) dist \  
           && rm -rf $(DIST_ARCHIVES) \  
417            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
418          $(am__remove_distdir)          $(am__remove_distdir)
419          @(echo "$(distdir) archives ready for distribution: "; \          @echo "$(distdir).tar.gz is ready for distribution" | \
420            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \            sed 'h;s/./=/g;p;x;p;x'
           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'  
 distuninstallcheck:  
         @cd $(distuninstallcheck_dir) \  
         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \  
            || { echo "ERROR: files left after uninstall:" ; \  
                 if test -n "$(DESTDIR)"; then \  
                   echo "  (check DESTDIR support)"; \  
                 fi ; \  
                 $(distuninstallcheck_listfiles) ; \  
                 exit 1; } >&2  
421  distcleancheck: distclean  distcleancheck: distclean
422          @if test '$(srcdir)' = . ; then \          if test '$(srcdir)' = . ; then \
423            echo "ERROR: distcleancheck can only run from a VPATH build" ; \            echo "ERROR: distcleancheck can only run from a VPATH build" ; \
424            exit 1 ; \            exit 1 ; \
425          fi          fi
426          @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \          test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
427            || { echo "ERROR: files left in build directory after distclean:" ; \            || { echo "ERROR: files left after distclean:" ; \
428                 $(distcleancheck_listfiles) ; \                 $(distcleancheck_listfiles) ; \
429                 exit 1; } >&2                 exit 1; } >&2
430  check-am: all-am  check-am: all-am
431  check: $(BUILT_SOURCES)  check: check-am
         $(MAKE) $(AM_MAKEFLAGS) check-am  
432  all-am: Makefile  all-am: Makefile
433    
434  installdirs:  installdirs:
435  install: $(BUILT_SOURCES)  
436          $(MAKE) $(AM_MAKEFLAGS) install-am  install: install-am
437  install-exec: install-exec-am  install-exec: install-exec-am
438  install-data: install-data-am  install-data: install-data-am
439  uninstall: uninstall-am  uninstall: uninstall-am
# Line 536  install-am: all-am Line 444  install-am: all-am
444  installcheck: installcheck-am  installcheck: installcheck-am
445  install-strip:  install-strip:
446          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \            INSTALL_STRIP_FLAG=-s \
448            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
449              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
450  mostlyclean-generic:  mostlyclean-generic:
# Line 544  mostlyclean-generic: Line 452  mostlyclean-generic:
452  clean-generic:  clean-generic:
453    
454  distclean-generic:  distclean-generic:
455          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES)
456    
457  maintainer-clean-generic:  maintainer-clean-generic:
458          @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"
# Line 556  clean-am: clean-generic clean-local most Line 464  clean-am: clean-generic clean-local most
464    
465  distclean: distclean-am  distclean: distclean-am
466          -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
         -rm -f Makefile  
467  distclean-am: clean-am distclean-generic  distclean-am: clean-am distclean-generic
468    
469  dvi: dvi-am  dvi: dvi-am
470    
471  dvi-am:  dvi-am:
472    
 html: html-am  
   
473  info: info-am  info: info-am
474    
475  info-am:  info-am:
# Line 581  installcheck-am: Line 486  installcheck-am:
486    
487  maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
488          -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
489          -rm -rf $(top_srcdir)/autom4te.cache          -rm -rf autom4te.cache
         -rm -f Makefile  
490  maintainer-clean-am: distclean-am maintainer-clean-generic  maintainer-clean-am: distclean-am maintainer-clean-generic
491    
492  mostlyclean: mostlyclean-am  mostlyclean: mostlyclean-am
493    
494  mostlyclean-am: mostlyclean-generic  mostlyclean-am: mostlyclean-generic
495    
 pdf: pdf-am  
   
 pdf-am:  
   
 ps: ps-am  
   
 ps-am:  
   
496  uninstall-am: uninstall-info-am  uninstall-am: uninstall-info-am
497    
498  .PHONY: all all-am am--refresh check check-am clean clean-generic \  .PHONY: all all-am check check-am clean clean-generic clean-local dist \
499          clean-local dist dist-all dist-bzip2 dist-gzip dist-shar \          dist-all dist-gzip distcheck distclean distclean-generic \
500          dist-tarZ dist-zip distcheck distclean distclean-generic \          distcleancheck distdir dvi dvi-am info info-am install \
501          distcleancheck distdir distuninstallcheck dvi dvi-am html \          install-am install-data install-data-am install-data-local \
502          html-am info info-am install install-am install-data \          install-exec install-exec-am install-info install-info-am \
503          install-data-am install-data-local install-exec \          install-man install-strip installcheck installcheck-am \
504          install-exec-am install-info install-info-am install-man \          installdirs maintainer-clean maintainer-clean-generic \
505          install-strip installcheck installcheck-am installdirs \          mostlyclean mostlyclean-generic uninstall uninstall-am \
         maintainer-clean maintainer-clean-generic mostlyclean \  
         mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \  
506          uninstall-info-am          uninstall-info-am
507    
508    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26