Diff for /rpl/tools/Attic/Makefile.in between versions 1.9 and 1.13

version 1.9, 2010/03/27 13:42:35 version 1.13, 2010/04/20 12:55:19
Line 1 Line 1
 # Makefile.in generated by automake 1.10.1 from Makefile.am.  # Makefile.in generated by automake 1.11.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.  # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
   # Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # 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 16
 @SET_MAKE@  @SET_MAKE@
 VPATH = @srcdir@  VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   pkglibdir = $(libdir)/@PACKAGE@
   pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
Line 41  am__configure_deps = $(am__aclocal_m4_de Line 43  am__configure_deps = $(am__aclocal_m4_de
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/rplconfig.h  CONFIG_HEADER = $(top_builddir)/rplconfig.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
   CONFIG_CLEAN_VPATH_FILES =
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Line 71  ECHO_T = @ECHO_T@ Line 74  ECHO_T = @ECHO_T@
 EGREP = @EGREP@  EGREP = @EGREP@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
 EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@  EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
   EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
 F77 = @F77@  F77 = @F77@
 FC = @FC@  FC = @FC@
 FCFLAGS = @FCFLAGS@  FCFLAGS = @FCFLAGS@
Line 98  LDFLAGS = @LDFLAGS@ Line 102  LDFLAGS = @LDFLAGS@
 LIBMTMALLOC = @LIBMTMALLOC@  LIBMTMALLOC = @LIBMTMALLOC@
 LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@  LIBS = @LIBS@
 LIBTOOLIZE = @LIBTOOLIZE@  
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
Line 106  MKDIR_P = @MKDIR_P@ Line 109  MKDIR_P = @MKDIR_P@
 MOTIF_SUPPORT = @MOTIF_SUPPORT@  MOTIF_SUPPORT = @MOTIF_SUPPORT@
 MYSQL_SUPPORT = @MYSQL_SUPPORT@  MYSQL_SUPPORT = @MYSQL_SUPPORT@
 NCURSES = @NCURSES@  NCURSES = @NCURSES@
   NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 OPENSSL = @OPENSSL@  OPENSSL = @OPENSSL@
 OS = @OS@  OS = @OS@
Line 114  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Line 118  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@  PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@  PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
 POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@  POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
Line 123  RANLIB = @RANLIB@ Line 128  RANLIB = @RANLIB@
 READLINE = @READLINE@  READLINE = @READLINE@
 RUNPATH = @RUNPATH@  RUNPATH = @RUNPATH@
 SED = @SED@  SED = @SED@
   SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
 SET_MAKE = @SET_MAKE@  SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@  SHELL = @SHELL@
 SQLITE = @SQLITE@  SQLITE = @SQLITE@
Line 200  target_alias = @target_alias@ Line 206  target_alias = @target_alias@
 target_cpu = @target_cpu@  target_cpu = @target_cpu@
 target_os = @target_os@  target_os = @target_os@
 target_vendor = @target_vendor@  target_vendor = @target_vendor@
   top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 EXTRA_DIST = @NCURSES@.tar.gz @READLINE@.tar.gz @UNITS@.tar.gz @GSL@.tar.gz \  EXTRA_DIST = @NCURSES@.tar.gz @READLINE@.tar.gz @UNITS@.tar.gz @GSL@.tar.gz \
Line 213  $(srcdir)/Makefile.in:  $(srcdir)/Makefi Line 220  $(srcdir)/Makefile.in:  $(srcdir)/Makefi
     @for dep in $?; do \      @for dep in $?; do \
       case '$(am__configure_deps)' in \        case '$(am__configure_deps)' in \
         *$$dep*) \          *$$dep*) \
           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \            ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
         && exit 0; \              && { if test -f $@; then exit 0; else break; fi; }; \
           exit 1;; \            exit 1;; \
       esac; \        esac; \
     done; \      done; \
     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \      echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
     cd $(top_srcdir) && \      $(am__cd) $(top_srcdir) && \
       $(AUTOMAKE) --gnu  tools/Makefile        $(AUTOMAKE) --gnu tools/Makefile
 .PRECIOUS: Makefile  .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     @case '$?' in \      @case '$?' in \
Line 238  $(top_srcdir)/configure:  $(am__configur Line 245  $(top_srcdir)/configure:  $(am__configur
     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   $(am__aclocal_m4_deps):
 tags: TAGS  tags: TAGS
 TAGS:  TAGS:
   
Line 261  distdir: $(DISTFILES) Line 269  distdir: $(DISTFILES)
       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; \
       if test -d $$d/$$file; then \        if test -d $$d/$$file; then \
         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \          dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
           if test -d "$(distdir)/$$file"; then \
             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
           fi; \
         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \          if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
           cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \            cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
         fi; \          fi; \
         cp -pR $$d/$$file $(distdir)$$dir || exit 1; \          cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
       else \        else \
         test -f $(distdir)/$$file \          test -f "$(distdir)/$$file" \
         || cp -p $$d/$$file $(distdir)/$$file \          || cp -p $$d/$$file "$(distdir)/$$file" \
         || exit 1; \          || exit 1; \
       fi; \        fi; \
     done      done
Line 288  clean-generic: Line 300  clean-generic:
   
 distclean-generic:  distclean-generic:
     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)      -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
     @echo "This command is intended for maintainers to use"      @echo "This command is intended for maintainers to use"
Line 306  dvi-am: Line 319  dvi-am:
   
 html: html-am  html: html-am
   
   html-am:
   
 info: info-am  info: info-am
   
 info-am:  info-am:
Line 314  install-data-am: Line 329  install-data-am:
   
 install-dvi: install-dvi-am  install-dvi: install-dvi-am
   
   install-dvi-am:
   
 install-exec-am:  install-exec-am:
   
 install-html: install-html-am  install-html: install-html-am
   
   install-html-am:
   
 install-info: install-info-am  install-info: install-info-am
   
   install-info-am:
   
 install-man:  install-man:
   
 install-pdf: install-pdf-am  install-pdf: install-pdf-am
   
   install-pdf-am:
   
 install-ps: install-ps-am  install-ps: install-ps-am
   
   install-ps-am:
   
 installcheck-am:  installcheck-am:
   
 maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
Line 360  uninstall-am: Line 385  uninstall-am:
   
   
 all:  all:
     for i in $(shell find @NCURSES@ -name Makefile \      TMP=$$(mktemp tmp.XXXXXXXXXX); \
          -exec grep static {} /dev/null \; | cut -d: -f1); \      sed s/DREADLINE/UREADLINE/g @UNITS@/Makefile > $$TMP; \
     do \      \mv -f $$TMP @UNITS@/Makefile
         echo -n Checking $$i; \  
         TMP=$$(mktemp); \  
         if [ -n "$$(grep static $$i | grep dynamic)" ]; then \  
             awk \  
             '{ \  
                 if (index($$0, "-static") != 0 && index($$0, "-dynamic") != 0) \  
                 { \  
                     for(j = 1; j <= NF; j++) \  
                     { \  
                         if (index($$j, "-static") == 0) \  
                         { \  
                             printf("%s ", $$j); \  
                         } \  
                     } \  
                     printf("\n"); \  
                 } \  
                 else \  
                 { \  
                     print; \  
                 } \  
             }' $$i > $$TMP; \  
             \mv -f $$TMP $$i; \  
             echo -n " (fixed)"; \  
         else \  
             echo -n " (nothing to do)"; \  
         fi; \  
         echo .; \  
     done;  
     TMP=$$(mktemp); \  
     awk \  
     '{ \  
         if (index($$0, "LDFLAGS") == 1) \  
         { \  
             if (index($$0, "-static") == 0) \  
             { \  
                 printf("%s -static\n", $$0); \  
             } \  
             else \  
             { \  
                 print; \  
             } \  
         } \  
         else \  
         { \  
             print; \  
         } \  
     }' @FILE@/src/Makefile > $$TMP; \  
     \mv -f $$TMP @FILE@/src/Makefile  
     @list='$(subdirs)'; for subdir in $$list; do \      @list='$(subdirs)'; for subdir in $$list; do \
         echo "Making $@ in $$subdir"; \          echo "Making $@ in $$subdir"; \
         $(MAKE) -C $$subdir $@ ; \          $(MAKE) -C $$subdir $@ ; \
Line 418  all: Line 395  all:
     if [ ! -f @OPENSSL@/tests_success ]; then \      if [ ! -f @OPENSSL@/tests_success ]; then \
         (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \          (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \
     fi      fi
     $(AR) cru $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a \  
             $(top_builddir)/tools/@ICONV@/lib/.libs/*.o  
     $(RANLIB) $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a  
     $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \      $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
             $(top_builddir)/tools/@FILE@/src/file.o \              $(top_builddir)/tools/@FILE@/src/*.o \
             $(top_builddir)/tools/@FILE@/src/.libs/librplfile.a \  
             $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \              $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \
             cut -d= -f2)              cut -d= -f2) $(LDFLAGS)
   
 clean distclean:  clean distclean:
     @list='$(subdirs)'; for subdir in $$list; do \      @list='$(subdirs)'; for subdir in $$list; do \
         echo "Cleaning $$subdir"; \          echo "Cleaning $$subdir"; \
         $(MAKE) -C $$subdir $@; \          if [ $$subdir = @OPENSSL@ ]; then \
               $(MAKE) -C $$subdir -j1 $@; \
           else \
               $(MAKE) -C $$subdir $@; \
           fi;
     done;      done;
     \rm @OPENSSL@/tests_success      \rm @OPENSSL@/tests_success
   
Line 463  uninstall: Line 440  uninstall:
   
 install-strip:  install-strip:
     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install      $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
   
 # 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.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Removed from v.1.9  
changed lines
  Added in v.1.13


CVSweb interface <joel.bertrand@systella.fr>