Files
archived-lcd4linux/Makefile.am
T
reinelt 965f2f1d91 [lcd4linux @ 2000-03-23 07:24:48 by reinelt]
PPM driver up and running (but slow!)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@17 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-03-23 07:24:48 +00:00

26 lines
431 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 \
processor.c processor.h \
system.c system.h \
isdn.c isdn.h \
filter.c filter.h \
display.c display.h \
pixmap.c pixmap.h \
fontmap.c fontmap.h \
Skeleton.c \
MatrixOrbital.c \
Raster.c \
XWindow.c