aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: f52e71e3b24a0b7c63c3174f9a50dcb4fb5c39be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUBDIRS = test-theme

EXTRA_DIST = README testrun.sh  test-gconf.sh \
            test-dock.sh  test-interaction.sh  test-windows.sh test.conf \
	    test-interaction-240x320.xnee  test-interaction-240x320.xwd \
            test-interaction-640x480.xnee  test-interaction-640x480.xwd \
            test.conf gcov-wrapper.sh gcov-notes.txt test.png

noinst_PROGRAMS = winspew sendkey libmb-tests argbtest

INCLUDES = $(LIBMB_CFLAGS) $(XRENDER_CFLAGS)

libmb_tests_LDADD   = $(LIBMB_LIBS)
libmb_tests_SOURCES = libmb-tests.c

winspew_LDADD = $(LIBMB_LIBS)

winspew_SOURCES = winspew.c

sendkey_SOURCES = sendkey.c

sendkey_LDADD = $(LIBMB_LIBS) $(XTEST_LIBS)

argbtest_SOURCES = argbtest.c

argbtest_LDADD = $(LIBMB_LIBS) $(XRENDER_LIBS)

snapshot:
	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`