File:  [local] / rpl / rplsums / Makefile.am
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Mar 4 18:30:46 2010 UTC (14 years, 2 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Ajout des fonctions de hashage.

    1: ldadd_libcrypto = $(top_builddir)/tools/@OPENSSL@/libcrypto.a
    2: include_libcrypto = -I$(top_builddir)/tools/@OPENSSL@/include
    3: 
    4: SRCC=rplsum.c
    5: 
    6: bin_PROGRAMS = rplmd5sum rplsha1sum
    7: rplmd5sum_SOURCES = rplsum.c
    8: rplmd5sum_CFLAGS = -DEVP_sum=EVP_md5 -g -Wall -Wextra -Wno-pointer-sign
    9: rplmd5sum_INCLUDES = $(include_libcrypto)
   10: rplsha1sum_SOURCES = rplsum.c
   11: rplsha1sum_CFLAGS = -DEVP_sum=EVP_sha1 -g -Wall -Wextra -Wno-pointer-sign
   12: rplsha1sum_INCLUDES = $(include_libcrypto)
   13: 
   14: rplmd5sum_LDFLAGS = -g
   15: rplmd5sum_LDADD = $(ldadd_libcrypto)
   16: rplsha1sum_LDFLAGS = -g
   17: rplsha1sum_LDADD = $(ldadd_libcrypto)
   18: 
   19: EXTRA_DIST = $(SRCC)

CVSweb interface <joel.bertrand@systella.fr>