From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/inputdrivers/Makefile.am | 98 ++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100755 Source/DirectFB/inputdrivers/Makefile.am (limited to 'Source/DirectFB/inputdrivers/Makefile.am') diff --git a/Source/DirectFB/inputdrivers/Makefile.am b/Source/DirectFB/inputdrivers/Makefile.am new file mode 100755 index 0000000..331644c --- /dev/null +++ b/Source/DirectFB/inputdrivers/Makefile.am @@ -0,0 +1,98 @@ +## Makefile.am for DirectFB/inputdrivers + +if DBOX2REMOTE +DBOX2REMOTE_DIR = dbox2remote +endif + +if DREAMBOXREMOTE +DREAMBOXREMOTE_DIR = dreamboxremote +endif + +if DYNAPRO_INPUT +DYNAPRO_INPUT_DIR = dynapro +endif + +if ELO_INPUT +ELO_INPUT_DIR = elo +endif + +if GUNZE_INPUT +GUNZE_INPUT_DIR = gunze +endif + +if H3600_TS +H3600_TS_DIR = h3600_ts +endif + +if JOYSTICK_INPUT +JOYSTICK_INPUT_DIR = joystick +endif + +if KEYBOARD_INPUT +KEYBOARD_INPUT_DIR = keyboard +endif + +if LINUX_INPUT +LINUX_INPUT_DIR = linux_input +endif + +if LIRC_INPUT +LIRC_INPUT_DIR = lirc +endif + +if MUTOUCH_TS +MUTOUCH_TS_DIR = mutouch +endif + +if ZYTRONIC_TS +ZYTRONIC_TS_DIR = zytronic +endif + +if PENMOUNT_TS +PENMOUNT_TS_DIR = penmount +endif + +if PS2MOUSE_INPUT +PS2MOUSE_INPUT_DIR = ps2mouse +endif + +if SERIAL_MOUSE_INPUT +SERIALMOUSE_INPUT_DIR = serialmouse +endif + +if SONYPI +SONYPI_DIR = sonypi +endif + +if TSLIB +TSLIB_DIR = tslib +endif + +if UCB1X00_TS +UCB1X00_TS_DIR = ucb1x00_ts +endif + +if WM97XX_TS +WM97XX_TS_DIR = wm97xx_ts +endif + +SUBDIRS = \ + $(DBOX2REMOTE_DIR) \ + $(DREAMBOXREMOTE_DIR) \ + $(DYNAPRO_INPUT_DIR) \ + $(ELO_INPUT_DIR) \ + $(GUNZE_INPUT_DIR) \ + $(H3600_TS_DIR) \ + $(JOYSTICK_INPUT_DIR) \ + $(KEYBOARD_INPUT_DIR) \ + $(LINUX_INPUT_DIR) \ + $(LIRC_INPUT_DIR) \ + $(MUTOUCH_TS_DIR) \ + $(ZYTRONIC_TS_DIR) \ + $(PENMOUNT_TS_DIR) \ + $(PS2MOUSE_INPUT_DIR) \ + $(SERIALMOUSE_INPUT_DIR) \ + $(SONYPI_DIR) \ + $(TSLIB_DIR) \ + $(UCB1X00_TS_DIR) \ + $(WM97XX_TS_DIR) -- cgit