forked from filebench/filebench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
29 lines (24 loc) · 1006 Bytes
/
Makefile.am
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
SUBDIRS = workloads cvars
# we depend on this lex & yacc generated file
BUILT_SOURCES = parser_gram.h
bin_PROGRAMS = filebench
filebench_SOURCES = eventgen.c fb_avl.c fb_localfs.c \
fb_random.c fileset.c flowop.c flowop_library.c \
gamma_dist.c ipc.c misc.c multi_client_sync.c \
parser_gram.y parser_lex.l procflow.c stats.c \
threadflow.c utils.c vars.c ioprio.c \
eventgen.h fb_random.h fileset.h fsplug.h \
ipc.h multi_client_sync.h parsertypes.h stats.h \
utils.h config.h fb_avl.h filebench.h flowop.h gamma_dist.h \
misc.h procflow.h threadflow.h vars.h ioprio.h flag.h \
fbtime.c fbtime.h \
fb_cvar.c fb_cvar.h aslr.c aslr.h \
cvars/mtwist/mtwist.c cvars/mtwist/mtwist.h
EXTRA_DIST = LICENSE
ACLOCAL_AMFLAGS = -I m4
AM_YFLAGS = -d
#AM_LDFLAGS =
if GCC_USED
AM_CFLAGS = -Wall -Wno-unknown-pragmas
endif
DEFS = -D_REENTRANT -DYYDEBUG -DYY_NO_INPUT -DFBDATADIR=\"$(datadir)/filebench\" -D_LARGEFILE64_SOURCE -D_GNU_SOURCE