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

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

CVSweb interface <joel.bertrand@systella.fr>