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

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

CVSweb interface <joel.bertrand@systella.fr>