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

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

CVSweb interface <joel.bertrand@systella.fr>