File: Makefile.am

package info (click to toggle)
lcdproc 0.5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,088 kB
  • sloc: ansic: 59,645; sh: 1,740; perl: 681; makefile: 417
file content (13 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libLCDstuff.a

libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h report.c report.h snprintf.c snprintf.h sring.c sring.h

libLCDstuff_a_LIBADD = @LIBOBJS@

AM_CPPFLAGS = -I$(top_srcdir)

EXTRA_DIST = getopt.c getopt1.c getopt.h defines.h

## EOF