~chasedouglas/frame/ubuntu-upstream-xi

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Chase Douglas
  • Date: 2011-12-09 01:36:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: chase.douglas@ubuntu.com-20111209013645-n24l4myiumblzsfu
* New upstream release.
  - Version 2 adds a new API built on top of XInput multitouch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTOMAKE_OPTIONS = subdir-objects
 
2
 
 
3
test_targets =
 
4
 
 
5
if HAVE_GTEST
 
6
if HAVE_XI
 
7
test_targets += check-frame
 
8
endif
 
9
endif
 
10
 
 
11
TESTS = $(test_targets)
 
12
noinst_PROGRAMS = $(test_targets)
 
13
 
 
14
x11dir = x11
 
15
 
 
16
check_frame_SOURCES = \
 
17
        device.cpp \
 
18
        device.h \
 
19
        events.cpp \
 
20
        events.h \
 
21
        recording.cpp \
 
22
        recording.h \
 
23
        x11/device.cpp \
 
24
        x11/fixture.cpp \
 
25
        x11/fixture.h \
 
26
        x11/ids.cpp \
 
27
        x11/recording.cpp
 
28
 
 
29
AM_CFLAGS += \
 
30
        -I$(top_srcdir) \
 
31
        -I$(top_srcdir)/include \
 
32
        -I../include 
 
33
 
 
34
AM_CXXFLAGS += \
 
35
        -I$(top_srcdir) \
 
36
        -I$(top_srcdir)/include \
 
37
        -I../include \
 
38
        $(GTEST_CXXFLAGS)
 
39
 
 
40
#
 
41
# Link against the (non-distributed) static lib to pick up the
 
42
# internal symbols.
 
43
#
 
44
check_frame_LDADD = \
 
45
        $(top_builddir)/src/.libs/libutouch-frame.a \
 
46
        $(GTEST_LDFLAGS) -lxorg-gtest_main $(XORG_GTEST_LIBS) \
 
47
        $(XINPUT_LIBS) $(X11_LIBS) $(EVEMU_LIBS)
 
48
 
 
49
EXTRA_DIST = recordings