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

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