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 (11 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
noinst_PROGRAMS=benchmark

benchmark_SOURCES= \
	bench-main.cc \
	Benchmark.cc \
	collection.cc 
benchmark_LDADD = ../tagcoll/libtagcoll.la

INCLUDES = -I$(top_srcdir)

EXTRA_DIST = Benchmark.h