aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 8500ce569b6a63062ad8a9b52a52a3b2053bd972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

CLEANFILES = *~
AM_CFLAGS = -Wall

bin_PROGRAMS = lcd4linux
lcd4linux_SOURCES = \
	lcd4linux.c \
	cfg.c cfg.h \
	parser.c parser.h \
	system.c system.h \
	isdn.c isdn.h \
	filter.c filter.h \
	display.c display.h \
	Skeleton.c \
	MatrixOrbital.c