File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lrzsz / lib / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Oct 24 15:49:50 2019 UTC (4 years, 8 months ago) by misho
Branches: lrzsz, MAIN
CVS tags: v0_12_20p5, HEAD
lrzsz ver 0.12.20

    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>