Files
archived-lcd4linux/Makefile.am
reinelt 6b61b6955e [lcd4linux @ 2000-03-28 07:22:15 by reinelt]
version 0.95 released
X11 driver up and running
minor bugs fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@25 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-03-28 07:22:15 +00:00

26 lines
470 B
Makefile

## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
CLEANFILES = *~
AM_CFLAGS = -Wall
LDFLAGS = -L/usr/X11R6/lib
LDADD = -lX11
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