xserver-multidpi/hw/dmx/input/Makefile.am

68 lines
1.4 KiB
Makefile
Raw Normal View History

2005-07-01 22:29:53 +02:00
noinst_LIBRARIES = libdmxinput.a
if DMX_BUILD_LNX
2005-07-29 01:28:34 +02:00
RAWSRCS = lnx-keyboard.c \
lnx-keyboard.h \
lnx-ms.c \
lnx-ms.h \
lnx-ps2.c \
lnx-ps2.h
endif
2005-07-29 01:28:34 +02:00
if DMX_BUILD_USB
2005-07-29 01:28:34 +02:00
USBSRCS = usb-keyboard.c \
usb-keyboard.h \
usb-mouse.c \
usb-mouse.h \
usb-other.c \
usb-other.h \
usb-common.c \
usb-common.h \
usb-private.h
endif
2005-07-29 01:28:34 +02:00
DRVSRCS = dmxdummy.c \
dmxdummy.h \
dmxbackend.c \
dmxbackend.h \
dmxconsole.c \
dmxconsole.h \
dmxcommon.c \
dmxcommon.h
DMXSRCS = dmxinputinit.c \
dmxinputinit.h \
dmxarg.c \
dmxarg.h \
dmxsigio.c \
dmxsigio.h \
dmxevents.c \
dmxevents.h \
dmxxinput.c \
dmxmotion.c \
dmxmotion.h \
dmxmap.c \
dmxmap.h
2005-07-01 22:29:53 +02:00
2005-07-12 03:20:36 +02:00
libdmxinput_a_SOURCES = ChkNotMaskEv.c \
2005-07-29 01:28:34 +02:00
ChkNotMaskEv.h \
atKeynames.h \
2005-07-12 03:20:36 +02:00
$(RAWSRCS) \
$(USBSRCS) \
$(DRVSRCS) \
$(DMXSRCS) \
$(LIBSRCS)
2006-02-22 17:08:56 +01:00
if GLX
GLX_DEFS = @GL_CFLAGS@
endif
AM_CFLAGS = $(DIX_CFLAGS) \
-I$(top_srcdir)/hw/dmx \
2005-07-12 03:20:36 +02:00
-DHAVE_DMX_CONFIG_H \
2006-02-22 17:08:56 +01:00
$(GLX_DEFS) \
2005-07-12 03:20:36 +02:00
@DMXMODULES_CFLAGS@
EXTRA_DIST = dmxdetach.c