Diff for /rpl/tools/Attic/Makefile.in between versions 1.10 and 1.57

version 1.10, 2010/04/07 07:23:03 version 1.57, 2011/09/10 20:45:07
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)
   ABI = @ABI@
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@  AWK = @AWK@
   BROKEN_SIGINFO = @BROKEN_SIGINFO@
   BSH_PATH = @BSH_PATH@
 CC = @CC@  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
   COCOA = @COCOA@
 CPP = @CPP@  CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@  CXX = @CXX@
 CXXDEPMODE = @CXXDEPMODE@  CXXDEPMODE = @CXXDEPMODE@
 CXXFLAGS = @CXXFLAGS@  CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@  CYGPATH_W = @CYGPATH_W@
   C_STANDARD = @C_STANDARD@
 DATE = @DATE@  DATE = @DATE@
 DATE_FR = @DATE_FR@  DATE_FR = @DATE_FR@
 DEBUG = @DEBUG@  DEBUG = @DEBUG@
Line 69  ECHO_C = @ECHO_C@ Line 77  ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
 EGREP = @EGREP@  EGREP = @EGREP@
   ELF = @ELF@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
 EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@  EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
   EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
   EXT_SQL = @EXT_SQL@
 F77 = @F77@  F77 = @F77@
 FC = @FC@  FC = @FC@
 FCFLAGS = @FCFLAGS@  FCFLAGS = @FCFLAGS@
Line 78  FFLAGS = @FFLAGS@ Line 89  FFLAGS = @FFLAGS@
 FILE = @FILE@  FILE = @FILE@
 FINAL_ENCODING = @FINAL_ENCODING@  FINAL_ENCODING = @FINAL_ENCODING@
 FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@  FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
   GIAC = @GIAC@
   GMP = @GMP@
 GNUPLOT = @GNUPLOT@  GNUPLOT = @GNUPLOT@
 GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@  GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
 GNUPLOT_P = @GNUPLOT_P@  GNUPLOT_P = @GNUPLOT_P@
Line 87  GREP = @GREP@ Line 100  GREP = @GREP@
 GS = @GS@  GS = @GS@
 GSL = @GSL@  GSL = @GSL@
 GV = @GV@  GV = @GV@
   HOST = @HOST@
 ICONV = @ICONV@  ICONV = @ICONV@
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   IPCS_SYSV = @IPCS_SYSV@
   IPV6 = @IPV6@
 LATEX = @LATEX@  LATEX = @LATEX@
 LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
 LIBMTMALLOC = @LIBMTMALLOC@  
 LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
   LIBRPLCAS = @LIBRPLCAS@
 LIBS = @LIBS@  LIBS = @LIBS@
 LIBTOOLIZE = @LIBTOOLIZE@  
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
   MALLOC = @MALLOC@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
 MOTIF_SUPPORT = @MOTIF_SUPPORT@  MOTIF_SUPPORT = @MOTIF_SUPPORT@
   MPFR = @MPFR@
 MYSQL_SUPPORT = @MYSQL_SUPPORT@  MYSQL_SUPPORT = @MYSQL_SUPPORT@
 NCURSES = @NCURSES@  NCURSES = @NCURSES@
   NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
   NTL = @NTL@
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 OPENSSL = @OPENSSL@  OPENSSL = @OPENSSL@
 OS = @OS@  OS = @OS@
Line 114  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Line 133  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@
   PARI = @PARI@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
 POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@  POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
 POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@  POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
 PROFILAGE = @PROFILAGE@  PROFILAGE = @PROFILAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 READLINE = @READLINE@  READLINE = @READLINE@
   RPLCAS = @RPLCAS@
 RUNPATH = @RUNPATH@  RUNPATH = @RUNPATH@
 SED = @SED@  SED = @SED@
   SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
   SEMUN = @SEMUN@
 SET_MAKE = @SET_MAKE@  SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@  SHELL = @SHELL@
   SIGSEGV = @SIGSEGV@
 SQLITE = @SQLITE@  SQLITE = @SQLITE@
 STRIP = @STRIP@  STRIP = @STRIP@
 TEX = @TEX@  TEX = @TEX@
Line 192  sbindir = @sbindir@ Line 217  sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@  sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@  srcdir = @srcdir@
 subdirs = @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \  subdirs = @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
         @FILE@ @ICONV@ @SQLITE@ @OPENSSL@          @FILE@ @ICONV@ @SQLITE@ @OPENSSL@ @SIGSEGV@
   
 sysconfdir = @sysconfdir@  sysconfdir = @sysconfdir@
 target = @target@  target = @target@
Line 200  target_alias = @target_alias@ Line 225  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 \
         @GPP@.tar.gz @GNUPLOT@.tar.gz @FILE@.tar.gz @ICONV@.tar.gz \          @GPP@.tar.gz @GNUPLOT@.tar.gz @FILE@.tar.gz @ICONV@.tar.gz \
         @FILE@.diff.gz @SQLITE@.tar.gz @OPENSSL@.tar.gz          @FILE@.diff.gz @SQLITE@.tar.gz @OPENSSL@.tar.gz @SIGSEGV@.tar.gz \
           @NCURSES@-20110409.patch.gz @NCURSES@-20110416.patch.gz \
           @NCURSES@-20110423.patch.gz @NCURSES@-20110430.patch.gz \
           @NCURSES@-20110507.patch.gz @NCURSES@-20110514.patch.gz \
           @NCURSES@-20110521.patch.gz @NCURSES@-20110528.patch.gz \
           @NCURSES@-20110604.patch.gz @NCURSES@-20110611.patch.gz \
           @NCURSES@-20110625.patch.gz @NCURSES@-20110626.patch.gz \
           @NCURSES@-20110702.patch.gz @NCURSES@-20110716.patch.gz \
           @NCURSES@-20110723.patch.gz @NCURSES@-20110730.patch.gz \
           @NCURSES@-20110807.patch.gz
   
 all: all-am  all: all-am
   
Line 213  $(srcdir)/Makefile.in:  $(srcdir)/Makefi Line 248  $(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 273  $(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 297  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 328  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 347  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 357  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 413  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 -e 's/DREADLINE/UREADLINE/g' @UNITS@/Makefile | \
     do \              sed -e 's/-lreadline//g' | sed -e 's/-lncurses//g' > $$TMP; \
         echo -n Checking $$i; \      mv -f $$TMP @UNITS@/Makefile
         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 $@ ; \          if [ $$subdir = @OPENSSL@ ]; then \
               if [ @OS@ = "OS2" ]; then \
                   $(MAKE) -C $$subdir -j1 -f OS2-EMX.mak2; \
               else \
                   $(MAKE) -C $$subdir -j1 $@; \
               fi; \
           else \
               if [ $$subdir = @UNITS@ -a @OS@ = OpenBSD ]; then \
                   TMP=$$(mktemp tmp.XXXXXXXXXX); \
                   sed -e 's/^DEFS = -DUNITSFILE/DEFS = -Dmalloc=malloc -DUNITSFILE/g' \
                           @UNITS@/Makefile > $$TMP; \
                   mv -f $$TMP @UNITS@/Makefile; \
               fi; \
               $(MAKE) -C $$subdir $@; \
           fi; \
     done;      done;
     if [ ! -f @OPENSSL@/tests_success ]; then \      if [ ! -f @OPENSSL@/tests_success ]; then \
         (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \          if [ @OS@ = "OS2" ]; then \
               (cd @OPENSSL@ && touch tests_success); \
           else \
               (cd @OPENSSL@ && $(MAKE) -j1 test && touch tests_success); \
           fi; \
     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  
 <<<<<<< Makefile.in  
     $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \  
             $(top_builddir)/tools/@FILE@/src/file.o \  
             $(top_builddir)/tools/@FILE@/src/.libs/librplfile.a \  
             $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \  
             cut -d= -f2) $(LDFLAGS)  
 =======  
     $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \  
             $(top_builddir)/tools/@FILE@/src/file.o \  
             $(top_builddir)/tools/@FILE@/src/.libs/librplfile.a \  
             $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \  
             cut -d= -f2)  
 >>>>>>> 1.9  
   
 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 $@; \
           fi; \
     done;      done;
     \rm @OPENSSL@/tests_success      if [ -f @OPENSSL@/tests_success ]; then \
           rm -f @OPENSSL@/tests_success; \
       fi
   
 install: all  install: all
     $(mkinstalldirs) $(DESTDIR)$(bindir)      $(mkinstalldirs) $(DESTDIR)$(bindir)
Line 458  install: all Line 470  install: all
     $(INSTALL_DATA) $(FILE)/magic/magic.mgc \      $(INSTALL_DATA) $(FILE)/magic/magic.mgc \
             $(DESTDIR)$(datadir)/rplfiles.mgc              $(DESTDIR)$(datadir)/rplfiles.mgc
     $(INSTALL_PROGRAM) $(FILE)/src/rplfile$(EXEEXT) \      $(INSTALL_PROGRAM) $(FILE)/src/rplfile$(EXEEXT) \
             $(DESTDIR)$(bindir)/rplfile$(EXEEXT);              $(DESTDIR)$(bindir)/rplfile$(EXEEXT)
   
 uninstall:  uninstall:
     \rm -f $(DESTDIR)$(bindir)/rplconvert$(EXEEXT) \      rm -f $(DESTDIR)$(bindir)/rplconvert$(EXEEXT) \
             $(DESTDIR)$(datadir)/rplunits \              $(DESTDIR)$(datadir)/rplunits \
             $(DESTDIR)$(bindir)/rplpp$(EXEEXT) \              $(DESTDIR)$(bindir)/rplpp$(EXEEXT) \
             $(DESTDIR)$(mandir)/man1/gpp.1 \              $(DESTDIR)$(mandir)/man1/gpp.1 \
Line 471  uninstall: Line 483  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.10  
changed lines
  Added in v.1.57


CVSweb interface <joel.bertrand@systella.fr>