Files
archived-lcd4linux/Makefile.am
reinelt 1f0791dbac [lcd4linux @ 2000-03-13 15:58:24 by reinelt]
release 0.9
moved row parsing to parser.c
all basic work finished

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@10 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-03-13 15:58:24 +00:00

20 lines
321 B
Makefile

## 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 \
MatrixOrbital.c