aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-c/fi-Elisa-PKS (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07dtv-scan-tables: Elisa cable-tv (PKS+Riihimäki)Heikki Kantola1-0/+298
'n37' href='#n37'>37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = gnu
CLEANFILES = *~

bin_PROGRAMS = lcd4linux
# deactivateing shared lib target for the moment until
# libtool works cleanly...
#lib_LTLIBRARIES = liblcd4linux.la

AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall

lcd4linux_LDFLAGS = $(X_LIBS)
lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@
lcd4linux_DEPENDENCIES = @DRIVERS@

lcd4linux_SOURCES = \
lcd4linux.c \
debug.c debug.h \
cfg.c cfg.h \
lock.c lock.h \
pid.c pid.h \
parser.c parser.h \
processor.c processor.h \
system.c system.h \
isdn.c isdn.h \
mail.c mail.h \
seti.c seti.h \
battery.c battery.h \
dvb.c dvb.h \
filter.c filter.h \
udelay.c udelay.h \
display.c display.h \
pixmap.c pixmap.h \
bar.c bar.h \
icon.c icon.h \
fontmap.c fontmap.h \
exec.c exec.h \
mail2.c \
socket.c socket.h

EXTRA_lcd4linux_SOURCES= \
parport.c parport.h \
BeckmannEgle.c \
Crystalfontz.c \
Cwlinux.c \
HD44780.c \
M50530.c \
T6963.c \
USBLCD.c \
MatrixOrbital.c \
PalmPilot.c \
Raster.c \
SIN.c \
Skeleton.c \
XWindow.c \
Text.c

# deactivated
# liblcd4linux_la_LDFLAGS = -version-info 9:11:9

# liblcd4linux_la_SOURCES = \
display.c display.h \
debug.c debug.h \
cfg.c cfg.h \
lock.c lock.h \
pixmap.c pixmap.h \
bar.c bar.h \
icon.c icon.h \
fontmap.c fontmap.h \
parport.c parport.h \
udelay.c udelay.h \
@DRIVERS@

EXTRA_DIST = \
lcd4linux.conf.sample \
lcd4kde.conf \
lcd4linux.kdelnk \
lcd4linux.xpm \
lcd4linux.lsm \
curses.m4 \
AUTHORS \
CREDITS \
FAQ \
NEWS \
TODO \
README \
README.Drivers \
README.KDE