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

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

CVSweb interface <joel.bertrand@systella.fr>