Files
archived-lcd4linux/Makefile.am
reinelt 668e3626f8 [lcd4linux @ 2000-03-30 16:46:57 by reinelt]
configure now handles '--with-x' and '--without-x' correct

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@27 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-03-30 16:46:57 +00:00

29 lines
498 B
Makefile

## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
CLEANFILES = *~
bin_PROGRAMS = lcd4linux
AM_CFLAGS = $(X_CFLAGS) -Wall
lcd4linux_LDFLAGS = $(X_LIBS)
if WITH_X
lcd4linux_LDADD = -lX11
endif
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