File: Makefile.am

package info (click to toggle)
uucp 1.07-31
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,180 kB
  • sloc: ansic: 53,821; sh: 4,477; makefile: 202; perl: 199
file content (9 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
# This is the auto-Makefile for the lib subdirectory of Taylor UUCP.

noinst_LIBRARIES = libuucp.a

libuucp_a_SOURCES = buffer.c crc.c debug.c escape.c getopt.c getop1.c \
	parse.c quote.c quotes.c spool.c status.c xfree.c xmall.c xreall.c
libuucp_a_LIBADD = $(LIBOBJS)

AM_CFLAGS = -I.. -I$(srcdir)/.. $(WARN_CFLAGS)