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

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

CVSweb interface <joel.bertrand@systella.fr>