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

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

CVSweb interface <joel.bertrand@systella.fr>