File: Makefile.am

package info (click to toggle)
wiredtiger 2.6.1%2Bds-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 30,656 kB
  • ctags: 11,707
  • sloc: ansic: 66,027; python: 33,066; java: 3,186; sh: 1,664; makefile: 456; xml: 176
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include \
    -I$(top_srcdir)/test/utility

noinst_PROGRAMS = t
t_LDADD = $(top_builddir)/libwiredtiger.la
t_SOURCES = thread.h file.c rw.c stats.c t.c
t_LDFLAGS = -static

TESTS = smoke.sh

clean-local:
	rm -rf WiredTiger* wt.* *.core __stats