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

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

CVSweb interface <joel.bertrand@systella.fr>