File:  [local] / rpl / rplsums / Makefile.am
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Sat Nov 26 13:05:03 2011 UTC (12 years, 5 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_1_9, rpl-4_1_8, rpl-4_1_7, rpl-4_1_6, rpl-4_1_5, rpl-4_1_24, rpl-4_1_23, rpl-4_1_22, rpl-4_1_21, rpl-4_1_20, rpl-4_1_19, rpl-4_1_18, rpl-4_1_17, rpl-4_1_16, rpl-4_1_15, rpl-4_1_14, rpl-4_1_13, rpl-4_1_12, rpl-4_1_11, rpl-4_1_10, HEAD
Modification d'un bug mineur dans Makefile.am. Mise à jour de la gestion des
mutexes.

    1: ldadd_libcrypto = $(top_builddir)/tools/@OPENSSL@/libcrypto.a
    2: include_libcrypto = -I$(top_builddir)/tools/@OPENSSL@/include
    3: 
    4: SRCC=rplsum.c
    5: INCLUDES = $(include_libcrypto)
    6: 
    7: noinst_PROGRAMS = rplmd5sum$(EXEEXT) rplsha1sum$(EXEEXT)
    8: 
    9: rplmd5sum_SOURCES = rplsum.c
   10: rplmd5sum_CFLAGS = -DEVP_sum=EVP_md5 -g -O2 -Wall -Wextra -Wno-pointer-sign
   11: rplsha1sum_SOURCES = rplsum.c
   12: rplsha1sum_CFLAGS = -DEVP_sum=EVP_sha1 -g -O2 -Wall -Wextra -Wno-pointer-sign
   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>