1# This is the auto-Makefile for the lib subdirectory of Taylor UUCP.
2
3noinst_LIBRARIES = libuucp.a
4
5libuucp_a_SOURCES = buffer.c crc.c debug.c escape.c getopt.c getop1.c \
6	parse.c quote.c quotes.c spool.c status.c xfree.c xmall.c xreall.c
7libuucp_a_LIBADD = $(LIBOBJS)
8
9AM_CFLAGS = -I.. -I$(srcdir)/.. $(WARN_CFLAGS)
10