86222f71c06eccaebf53aaf454c35777c14aa750
[platform/upstream/libevdev.git] / tools / Makefile.am
1 noinst_PROGRAMS = libevdev-events
2 bin_PROGRAMS = \
3                touchpad-edge-detector \
4                mouse-dpi-tool \
5                libevdev-tweak-device
6
7 AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/libevdev
8 libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
9
10 libevdev_events_SOURCES = libevdev-events.c
11 libevdev_events_LDADD = $(libevdev_ldadd)
12
13 touchpad_edge_detector_SOURCES = touchpad-edge-detector.c
14 touchpad_edge_detector_LDADD = $(libevdev_ldadd)
15
16 mouse_dpi_tool_SOURCES = mouse-dpi-tool.c
17 mouse_dpi_tool_LDADD = $(libevdev_ldadd)
18
19 libevdev_tweak_device_SOURCES = libevdev-tweak-device.c
20 libevdev_tweak_device_LDADD = $(libevdev_ldadd)
21
22 dist_man_MANS = \
23                 libevdev-tweak-device.1 \
24                 touchpad-edge-detector.1 \
25                 $(NULL)