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

noinst_LIBRARIES=libzmodem.a
CFLAGS=@CFLAGS@
AUTOMAKE_OPTIONS=ansi2knr

EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \
	getopt.c getopt1.c mkdir.c mktime.c \
	strdup.c strerror.c strstr.c strpbrk.c strtol.c strtoul.c stpcpy.c \
	strftime.c vasprintf.c

libzmodem_a_SOURCES = long-options.c xstrtol.c xstrtoul.c error.c
libzmodem_a_LIBADD  = @LIBOBJS@ @ALLOCA@
libzmodem_a_DEPENDENCIES  = @ALLOCA@ @LIBOBJS@

noinst_HEADERS = getopt.h long-options.h xstrtol.h xstrtoul.h error.h


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