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

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

CVSweb interface <joel.bertrand@systella.fr>