File: Makefile.am

package info (click to toggle)
e-antic 2.0.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,256 kB
  • sloc: cpp: 17,613; ansic: 5,999; python: 974; makefile: 457; sh: 35; javascript: 5
file content (14 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_PROGRAMS = benchmark

benchmark_CPPFLAGS = -I$(builddir)/..

benchmark_SOURCES = main.cpp renfxx/b-constructor.cpp renfxx/b-arithmetic.cpp renfxx/b-relop.cpp renfxx/b-assignment.cpp

benchmark_LDADD = $(builddir)/../srcxx/libeanticxx.la $(builddir)/../src/libeantic.la

# Include Google's libbenchmark and dependent libraries
benchmark_LDFLAGS = -lbenchmark -lpthread

noinst_HEADERS =                               \
		renfxx/number_fields.hpp                   \
		renfxx/renf_elem_class_pool.hpp