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

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

CVSweb interface <joel.bertrand@systella.fr>