## Makefile.am for DirectFB/inputdrivers

if ELO_INPUT
ELO_INPUT_DIR = elo
endif

if GUNZE_INPUT
GUNZE_INPUT_DIR = gunze
endif

if JOYSTICK_INPUT
JOYSTICK_INPUT_DIR = joystick
endif

if SERIAL_MOUSE_INPUT
SERIALMOUSE_INPUT_DIR = serialmouse
endif

if KEYBOARD_INPUT
KEYBOARD_INPUT_DIR = keyboard
endif

if PS2MOUSE_INPUT
PS2MOUSE_INPUT_DIR = ps2mouse
endif

if LIRC_INPUT
LIRC_INPUT_DIR = lirc
endif

if LINUX_INPUT
LINUX_INPUT_DIR = linux_input
endif

if H3600_TS
H3600_TS_DIR = h3600_ts
endif

if UCB1X00_TS
UCB1X00_TS_DIR = ucb1x00_ts
endif

if SONYPI
SONYPI_DIR = sonypi
endif

if DBOX2REMOTE
DBOX2REMOTE_DIR = dbox2remote
endif

if DREAMBOXREMOTE
DREAMBOXREMOTE_DIR = dreamboxremote
endif

if MUTOUCH_TS
MUTOUCH_TS_DIR = mutouch
endif

if PENMOUNT_TS
PENMOUNT_TS_DIR = penmount
endif

if WM97XX_TS
WM97XX_TS_DIR = wm97xx_ts
endif

SUBDIRS = \
	$(ELO_INPUT_DIR)	\
	$(GUNZE_INPUT_DIR)	\
	$(JOYSTICK_INPUT_DIR)	\
	$(KEYBOARD_INPUT_DIR)	\
	$(LINUX_INPUT_DIR)	\
	$(LIRC_INPUT_DIR)	\
	$(PS2MOUSE_INPUT_DIR)	\
	$(SERIALMOUSE_INPUT_DIR) \
	$(H3600_TS_DIR)		\
	$(UCB1X00_TS_DIR)	\
	$(MUTOUCH_TS_DIR)	\
	$(PENMOUNT_TS_DIR)	\
	$(SONYPI_DIR)		\
	$(DBOX2REMOTE_DIR)	\
	$(DREAMBOXREMOTE_DIR)	\
	$(WM97XX_TS_DIR)
