File: Makefile.am

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (63 lines) | stat: -rw-r--r-- 1,993 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

AUTOMAKE_OPTIONS = serial-tests

noinst_PROGRAMS = testclient
testclient_SOURCES = testclient.c 

check_PROGRAMS = test_start_stop test_result_sets \
	test_insert_fetch test_search test_trunc test_sort_set \
	test_rank test_private_attset \
	test_scan test_create_databases test_resources test_update_record \
	test_zebra_fork test_special_elements test_icu_indexing \
	test_safari test_sort1 test_sort2 test_sort3 \
	test_sortidx

TESTS = $(check_PROGRAMS)

EXTRA_DIST=zebra.cfg test_trunc.cfg test_private_attset.cfg \
	private_attset.att private_attset.abs test_search.abs \
	test_zebra_fork.cfg \
	test_icu_indexing.cfg test_icu_indexing.idx \
	test_sort1.cfg test_sort1.idx test_sort1.chr sort1.abs \
	test_sort2.cfg test_sort2.idx test_sort2.chr sort2.abs \
	test_safari.cfg test_sort3.cfg string.chr

noinst_LIBRARIES = libtestlib.a

libtestlib_a_SOURCES = testlib.c testlib.h

test_start_stop_SOURCES = test_start_stop.c
test_result_sets_SOURCES = test_result_sets.c
test_insert_fetch_SOURCES = test_insert_fetch.c
test_search_SOURCES = test_search.c
test_trunc_SOURCES = test_trunc.c
test_sort_set_SOURCES = test_sort_set.c
test_rank_SOURCES = test_rank.c 
test_private_attset_SOURCES = test_private_attset.c
test_scan_SOURCES = test_scan.c
test_create_databases_SOURCES = test_create_databases.c
test_resources_SOURCES = test_resources.c
test_update_record_SOURCES = test_update_record.c
test_zebra_fork_SOURCES = test_zebra_fork.c
test_special_elements_SOURCES = test_special_elements.c
test_icu_indexing_SOURCES = test_icu_indexing.c
test_safari_SOURCES = test_safari.c 
test_sort1_SOURCES = test_sort1.c
test_sort2_SOURCES = test_sort2.c
test_sort3_SOURCES = test_sort3.c
test_sortidx_SOURCES = test_sortidx.c

AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)

zebralibs = ../../$(main_zebralib)

LDADD = libtestlib.a $(zebralibs) $(YAZLALIB)

clean-local:
	-rm -f *.LCK
	-rm -f *.log
	-rm -f *.mf
	-rm -f *.tmp
	-rm -f register/*.LCK
	-rm -f register/*.log
	-rm -f register/*.mf