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

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

CVSweb interface <joel.bertrand@systella.fr>