File: Makefile.am

package info (click to toggle)
ukwm 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 27,088 kB
  • sloc: ansic: 312,916; makefile: 2,647; sh: 616; xml: 603; ruby: 149; perl: 142; python: 63; sed: 16
file content (43 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download | duplicates (4)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
check_PROGRAMS = \
	test-picking \
	test-text-perf \
	test-state \
	test-state-interactive \
	test-state-hidden \
	test-state-mini \
	test-state-pick

common_ldadd = $(top_builddir)/clutter/libukwm-clutter-@LIBUKWM_API_VERSION@.la

LDADD = $(common_ldadd) $(CLUTTER_LIBS) $(LIBM)

AM_CFLAGS = $(CLUTTER_CFLAGS)

AM_CPPFLAGS = \
	-DG_DISABLE_SINGLE_INCLUDES \
	-DGLIB_DISABLE_DEPRECATION_WARNINGS \
	-DCOGL_DISABLE_DEPRECATION_WARNINGS \
	-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
	-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
	-I$(top_srcdir)/../cogl                 \
	-I$(top_builddir)/../cogl               \
	-I$(top_builddir)/../cogl/cogl          \
	-I$(top_srcdir) \
	-I$(top_builddir) \
	-I$(top_srcdir)/clutter \
	-I$(top_builddir)/clutter

perf-report: check

check:
	for a in $(noinst_PROGRAMS);do ./$$a;done;true

test_picking_SOURCES = test-picking.c
test_text_perf_SOURCES = test-text-perf.c
test_state_SOURCES = test-state.c
test_state_hidden_SOURCES = test-state-hidden.c
test_state_pick_SOURCES = test-state-pick.c
test_state_interactive_SOURCES = test-state-interactive.c
test_state_mini_SOURCES = test-state-mini.c

EXTRA_DIST = Makefile-retrospect Makefile-tests create-report.rb test-common.h