1999-12-11 19:33:35 +00:00
|
|
|
noinst_LIBRARIES = libLCDdrivers.a
|
|
|
|
|
libLCDdrivers_a_SOURCES = lcd.c lcd.h drv_base.c
|
|
|
|
|
EXTRA_libLCDdrivers_a_SOURCES = MtxOrb.c MtxOrb.h text.c text.h \
|
|
|
|
|
curses_drv.c curses_drv.h drv_base.c drv_base.h \
|
2000-11-29 18:48:53 +00:00
|
|
|
hd44780.c hd44780.h lb216.c lb216.h \
|
2000-02-21 11:23:08 +00:00
|
|
|
hd44780-4bit.c hd44780-4bit.h \
|
|
|
|
|
hd44780-ext8bit.c hd44780-ext8bit.h lcd_sem.c lcd_sem.h \
|
|
|
|
|
hd44780-serialLpt.c hd44780-serialLpt.h \
|
|
|
|
|
hd44780-winamp.c hd44780-winamp.h \
|
|
|
|
|
hd44780-low.h hd44780-drivers.h \
|
|
|
|
|
port.h joy.c joy.h irmanin.c irmanin.h \
|
2001-03-29 19:24:18 +00:00
|
|
|
bayrad.h bayrad.c \
|
2001-04-27 02:20:38 +00:00
|
|
|
CFontz.c CFontz.h lircin.c lircin.h debug.h \
|
|
|
|
|
glk.c glk.h glkproto.c glkproto.h
|
1999-12-11 19:33:35 +00:00
|
|
|
libLCDdrivers_a_DEPENDENCIES = @DRIVERS@
|
|
|
|
|
libLCDdrivers_a_LIBADD = @DRIVERS@
|