Annotation of rpl/rplsums/Makefile.in, revision 1.45

1.4       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.4       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: 
                     18: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
1.4       bertrand   20: pkgincludedir = $(includedir)/@PACKAGE@
1.3       bertrand   21: pkglibdir = $(libdir)/@PACKAGE@
1.4       bertrand   22: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     24: install_sh_DATA = $(install_sh) -c -m 644
                     25: install_sh_PROGRAM = $(install_sh) -c
                     26: install_sh_SCRIPT = $(install_sh) -c
                     27: INSTALL_HEADER = $(INSTALL_DATA)
                     28: transform = $(program_transform_name)
                     29: NORMAL_INSTALL = :
                     30: PRE_INSTALL = :
                     31: POST_INSTALL = :
                     32: NORMAL_UNINSTALL = :
                     33: PRE_UNINSTALL = :
                     34: POST_UNINSTALL = :
                     35: build_triplet = @build@
                     36: host_triplet = @host@
                     37: target_triplet = @target@
                     38: subdir = rplsums
                     39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     40: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.37      bertrand   41: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       bertrand   42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     43:    $(ACLOCAL_M4)
                     44: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     45: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     46: CONFIG_CLEAN_FILES =
1.4       bertrand   47: CONFIG_CLEAN_VPATH_FILES =
1.2       bertrand   48: PROGRAMS = $(noinst_PROGRAMS)
1.1       bertrand   49: am_rplmd5sum_OBJECTS = rplmd5sum-rplsum.$(OBJEXT)
                     50: rplmd5sum_OBJECTS = $(am_rplmd5sum_OBJECTS)
                     51: rplmd5sum_DEPENDENCIES = $(ldadd_libcrypto)
                     52: rplmd5sum_LINK = $(CCLD) $(rplmd5sum_CFLAGS) $(CFLAGS) \
                     53:    $(rplmd5sum_LDFLAGS) $(LDFLAGS) -o $@
                     54: am_rplsha1sum_OBJECTS = rplsha1sum-rplsum.$(OBJEXT)
                     55: rplsha1sum_OBJECTS = $(am_rplsha1sum_OBJECTS)
                     56: rplsha1sum_DEPENDENCIES = $(ldadd_libcrypto)
                     57: rplsha1sum_LINK = $(CCLD) $(rplsha1sum_CFLAGS) $(CFLAGS) \
                     58:    $(rplsha1sum_LDFLAGS) $(LDFLAGS) -o $@
                     59: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                     60: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     61: am__depfiles_maybe = depfiles
1.4       bertrand   62: am__mv = mv -f
1.42      bertrand   63: AM_V_lt = $(am__v_lt_$(V))
                     64: am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
                     65: am__v_lt_0 = --silent
1.1       bertrand   66: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     67:    $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.42      bertrand   68: AM_V_CC = $(am__v_CC_$(V))
                     69: am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
                     70: am__v_CC_0 = @echo "  CC    " $@;
                     71: AM_V_at = $(am__v_at_$(V))
                     72: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
                     73: am__v_at_0 = @
1.1       bertrand   74: CCLD = $(CC)
                     75: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.42      bertrand   76: AM_V_CCLD = $(am__v_CCLD_$(V))
                     77: am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
                     78: am__v_CCLD_0 = @echo "  CCLD  " $@;
                     79: AM_V_GEN = $(am__v_GEN_$(V))
                     80: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
                     81: am__v_GEN_0 = @echo "  GEN   " $@;
1.1       bertrand   82: SOURCES = $(rplmd5sum_SOURCES) $(rplsha1sum_SOURCES)
                     83: DIST_SOURCES = $(rplmd5sum_SOURCES) $(rplsha1sum_SOURCES)
                     84: ETAGS = etags
                     85: CTAGS = ctags
                     86: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.28      bertrand   87: ABI = @ABI@
1.1       bertrand   88: ACLOCAL = @ACLOCAL@
                     89: AMTAR = @AMTAR@
1.42      bertrand   90: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.44      bertrand   91: ARCH = @ARCH@
1.1       bertrand   92: AUTOCONF = @AUTOCONF@
                     93: AUTOHEADER = @AUTOHEADER@
                     94: AUTOMAKE = @AUTOMAKE@
                     95: AWK = @AWK@
1.23      bertrand   96: BSH_PATH = @BSH_PATH@
1.35      bertrand   97: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand   98: CC = @CC@
                     99: CCDEPMODE = @CCDEPMODE@
                    100: CFLAGS = @CFLAGS@
1.27      bertrand  101: COCOA = @COCOA@
1.1       bertrand  102: CPP = @CPP@
                    103: CPPFLAGS = @CPPFLAGS@
                    104: CXX = @CXX@
                    105: CXXDEPMODE = @CXXDEPMODE@
                    106: CXXFLAGS = @CXXFLAGS@
                    107: CYGPATH_W = @CYGPATH_W@
1.17      bertrand  108: C_STANDARD = @C_STANDARD@
1.1       bertrand  109: DATE = @DATE@
                    110: DATE_FR = @DATE_FR@
1.45    ! bertrand  111: DEBMYSQL = @DEBMYSQL@
        !           112: DEBPQ = @DEBPQ@
1.1       bertrand  113: DEBUG = @DEBUG@
1.45    ! bertrand  114: DEBVIM = @DEBVIM@
1.1       bertrand  115: DEFS = @DEFS@
                    116: DEPDIR = @DEPDIR@
                    117: DVIPS = @DVIPS@
                    118: ECHO_C = @ECHO_C@
                    119: ECHO_N = @ECHO_N@
                    120: ECHO_T = @ECHO_T@
                    121: EGREP = @EGREP@
1.31      bertrand  122: ELF = @ELF@
1.1       bertrand  123: EXEEXT = @EXEEXT@
                    124: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.5       bertrand  125: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.15      bertrand  126: EXT_SQL = @EXT_SQL@
1.1       bertrand  127: F77 = @F77@
                    128: FC = @FC@
                    129: FCFLAGS = @FCFLAGS@
                    130: FFLAGS = @FFLAGS@
                    131: FILE = @FILE@
                    132: FINAL_ENCODING = @FINAL_ENCODING@
                    133: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.27      bertrand  134: GIAC = @GIAC@
1.26      bertrand  135: GMP = @GMP@
1.1       bertrand  136: GNUPLOT = @GNUPLOT@
                    137: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    138: GNUPLOT_P = @GNUPLOT_P@
                    139: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    140: GPP = @GPP@
                    141: GREP = @GREP@
                    142: GS = @GS@
                    143: GSL = @GSL@
                    144: GV = @GV@
1.30      bertrand  145: HOST = @HOST@
1.1       bertrand  146: ICONV = @ICONV@
1.35      bertrand  147: INCMOTIF = @INCMOTIF@
1.1       bertrand  148: INSTALL = @INSTALL@
                    149: INSTALL_DATA = @INSTALL_DATA@
                    150: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    151: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    152: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.20      bertrand  153: IPCS_SYSV = @IPCS_SYSV@
1.18      bertrand  154: IPV6 = @IPV6@
1.1       bertrand  155: LATEX = @LATEX@
                    156: LDFLAGS = @LDFLAGS@
1.35      bertrand  157: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  158: LIBOBJS = @LIBOBJS@
1.29      bertrand  159: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  160: LIBS = @LIBS@
1.36      bertrand  161: LIBXPM = @LIBXPM@
1.41      bertrand  162: LIB_PREFIX = @LIB_PREFIX@
1.1       bertrand  163: LN_S = @LN_S@
                    164: LTLIBOBJS = @LTLIBOBJS@
                    165: MAKEINFO = @MAKEINFO@
1.25      bertrand  166: MALLOC = @MALLOC@
1.1       bertrand  167: MKDIR_P = @MKDIR_P@
                    168: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.26      bertrand  169: MPFR = @MPFR@
1.1       bertrand  170: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    171: NCURSES = @NCURSES@
1.5       bertrand  172: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.27      bertrand  173: NTL = @NTL@
1.1       bertrand  174: OBJEXT = @OBJEXT@
1.34      bertrand  175: OPENMOTIF = @OPENMOTIF@
1.1       bertrand  176: OPENSSL = @OPENSSL@
                    177: OS = @OS@
                    178: PACKAGE = @PACKAGE@
                    179: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    180: PACKAGE_NAME = @PACKAGE_NAME@
                    181: PACKAGE_STRING = @PACKAGE_STRING@
                    182: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.4       bertrand  183: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  184: PACKAGE_VERSION = @PACKAGE_VERSION@
1.27      bertrand  185: PARI = @PARI@
1.1       bertrand  186: PATH_SEPARATOR = @PATH_SEPARATOR@
                    187: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    188: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    189: PROFILAGE = @PROFILAGE@
1.41      bertrand  190: PSELECT = @PSELECT@
1.1       bertrand  191: RANLIB = @RANLIB@
                    192: READLINE = @READLINE@
1.29      bertrand  193: RPLCAS = @RPLCAS@
1.38      bertrand  194: RPLTOOLS = @RPLTOOLS@
1.1       bertrand  195: RUNPATH = @RUNPATH@
                    196: SED = @SED@
1.5       bertrand  197: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.17      bertrand  198: SEMUN = @SEMUN@
1.1       bertrand  199: SET_MAKE = @SET_MAKE@
1.39      bertrand  200: SHARED_MEMORY = @SHARED_MEMORY@
1.1       bertrand  201: SHELL = @SHELL@
1.32      bertrand  202: SIGSEGV = @SIGSEGV@
1.1       bertrand  203: SQLITE = @SQLITE@
                    204: STRIP = @STRIP@
                    205: TEX = @TEX@
                    206: UNITS = @UNITS@
                    207: VERSION = @VERSION@
                    208: VIM = @VIM@
                    209: VIM_SUPPORT = @VIM_SUPPORT@
1.40      bertrand  210: WHOLE_LIB1 = @WHOLE_LIB1@
                    211: WHOLE_LIB2 = @WHOLE_LIB2@
1.1       bertrand  212: XMKMF = @XMKMF@
                    213: X_CFLAGS = @X_CFLAGS@
                    214: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    215: X_LIBS = @X_LIBS@
                    216: X_PRE_LIBS = @X_PRE_LIBS@
                    217: abs_builddir = @abs_builddir@
                    218: abs_srcdir = @abs_srcdir@
                    219: abs_top_builddir = @abs_top_builddir@
                    220: abs_top_srcdir = @abs_top_srcdir@
                    221: ac_ct_CC = @ac_ct_CC@
                    222: ac_ct_CXX = @ac_ct_CXX@
                    223: ac_ct_F77 = @ac_ct_F77@
                    224: ac_ct_FC = @ac_ct_FC@
                    225: am__include = @am__include@
                    226: am__leading_dot = @am__leading_dot@
                    227: am__quote = @am__quote@
                    228: am__tar = @am__tar@
                    229: am__untar = @am__untar@
                    230: bindir = @bindir@
                    231: build = @build@
                    232: build_alias = @build_alias@
                    233: build_cpu = @build_cpu@
                    234: build_os = @build_os@
                    235: build_vendor = @build_vendor@
                    236: builddir = @builddir@
                    237: datadir = @datadir@
                    238: datarootdir = @datarootdir@
                    239: docdir = @docdir@
                    240: dvidir = @dvidir@
                    241: exec_prefix = @exec_prefix@
                    242: host = @host@
                    243: host_alias = @host_alias@
                    244: host_cpu = @host_cpu@
                    245: host_os = @host_os@
                    246: host_vendor = @host_vendor@
                    247: htmldir = @htmldir@
                    248: includeX = @includeX@
                    249: includedir = @includedir@
                    250: infodir = @infodir@
                    251: install_sh = @install_sh@
                    252: libMySQLinc = @libMySQLinc@
                    253: libMySQLlib = @libMySQLlib@
                    254: libPgSQLinc = @libPgSQLinc@
                    255: libPgSQLlib = @libPgSQLlib@
                    256: libX = @libX@
                    257: libdir = @libdir@
                    258: libexecdir = @libexecdir@
                    259: localedir = @localedir@
                    260: localstatedir = @localstatedir@
                    261: mandir = @mandir@
                    262: mkdir_p = @mkdir_p@
                    263: oldincludedir = @oldincludedir@
                    264: pdfdir = @pdfdir@
                    265: prefix = @prefix@
                    266: program_transform_name = @program_transform_name@
                    267: psdir = @psdir@
                    268: sbindir = @sbindir@
                    269: sharedstatedir = @sharedstatedir@
                    270: srcdir = @srcdir@
                    271: subdirs = @subdirs@
                    272: sysconfdir = @sysconfdir@
                    273: target = @target@
                    274: target_alias = @target_alias@
                    275: target_cpu = @target_cpu@
                    276: target_os = @target_os@
                    277: target_vendor = @target_vendor@
1.4       bertrand  278: top_build_prefix = @top_build_prefix@
1.1       bertrand  279: top_builddir = @top_builddir@
                    280: top_srcdir = @top_srcdir@
                    281: ldadd_libcrypto = $(top_builddir)/tools/@OPENSSL@/libcrypto.a
                    282: include_libcrypto = -I$(top_builddir)/tools/@OPENSSL@/include
                    283: SRCC = rplsum.c
1.3       bertrand  284: INCLUDES = $(include_libcrypto)
1.43      bertrand  285: noinst_PROGRAMS = rplmd5sum$(EXEEXT) rplsha1sum$(EXEEXT)
1.1       bertrand  286: rplmd5sum_SOURCES = rplsum.c
1.10      bertrand  287: rplmd5sum_CFLAGS = -DEVP_sum=EVP_md5 -g -O2 -Wall -Wextra -Wno-pointer-sign
1.1       bertrand  288: rplsha1sum_SOURCES = rplsum.c
1.10      bertrand  289: rplsha1sum_CFLAGS = -DEVP_sum=EVP_sha1 -g -O2 -Wall -Wextra -Wno-pointer-sign
1.1       bertrand  290: rplmd5sum_LDFLAGS = -g
                    291: rplmd5sum_LDADD = $(ldadd_libcrypto)
                    292: rplsha1sum_LDFLAGS = -g
                    293: rplsha1sum_LDADD = $(ldadd_libcrypto)
                    294: EXTRA_DIST = $(SRCC)
                    295: all: all-am
                    296: 
                    297: .SUFFIXES:
                    298: .SUFFIXES: .c .o .obj
                    299: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    300:    @for dep in $?; do \
                    301:      case '$(am__configure_deps)' in \
                    302:        *$$dep*) \
1.4       bertrand  303:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    304:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  305:          exit 1;; \
                    306:      esac; \
                    307:    done; \
1.4       bertrand  308:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu rplsums/Makefile'; \
                    309:    $(am__cd) $(top_srcdir) && \
                    310:      $(AUTOMAKE) --gnu rplsums/Makefile
1.1       bertrand  311: .PRECIOUS: Makefile
                    312: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    313:    @case '$?' in \
                    314:      *config.status*) \
                    315:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    316:      *) \
                    317:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    318:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    319:    esac;
                    320: 
                    321: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    322:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    323: 
                    324: $(top_srcdir)/configure:  $(am__configure_deps)
                    325:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    326: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    327:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.4       bertrand  328: $(am__aclocal_m4_deps):
1.1       bertrand  329: 
1.2       bertrand  330: clean-noinstPROGRAMS:
                    331:    -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1.1       bertrand  332: rplmd5sum$(EXEEXT): $(rplmd5sum_OBJECTS) $(rplmd5sum_DEPENDENCIES) 
                    333:    @rm -f rplmd5sum$(EXEEXT)
1.42      bertrand  334:    $(AM_V_CCLD)$(rplmd5sum_LINK) $(rplmd5sum_OBJECTS) $(rplmd5sum_LDADD) $(LIBS)
1.1       bertrand  335: rplsha1sum$(EXEEXT): $(rplsha1sum_OBJECTS) $(rplsha1sum_DEPENDENCIES) 
                    336:    @rm -f rplsha1sum$(EXEEXT)
1.42      bertrand  337:    $(AM_V_CCLD)$(rplsha1sum_LINK) $(rplsha1sum_OBJECTS) $(rplsha1sum_LDADD) $(LIBS)
1.1       bertrand  338: 
                    339: mostlyclean-compile:
                    340:    -rm -f *.$(OBJEXT)
                    341: 
                    342: distclean-compile:
                    343:    -rm -f *.tab.c
                    344: 
                    345: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rplmd5sum-rplsum.Po@am__quote@
                    346: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rplsha1sum-rplsum.Po@am__quote@
                    347: 
                    348: .c.o:
1.42      bertrand  349: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    350: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    351: @am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
1.1       bertrand  352: @AMDEP_TRUE@@am__fastdepCC_FALSE@  source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    353: @AMDEP_TRUE@@am__fastdepCC_FALSE@  DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    354: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    355: 
                    356: .c.obj:
1.42      bertrand  357: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    358: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    359: @am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
1.1       bertrand  360: @AMDEP_TRUE@@am__fastdepCC_FALSE@  source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    361: @AMDEP_TRUE@@am__fastdepCC_FALSE@  DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    362: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    363: 
                    364: rplmd5sum-rplsum.o: rplsum.c
1.42      bertrand  365: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplmd5sum_CFLAGS) $(CFLAGS) -MT rplmd5sum-rplsum.o -MD -MP -MF $(DEPDIR)/rplmd5sum-rplsum.Tpo -c -o rplmd5sum-rplsum.o `test -f 'rplsum.c' || echo '$(srcdir)/'`rplsum.c
                    366: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/rplmd5sum-rplsum.Tpo $(DEPDIR)/rplmd5sum-rplsum.Po
                    367: @am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
1.1       bertrand  368: @AMDEP_TRUE@@am__fastdepCC_FALSE@  source='rplsum.c' object='rplmd5sum-rplsum.o' libtool=no @AMDEPBACKSLASH@
                    369: @AMDEP_TRUE@@am__fastdepCC_FALSE@  DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    370: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplmd5sum_CFLAGS) $(CFLAGS) -c -o rplmd5sum-rplsum.o `test -f 'rplsum.c' || echo '$(srcdir)/'`rplsum.c
                    371: 
                    372: rplmd5sum-rplsum.obj: rplsum.c
1.42      bertrand  373: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplmd5sum_CFLAGS) $(CFLAGS) -MT rplmd5sum-rplsum.obj -MD -MP -MF $(DEPDIR)/rplmd5sum-rplsum.Tpo -c -o rplmd5sum-rplsum.obj `if test -f 'rplsum.c'; then $(CYGPATH_W) 'rplsum.c'; else $(CYGPATH_W) '$(srcdir)/rplsum.c'; fi`
                    374: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/rplmd5sum-rplsum.Tpo $(DEPDIR)/rplmd5sum-rplsum.Po
                    375: @am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
1.1       bertrand  376: @AMDEP_TRUE@@am__fastdepCC_FALSE@  source='rplsum.c' object='rplmd5sum-rplsum.obj' libtool=no @AMDEPBACKSLASH@
                    377: @AMDEP_TRUE@@am__fastdepCC_FALSE@  DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    378: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplmd5sum_CFLAGS) $(CFLAGS) -c -o rplmd5sum-rplsum.obj `if test -f 'rplsum.c'; then $(CYGPATH_W) 'rplsum.c'; else $(CYGPATH_W) '$(srcdir)/rplsum.c'; fi`
                    379: 
                    380: rplsha1sum-rplsum.o: rplsum.c
1.42      bertrand  381: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplsha1sum_CFLAGS) $(CFLAGS) -MT rplsha1sum-rplsum.o -MD -MP -MF $(DEPDIR)/rplsha1sum-rplsum.Tpo -c -o rplsha1sum-rplsum.o `test -f 'rplsum.c' || echo '$(srcdir)/'`rplsum.c
                    382: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/rplsha1sum-rplsum.Tpo $(DEPDIR)/rplsha1sum-rplsum.Po
                    383: @am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
1.1       bertrand  384: @AMDEP_TRUE@@am__fastdepCC_FALSE@  source='rplsum.c' object='rplsha1sum-rplsum.o' libtool=no @AMDEPBACKSLASH@
                    385: @AMDEP_TRUE@@am__fastdepCC_FALSE@  DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    386: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplsha1sum_CFLAGS) $(CFLAGS) -c -o rplsha1sum-rplsum.o `test -f 'rplsum.c' || echo '$(srcdir)/'`rplsum.c
                    387: 
                    388: rplsha1sum-rplsum.obj: rplsum.c
1.42      bertrand  389: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplsha1sum_CFLAGS) $(CFLAGS) -MT rplsha1sum-rplsum.obj -MD -MP -MF $(DEPDIR)/rplsha1sum-rplsum.Tpo -c -o rplsha1sum-rplsum.obj `if test -f 'rplsum.c'; then $(CYGPATH_W) 'rplsum.c'; else $(CYGPATH_W) '$(srcdir)/rplsum.c'; fi`
                    390: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/rplsha1sum-rplsum.Tpo $(DEPDIR)/rplsha1sum-rplsum.Po
                    391: @am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
1.1       bertrand  392: @AMDEP_TRUE@@am__fastdepCC_FALSE@  source='rplsum.c' object='rplsha1sum-rplsum.obj' libtool=no @AMDEPBACKSLASH@
                    393: @AMDEP_TRUE@@am__fastdepCC_FALSE@  DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    394: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rplsha1sum_CFLAGS) $(CFLAGS) -c -o rplsha1sum-rplsum.obj `if test -f 'rplsum.c'; then $(CYGPATH_W) 'rplsum.c'; else $(CYGPATH_W) '$(srcdir)/rplsum.c'; fi`
                    395: 
                    396: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    397:    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    398:    unique=`for i in $$list; do \
                    399:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    400:      done | \
1.4       bertrand  401:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1       bertrand  402:          END { if (nonempty) { for (i in files) print i; }; }'`; \
                    403:    mkid -fID $$unique
                    404: tags: TAGS
                    405: 
                    406: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    407:        $(TAGS_FILES) $(LISP)
1.4       bertrand  408:    set x; \
1.1       bertrand  409:    here=`pwd`; \
                    410:    list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    411:    unique=`for i in $$list; do \
                    412:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    413:      done | \
                    414:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    415:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.4       bertrand  416:    shift; \
                    417:    if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1       bertrand  418:      test -n "$$unique" || unique=$$empty_fix; \
1.4       bertrand  419:      if test $$# -gt 0; then \
                    420:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    421:          "$$@" $$unique; \
                    422:      else \
                    423:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    424:          $$unique; \
                    425:      fi; \
1.1       bertrand  426:    fi
                    427: ctags: CTAGS
                    428: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    429:        $(TAGS_FILES) $(LISP)
                    430:    list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    431:    unique=`for i in $$list; do \
                    432:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    433:      done | \
                    434:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    435:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.4       bertrand  436:    test -z "$(CTAGS_ARGS)$$unique" \
1.1       bertrand  437:      || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.4       bertrand  438:         $$unique
1.1       bertrand  439: 
                    440: GTAGS:
                    441:    here=`$(am__cd) $(top_builddir) && pwd` \
1.4       bertrand  442:      && $(am__cd) $(top_srcdir) \
                    443:      && gtags -i $(GTAGS_ARGS) "$$here"
1.1       bertrand  444: 
                    445: distclean-tags:
                    446:    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    447: 
                    448: distdir: $(DISTFILES)
                    449:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    450:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    451:    list='$(DISTFILES)'; \
                    452:      dist_files=`for file in $$list; do echo $$file; done | \
                    453:      sed -e "s|^$$srcdirstrip/||;t" \
                    454:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    455:    case $$dist_files in \
                    456:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    457:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    458:               sort -u` ;; \
                    459:    esac; \
                    460:    for file in $$dist_files; do \
                    461:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    462:      if test -d $$d/$$file; then \
                    463:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.4       bertrand  464:        if test -d "$(distdir)/$$file"; then \
                    465:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    466:        fi; \
1.1       bertrand  467:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.4       bertrand  468:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    469:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  470:        fi; \
1.4       bertrand  471:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  472:      else \
1.4       bertrand  473:        test -f "$(distdir)/$$file" \
                    474:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  475:        || exit 1; \
                    476:      fi; \
                    477:    done
                    478: check-am: all-am
                    479: check: check-am
                    480: all-am: Makefile $(PROGRAMS)
                    481: installdirs:
                    482: install: install-am
                    483: install-exec: install-exec-am
                    484: install-data: install-data-am
                    485: uninstall: uninstall-am
                    486: 
                    487: install-am: all-am
                    488:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    489: 
                    490: installcheck: installcheck-am
                    491: install-strip:
                    492:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    493:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    494:      `test -z '$(STRIP)' || \
                    495:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    496: mostlyclean-generic:
                    497: 
                    498: clean-generic:
                    499: 
                    500: distclean-generic:
                    501:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.4       bertrand  502:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  503: 
                    504: maintainer-clean-generic:
                    505:    @echo "This command is intended for maintainers to use"
                    506:    @echo "it deletes files that may require special tools to rebuild."
                    507: clean: clean-am
                    508: 
1.2       bertrand  509: clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
1.1       bertrand  510: 
                    511: distclean: distclean-am
                    512:    -rm -rf ./$(DEPDIR)
                    513:    -rm -f Makefile
                    514: distclean-am: clean-am distclean-compile distclean-generic \
                    515:    distclean-tags
                    516: 
                    517: dvi: dvi-am
                    518: 
                    519: dvi-am:
                    520: 
                    521: html: html-am
                    522: 
1.4       bertrand  523: html-am:
                    524: 
1.1       bertrand  525: info: info-am
                    526: 
                    527: info-am:
                    528: 
                    529: install-data-am:
                    530: 
                    531: install-dvi: install-dvi-am
                    532: 
1.4       bertrand  533: install-dvi-am:
                    534: 
1.2       bertrand  535: install-exec-am:
1.1       bertrand  536: 
                    537: install-html: install-html-am
                    538: 
1.4       bertrand  539: install-html-am:
                    540: 
1.1       bertrand  541: install-info: install-info-am
                    542: 
1.4       bertrand  543: install-info-am:
                    544: 
1.1       bertrand  545: install-man:
                    546: 
                    547: install-pdf: install-pdf-am
                    548: 
1.4       bertrand  549: install-pdf-am:
                    550: 
1.1       bertrand  551: install-ps: install-ps-am
                    552: 
1.4       bertrand  553: install-ps-am:
                    554: 
1.1       bertrand  555: installcheck-am:
                    556: 
                    557: maintainer-clean: maintainer-clean-am
                    558:    -rm -rf ./$(DEPDIR)
                    559:    -rm -f Makefile
                    560: maintainer-clean-am: distclean-am maintainer-clean-generic
                    561: 
                    562: mostlyclean: mostlyclean-am
                    563: 
                    564: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    565: 
                    566: pdf: pdf-am
                    567: 
                    568: pdf-am:
                    569: 
                    570: ps: ps-am
                    571: 
                    572: ps-am:
                    573: 
1.2       bertrand  574: uninstall-am:
1.1       bertrand  575: 
                    576: .MAKE: install-am install-strip
                    577: 
1.2       bertrand  578: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    579:    clean-noinstPROGRAMS ctags distclean distclean-compile \
1.1       bertrand  580:    distclean-generic distclean-tags distdir dvi dvi-am html \
1.2       bertrand  581:    html-am info info-am install install-am install-data \
                    582:    install-data-am install-dvi install-dvi-am install-exec \
                    583:    install-exec-am install-html install-html-am install-info \
                    584:    install-info-am install-man install-pdf install-pdf-am \
                    585:    install-ps install-ps-am install-strip installcheck \
                    586:    installcheck-am installdirs maintainer-clean \
1.1       bertrand  587:    maintainer-clean-generic mostlyclean mostlyclean-compile \
                    588:    mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
1.2       bertrand  589:    uninstall-am
1.1       bertrand  590: 
1.4       bertrand  591: 
1.1       bertrand  592: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    593: # Otherwise a system limit (for SysV at least) may be exceeded.
                    594: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>