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

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

CVSweb interface <joel.bertrand@systella.fr>