File: Makefile.am

package info (click to toggle)
tagcoll 1.6.3-2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,500 kB
  • ctags: 2,062
  • sloc: cpp: 10,930; sh: 8,892; makefile: 201; lex: 54; yacc: 27
file content (29 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (2)
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
TESTS = libtagcoll-test tagcoll-test
check_PROGRAMS = libtagcoll-test
libtagcoll_test_SOURCES = tut-main.cpp
# Disabled: it failed, but it also looks meaningless as it is
# test-textformat.cc
libtagcoll_test_LDADD = -dlpreopen ../tagcoll/libtagcoll.la ../tagcoll/tagexpr/libtagexpr.la -ltdb

noinst_PROGRAMS = dump-tdbdi normalize mkgraph
# test-tagset

dump_tdbdi_SOURCES = \
	dump-tdbdi.cc
dump_tdbdi_LDADD = ../tagcoll/libtagcoll.la -ltdb

normalize_SOURCES = \
	normalize.cc
normalize_LDADD = ../tagcoll/libtagcoll.la -ltdb

mkgraph_SOURCES = \
	mkgraph.cc
mkgraph_LDADD = ../tagcoll/libtagcoll.la -ltdb

#test_tagset_SOURCES = \
	#test-tagset.cc
#test_tagset_LDADD = ../tagcoll/libtagcoll.la

INCLUDES = -I$(top_srcdir)

EXTRA_DIST = test-utils.h