File: Makefile.am

package info (click to toggle)
libsynaptics 0.14.6c-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,440 kB
  • ctags: 201
  • sloc: sh: 8,578; cpp: 644; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign

lib_LTLIBRARIES = libsynaptics.la
LIBRARY_VERSION = '0:1:0'
libsynaptics_la_SOURCES = pad.cpp pad.h synaptics.h syndebug.h synshm.h
libsynaptics_la_LDFLAGS = -version-info $(LIBRARY_VERSION)
library_includedir = $(includedir)/synaptics
library_include_HEADERS = pad.h Shm_0_14_4 Shm_0_14_5 Shm_0_14_6 synaptics.h syndebug.h synparam.h synshm.h

noinst_PROGRAMS = padtest
padtest_SOURCES = padtest.cpp synaptics.h
padtest_LDADD = libsynaptics.la