File: Makefile.am

package info (click to toggle)
tslib 1.22-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,016 kB
  • sloc: ansic: 18,859; sh: 4,167; makefile: 550
file content (22 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
#  tslib/tools/Makefile.am
#
#  Copyright (C) 2016 Martin Kepplinger
#
# This file is placed under the LGPL.  Please see the file
# COPYING for more details.
#
#

if ENABLE_TOOLS
if LINUX
EXTRA_DIST		= ts_uinput_start.sh CMakeLists.txt
AM_CFLAGS               = -DTS_POINTERCAL=\"@TS_POINTERCAL@\" $(DEBUGFLAGS)
AM_CPPFLAGS		= -I$(top_srcdir)/src

bin_PROGRAMS		= ts_uinput

ts_uinput_SOURCES	= ts_uinput.c
ts_uinput_LDADD		= $(top_builddir)/src/libts.la $(LIBEVDEV_LIBS)
endif
endif