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

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

CVSweb interface <joel.bertrand@systella.fr>