mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
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
26 lines
470 B
Makefile
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
|