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

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

CVSweb interface <joel.bertrand@systella.fr>