"Fossies" - the Fresh Open Source Software Archive

Member "duff-0.5.2/src/Makefile.am" (24 Jan 2012, 286 Bytes) of package /linux/privat/old/duff-0.5.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 AM_CPPFLAGS = -I$(top_srcdir)/lib -DLOCALEDIR=\"$(localedir)\"
    3 
    4 bin_PROGRAMS = duff
    5 
    6 duff_SOURCES = duff.c duffdriver.c dufffile.c duffstring.c duffutil.c sha1.c sha256.c sha384.c sha512.c
    7 duff_LDADD = @LIBINTL@
    8 
    9 noinst_HEADERS = duff.h duffstring.h sha1.h sha256.h sha384.h sha512.h
   10