File:  [local] / rpl / rplsums / Makefile.am
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Mar 6 18:29:06 2010 UTC (14 years, 2 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_12, HEAD
Tous les noms de fichiers sont maintenant en UTF-8. Le contenu
des fichiers formatés est converti en UTF-8. Ces modifications sont
faites pour avoir un fonctionnement cohérent avec la bibliothèque sqlite.

    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: noinst_PROGRAMS = rplmd5sum rplsha1sum
    7: 
    8: rplmd5sum_SOURCES = rplsum.c
    9: rplmd5sum_CFLAGS = -DEVP_sum=EVP_md5 -g -Wall -Wextra -Wno-pointer-sign
   10: rplmd5sum_INCLUDES = $(include_libcrypto)
   11: rplsha1sum_SOURCES = rplsum.c
   12: rplsha1sum_CFLAGS = -DEVP_sum=EVP_sha1 -g -Wall -Wextra -Wno-pointer-sign
   13: rplsha1sum_INCLUDES = $(include_libcrypto)
   14: 
   15: rplmd5sum_LDFLAGS = -g
   16: rplmd5sum_LDADD = $(ldadd_libcrypto)
   17: rplsha1sum_LDFLAGS = -g
   18: rplsha1sum_LDADD = $(ldadd_libcrypto)
   19: 
   20: EXTRA_DIST = $(SRCC)

CVSweb interface <joel.bertrand@systella.fr>