File: Makefile.am

package info (click to toggle)
uucp 1.07-20
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 5,160 kB
  • ctags: 3,209
  • sloc: ansic: 53,817; sh: 4,479; makefile: 230; 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)