Annotation of embedaddon/lrzsz/lib/Makefile.am, revision 1.1

1.1     ! misho       1: noinst_LIBRARIES=libzmodem.a
        !             2: CFLAGS=@CFLAGS@
        !             3: AUTOMAKE_OPTIONS=ansi2knr
        !             4: 
        !             5: EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \
        !             6:        getopt.c getopt1.c mkdir.c mktime.c \
        !             7:        strdup.c strerror.c strstr.c strpbrk.c strtol.c strtoul.c stpcpy.c \
        !             8:        strftime.c vasprintf.c
        !             9: 
        !            10: libzmodem_a_SOURCES = long-options.c xstrtol.c xstrtoul.c error.c
        !            11: libzmodem_a_LIBADD  = @LIBOBJS@ @ALLOCA@
        !            12: libzmodem_a_DEPENDENCIES  = @ALLOCA@ @LIBOBJS@
        !            13: 
        !            14: noinst_HEADERS = getopt.h long-options.h xstrtol.h xstrtoul.h error.h
        !            15: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>