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

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

CVSweb interface <joel.bertrand@systella.fr>