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

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

CVSweb interface <joel.bertrand@systella.fr>