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

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

CVSweb interface <joel.bertrand@systella.fr>