Annotation of rpl/tools/Makefile.in, revision 1.49

1.11      bertrand    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1       bertrand    2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.11      bertrand    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
                      6: # Inc.
1.1       bertrand    7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
1.11      bertrand   19: pkgincludedir = $(includedir)/@PACKAGE@
1.9       bertrand   20: pkglibdir = $(libdir)/@PACKAGE@
1.11      bertrand   21: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     23: install_sh_DATA = $(install_sh) -c -m 644
                     24: install_sh_PROGRAM = $(install_sh) -c
                     25: install_sh_SCRIPT = $(install_sh) -c
                     26: INSTALL_HEADER = $(INSTALL_DATA)
                     27: transform = $(program_transform_name)
                     28: NORMAL_INSTALL = :
                     29: PRE_INSTALL = :
                     30: POST_INSTALL = :
                     31: NORMAL_UNINSTALL = :
                     32: PRE_UNINSTALL = :
                     33: POST_UNINSTALL = :
                     34: build_triplet = @build@
                     35: host_triplet = @host@
                     36: target_triplet = @target@
                     37: subdir = tools
                     38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     40: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     41: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     42:    $(ACLOCAL_M4)
                     43: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     44: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     45: CONFIG_CLEAN_FILES =
1.11      bertrand   46: CONFIG_CLEAN_VPATH_FILES =
1.1       bertrand   47: SOURCES =
                     48: DIST_SOURCES =
                     49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.49    ! bertrand   50: ABI = @ABI@
1.1       bertrand   51: ACLOCAL = @ACLOCAL@
                     52: AMTAR = @AMTAR@
                     53: AUTOCONF = @AUTOCONF@
                     54: AUTOHEADER = @AUTOHEADER@
                     55: AUTOMAKE = @AUTOMAKE@
                     56: AWK = @AWK@
1.29      bertrand   57: BROKEN_SIGINFO = @BROKEN_SIGINFO@
1.33      bertrand   58: BSH_PATH = @BSH_PATH@
1.1       bertrand   59: CC = @CC@
                     60: CCDEPMODE = @CCDEPMODE@
                     61: CFLAGS = @CFLAGS@
1.45      bertrand   62: COCOA = @COCOA@
1.1       bertrand   63: CPP = @CPP@
                     64: CPPFLAGS = @CPPFLAGS@
                     65: CXX = @CXX@
                     66: CXXDEPMODE = @CXXDEPMODE@
                     67: CXXFLAGS = @CXXFLAGS@
                     68: CYGPATH_W = @CYGPATH_W@
1.27      bertrand   69: C_STANDARD = @C_STANDARD@
1.1       bertrand   70: DATE = @DATE@
                     71: DATE_FR = @DATE_FR@
                     72: DEBUG = @DEBUG@
                     73: DEFS = @DEFS@
                     74: DEPDIR = @DEPDIR@
                     75: DVIPS = @DVIPS@
                     76: ECHO_C = @ECHO_C@
                     77: ECHO_N = @ECHO_N@
                     78: ECHO_T = @ECHO_T@
                     79: EGREP = @EGREP@
                     80: EXEEXT = @EXEEXT@
                     81: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.12      bertrand   82: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.24      bertrand   83: EXT_SQL = @EXT_SQL@
1.1       bertrand   84: F77 = @F77@
                     85: FC = @FC@
                     86: FCFLAGS = @FCFLAGS@
                     87: FFLAGS = @FFLAGS@
                     88: FILE = @FILE@
                     89: FINAL_ENCODING = @FINAL_ENCODING@
                     90: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.45      bertrand   91: GIAC = @GIAC@
1.44      bertrand   92: GMP = @GMP@
1.1       bertrand   93: GNUPLOT = @GNUPLOT@
                     94: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                     95: GNUPLOT_P = @GNUPLOT_P@
                     96: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                     97: GPP = @GPP@
                     98: GREP = @GREP@
                     99: GS = @GS@
                    100: GSL = @GSL@
                    101: GV = @GV@
                    102: ICONV = @ICONV@
                    103: INSTALL = @INSTALL@
                    104: INSTALL_DATA = @INSTALL_DATA@
                    105: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    106: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    107: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.30      bertrand  108: IPCS_SYSV = @IPCS_SYSV@
1.28      bertrand  109: IPV6 = @IPV6@
1.1       bertrand  110: LATEX = @LATEX@
                    111: LDFLAGS = @LDFLAGS@
                    112: LIBOBJS = @LIBOBJS@
                    113: LIBS = @LIBS@
                    114: LN_S = @LN_S@
                    115: LTLIBOBJS = @LTLIBOBJS@
                    116: MAKEINFO = @MAKEINFO@
1.37      bertrand  117: MALLOC = @MALLOC@
1.1       bertrand  118: MKDIR_P = @MKDIR_P@
                    119: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.44      bertrand  120: MPFR = @MPFR@
1.1       bertrand  121: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    122: NCURSES = @NCURSES@
1.12      bertrand  123: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.45      bertrand  124: NTL = @NTL@
1.1       bertrand  125: OBJEXT = @OBJEXT@
1.7       bertrand  126: OPENSSL = @OPENSSL@
1.6       bertrand  127: OS = @OS@
1.1       bertrand  128: PACKAGE = @PACKAGE@
                    129: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    130: PACKAGE_NAME = @PACKAGE_NAME@
                    131: PACKAGE_STRING = @PACKAGE_STRING@
                    132: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.11      bertrand  133: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  134: PACKAGE_VERSION = @PACKAGE_VERSION@
1.45      bertrand  135: PARI = @PARI@
1.1       bertrand  136: PATH_SEPARATOR = @PATH_SEPARATOR@
                    137: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    138: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    139: PROFILAGE = @PROFILAGE@
                    140: RANLIB = @RANLIB@
                    141: READLINE = @READLINE@
                    142: RUNPATH = @RUNPATH@
                    143: SED = @SED@
1.12      bertrand  144: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.27      bertrand  145: SEMUN = @SEMUN@
1.1       bertrand  146: SET_MAKE = @SET_MAKE@
                    147: SHELL = @SHELL@
1.7       bertrand  148: SQLITE = @SQLITE@
1.1       bertrand  149: STRIP = @STRIP@
                    150: TEX = @TEX@
                    151: UNITS = @UNITS@
                    152: VERSION = @VERSION@
                    153: VIM = @VIM@
                    154: VIM_SUPPORT = @VIM_SUPPORT@
                    155: XMKMF = @XMKMF@
                    156: X_CFLAGS = @X_CFLAGS@
                    157: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    158: X_LIBS = @X_LIBS@
                    159: X_PRE_LIBS = @X_PRE_LIBS@
                    160: abs_builddir = @abs_builddir@
                    161: abs_srcdir = @abs_srcdir@
                    162: abs_top_builddir = @abs_top_builddir@
                    163: abs_top_srcdir = @abs_top_srcdir@
                    164: ac_ct_CC = @ac_ct_CC@
                    165: ac_ct_CXX = @ac_ct_CXX@
                    166: ac_ct_F77 = @ac_ct_F77@
                    167: ac_ct_FC = @ac_ct_FC@
                    168: am__include = @am__include@
                    169: am__leading_dot = @am__leading_dot@
                    170: am__quote = @am__quote@
                    171: am__tar = @am__tar@
                    172: am__untar = @am__untar@
                    173: bindir = @bindir@
                    174: build = @build@
                    175: build_alias = @build_alias@
                    176: build_cpu = @build_cpu@
                    177: build_os = @build_os@
                    178: build_vendor = @build_vendor@
                    179: builddir = @builddir@
                    180: datadir = @datadir@
                    181: datarootdir = @datarootdir@
                    182: docdir = @docdir@
                    183: dvidir = @dvidir@
                    184: exec_prefix = @exec_prefix@
                    185: host = @host@
                    186: host_alias = @host_alias@
                    187: host_cpu = @host_cpu@
                    188: host_os = @host_os@
                    189: host_vendor = @host_vendor@
                    190: htmldir = @htmldir@
                    191: includeX = @includeX@
                    192: includedir = @includedir@
                    193: infodir = @infodir@
                    194: install_sh = @install_sh@
                    195: libMySQLinc = @libMySQLinc@
                    196: libMySQLlib = @libMySQLlib@
                    197: libPgSQLinc = @libPgSQLinc@
                    198: libPgSQLlib = @libPgSQLlib@
                    199: libX = @libX@
                    200: libdir = @libdir@
                    201: libexecdir = @libexecdir@
                    202: localedir = @localedir@
                    203: localstatedir = @localstatedir@
                    204: mandir = @mandir@
                    205: mkdir_p = @mkdir_p@
                    206: oldincludedir = @oldincludedir@
                    207: pdfdir = @pdfdir@
                    208: prefix = @prefix@
                    209: program_transform_name = @program_transform_name@
                    210: psdir = @psdir@
                    211: sbindir = @sbindir@
                    212: sharedstatedir = @sharedstatedir@
                    213: srcdir = @srcdir@
                    214: subdirs = @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.7       bertrand  215:        @FILE@ @ICONV@ @SQLITE@ @OPENSSL@
1.1       bertrand  216: 
                    217: sysconfdir = @sysconfdir@
                    218: target = @target@
                    219: target_alias = @target_alias@
                    220: target_cpu = @target_cpu@
                    221: target_os = @target_os@
                    222: target_vendor = @target_vendor@
1.11      bertrand  223: top_build_prefix = @top_build_prefix@
1.1       bertrand  224: top_builddir = @top_builddir@
                    225: top_srcdir = @top_srcdir@
                    226: EXTRA_DIST = @NCURSES@.tar.gz @READLINE@.tar.gz @UNITS@.tar.gz @GSL@.tar.gz \
1.4       bertrand  227:        @GPP@.tar.gz @GNUPLOT@.tar.gz @FILE@.tar.gz @ICONV@.tar.gz \
1.39      bertrand  228:        @FILE@.diff.gz @SQLITE@.tar.gz @OPENSSL@.tar.gz \
1.46      bertrand  229:        @NCURSES@-20110409.patch.gz @NCURSES@-20110416.patch.gz \
1.47      bertrand  230:        @NCURSES@-20110423.patch.gz @NCURSES@-20110430.patch.gz \
                    231:        @NCURSES@-20110507.patch.gz @NCURSES@-20110514.patch.gz \
1.48      bertrand  232:        @NCURSES@-20110521.patch.gz @NCURSES@-20110528.patch.gz \
                    233:        @NCURSES@-20110604.patch.gz @NCURSES@-20110611.patch.gz \
                    234:        @NCURSES@-20110625.patch.gz @NCURSES@-20110626.patch.gz
1.1       bertrand  235: 
                    236: all: all-am
                    237: 
                    238: .SUFFIXES:
                    239: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    240:    @for dep in $?; do \
                    241:      case '$(am__configure_deps)' in \
                    242:        *$$dep*) \
1.11      bertrand  243:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    244:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  245:          exit 1;; \
                    246:      esac; \
                    247:    done; \
1.11      bertrand  248:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
                    249:    $(am__cd) $(top_srcdir) && \
                    250:      $(AUTOMAKE) --gnu tools/Makefile
1.1       bertrand  251: .PRECIOUS: Makefile
                    252: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    253:    @case '$?' in \
                    254:      *config.status*) \
                    255:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    256:      *) \
                    257:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    258:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    259:    esac;
                    260: 
                    261: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    262:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    263: 
                    264: $(top_srcdir)/configure:  $(am__configure_deps)
                    265:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    266: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    267:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.11      bertrand  268: $(am__aclocal_m4_deps):
1.1       bertrand  269: tags: TAGS
                    270: TAGS:
                    271: 
                    272: ctags: CTAGS
                    273: CTAGS:
                    274: 
                    275: 
                    276: distdir: $(DISTFILES)
                    277:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    278:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    279:    list='$(DISTFILES)'; \
                    280:      dist_files=`for file in $$list; do echo $$file; done | \
                    281:      sed -e "s|^$$srcdirstrip/||;t" \
                    282:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    283:    case $$dist_files in \
                    284:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    285:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    286:               sort -u` ;; \
                    287:    esac; \
                    288:    for file in $$dist_files; do \
                    289:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    290:      if test -d $$d/$$file; then \
                    291:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.11      bertrand  292:        if test -d "$(distdir)/$$file"; then \
                    293:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    294:        fi; \
1.1       bertrand  295:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.11      bertrand  296:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    297:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  298:        fi; \
1.11      bertrand  299:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  300:      else \
1.11      bertrand  301:        test -f "$(distdir)/$$file" \
                    302:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  303:        || exit 1; \
                    304:      fi; \
                    305:    done
                    306: check-am: all-am
                    307: check: check-am
                    308: all-am: Makefile
                    309: installdirs:
                    310: install-exec: install-exec-am
                    311: install-data: install-data-am
                    312: 
                    313: install-am: all-am
                    314:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    315: 
                    316: installcheck: installcheck-am
                    317: mostlyclean-generic:
                    318: 
                    319: clean-generic:
                    320: 
                    321: distclean-generic:
                    322:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.11      bertrand  323:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  324: 
                    325: maintainer-clean-generic:
                    326:    @echo "This command is intended for maintainers to use"
                    327:    @echo "it deletes files that may require special tools to rebuild."
                    328: clean: clean-am
                    329: 
                    330: clean-am: clean-generic mostlyclean-am
                    331: 
                    332: distclean: distclean-am
                    333:    -rm -f Makefile
                    334: distclean-am: clean-am distclean-generic
                    335: 
                    336: dvi: dvi-am
                    337: 
                    338: dvi-am:
                    339: 
                    340: html: html-am
                    341: 
1.11      bertrand  342: html-am:
                    343: 
1.1       bertrand  344: info: info-am
                    345: 
                    346: info-am:
                    347: 
                    348: install-data-am:
                    349: 
                    350: install-dvi: install-dvi-am
                    351: 
1.11      bertrand  352: install-dvi-am:
                    353: 
1.1       bertrand  354: install-exec-am:
                    355: 
                    356: install-html: install-html-am
                    357: 
1.11      bertrand  358: install-html-am:
                    359: 
1.1       bertrand  360: install-info: install-info-am
                    361: 
1.11      bertrand  362: install-info-am:
                    363: 
1.1       bertrand  364: install-man:
                    365: 
                    366: install-pdf: install-pdf-am
                    367: 
1.11      bertrand  368: install-pdf-am:
                    369: 
1.1       bertrand  370: install-ps: install-ps-am
                    371: 
1.11      bertrand  372: install-ps-am:
                    373: 
1.1       bertrand  374: installcheck-am:
                    375: 
                    376: maintainer-clean: maintainer-clean-am
                    377:    -rm -f Makefile
                    378: maintainer-clean-am: distclean-am maintainer-clean-generic
                    379: 
                    380: mostlyclean: mostlyclean-am
                    381: 
                    382: mostlyclean-am: mostlyclean-generic
                    383: 
                    384: pdf: pdf-am
                    385: 
                    386: pdf-am:
                    387: 
                    388: ps: ps-am
                    389: 
                    390: ps-am:
                    391: 
                    392: uninstall-am:
                    393: 
                    394: .MAKE: install-am install-strip
                    395: 
                    396: .PHONY: all all-am check check-am clean clean-generic distclean \
                    397:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    398:    install install-am install-data install-data-am install-dvi \
                    399:    install-dvi-am install-exec install-exec-am install-html \
                    400:    install-html-am install-info install-info-am install-man \
                    401:    install-pdf install-pdf-am install-ps install-ps-am \
                    402:    install-strip installcheck installcheck-am installdirs \
                    403:    maintainer-clean maintainer-clean-generic mostlyclean \
                    404:    mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
                    405: 
                    406: 
                    407: all:
1.12      bertrand  408:    TMP=$$(mktemp tmp.XXXXXXXXXX); \
1.29      bertrand  409:    sed -e 's/DREADLINE/UREADLINE/g' @UNITS@/Makefile | \
                    410:            sed -e 's/-lreadline//g' | sed -e 's/-lncurses//g' > $$TMP; \
1.28      bertrand  411:    mv -f $$TMP @UNITS@/Makefile
1.1       bertrand  412:    @list='$(subdirs)'; for subdir in $$list; do \
                    413:        echo "Making $@ in $$subdir"; \
1.17      bertrand  414:        if [ $$subdir = @OPENSSL@ ]; then \
1.25      bertrand  415:            if [ @OS@ = "OS2" ]; then \
                    416:                $(MAKE) -C $$subdir -j1 -f OS2-EMX.mak2; \
                    417:            else \
                    418:                $(MAKE) -C $$subdir -j1 $@; \
                    419:            fi; \
1.17      bertrand  420:        else \
1.29      bertrand  421:            if [ $$subdir = @UNITS@ -a @OS@ = OpenBSD ]; then \
                    422:                TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    423:                sed -e 's/^DEFS = -DUNITSFILE/DEFS = -Dmalloc=malloc -DUNITSFILE/g' \
                    424:                        @UNITS@/Makefile > $$TMP; \
                    425:                mv -f $$TMP @UNITS@/Makefile; \
                    426:            fi; \
1.27      bertrand  427:            $(MAKE) -C $$subdir $@; \
1.17      bertrand  428:        fi; \
1.1       bertrand  429:    done;
1.8       bertrand  430:    if [ ! -f @OPENSSL@/tests_success ]; then \
1.25      bertrand  431:        if [ @OS@ = "OS2" ]; then \
                    432:            (cd @OPENSSL@ && touch tests_success); \
                    433:        else \
1.36      bertrand  434:            (cd @OPENSSL@ && $(MAKE) -j1 test && touch tests_success); \
1.25      bertrand  435:        fi; \
1.8       bertrand  436:    fi
1.1       bertrand  437: 
                    438: clean distclean:
                    439:    @list='$(subdirs)'; for subdir in $$list; do \
                    440:        echo "Cleaning $$subdir"; \
1.24      bertrand  441:        if [ ! $$subdir = @OPENSSL@ ]; then \
1.12      bertrand  442:            $(MAKE) -C $$subdir $@; \
1.16      bertrand  443:        fi; \
1.1       bertrand  444:    done;
1.16      bertrand  445:    if [ -f @OPENSSL@/tests_success ]; then \
1.28      bertrand  446:        rm -f @OPENSSL@/tests_success; \
1.16      bertrand  447:    fi
1.1       bertrand  448: 
                    449: install: all
                    450:    $(mkinstalldirs) $(DESTDIR)$(bindir)
1.6       bertrand  451:    $(INSTALL_PROGRAM) $(UNITS)/units$(EXEEXT) \
                    452:            $(DESTDIR)$(bindir)/rplconvert$(EXEEXT)
1.1       bertrand  453:    $(mkinstalldirs) $(DESTDIR)$(datadir)
                    454:    $(INSTALL_DATA) $(srcdir)/$(UNITS)/units.dat $(DESTDIR)$(datadir)/rplunits
1.6       bertrand  455:    $(INSTALL_PROGRAM) $(GPP)/src/gpp$(EXEEXT) \
                    456:            $(DESTDIR)$(bindir)/rplpp$(EXEEXT)
1.1       bertrand  457:    $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
                    458:    $(INSTALL_DATA) $(srcdir)/$(GPP)/doc/gpp.1 $(DESTDIR)$(mandir)/man1
                    459:    ln -sf $(DESTDIR)$(mandir)/man1/gpp.1 $(DESTDIR)$(mandir)/man1/rplpp.1
1.3       bertrand  460:    if [ @GNUPLOT_COMPILATION@ ]; then \
                    461:            $(MAKE) $(AM_MAKEFLAGS) -C @GNUPLOT@ $@; fi
1.1       bertrand  462:    $(INSTALL_DATA) $(FILE)/magic/magic.mgc \
                    463:            $(DESTDIR)$(datadir)/rplfiles.mgc
1.6       bertrand  464:    $(INSTALL_PROGRAM) $(FILE)/src/rplfile$(EXEEXT) \
1.16      bertrand  465:            $(DESTDIR)$(bindir)/rplfile$(EXEEXT)
1.1       bertrand  466: 
1.7       bertrand  467: uninstall:
1.28      bertrand  468:    rm -f $(DESTDIR)$(bindir)/rplconvert$(EXEEXT) \
1.7       bertrand  469:            $(DESTDIR)$(datadir)/rplunits \
                    470:            $(DESTDIR)$(bindir)/rplpp$(EXEEXT) \
                    471:            $(DESTDIR)$(mandir)/man1/gpp.1 \
                    472:            $(DESTDIR)$(mandir)/man1/rplpp.1 \
                    473:            $(DESTDIR)$(datadir)/rplfiles.mgc \
                    474:            $(DESTDIR)$(bindir)/rplfile$(EXEEXT)
                    475: 
1.1       bertrand  476: install-strip:
                    477:    $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.11      bertrand  478: 
1.1       bertrand  479: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    480: # Otherwise a system limit (for SysV at least) may be exceeded.
                    481: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>