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

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

CVSweb interface <joel.bertrand@systella.fr>