Home | History | Annotate | Download | only in ffsb-6.0-rc2
      1 bin_PROGRAMS = ffsb #ffsb_test
      2 ffsb_SOURCES = \
      3 	fileops.c \
      4 	rand.c \
      5 	config.h \
      6 	fileops.h \
      7 	ffsb.h \
      8 	rand.h \
      9 	main.c \
     10 	fh.h \
     11 	fh.c \
     12 	filelist.c \
     13 	filelist.h \
     14 	metaops.c \
     15 	metaops.h \
     16 	rwlock.h \
     17 	rwlock.c \
     18 	cirlist.c \
     19 	cirlist.h \
     20 	rbt.c \
     21 	rbt.h \
     22 	ffsb_tg.h \
     23 	ffsb_tg.c \
     24 	ffsb_fs.h \
     25 	ffsb_fs.c \
     26 	ffsb_thread.c \
     27 	ffsb_thread.h \
     28 	ffsb_op.h \
     29 	ffsb_op.c \
     30 	util.h \
     31 	util.c \
     32 	parser.c \
     33 	parser.h \
     34 	ffsb_fc.c \
     35 	ffsb_stats.c \
     36 	list.c
     37 
     38 #ffsb_test_SOURCES = config.h fileops.h ffsb.h rand.h fh.h filelist.h metaops.h rwlock.h cirlist.h rbt.h ffsb_tg.h ffsb_fs.h ffsb_thread.h ffsb_op.h util.h parser.c parser.h ffsb_test.c
     39 
     40 EXTRA_DIST = *.txt *.tex
     41 
     42 AM_CFLAGS = -D_GNU_SOURCE
     43 
     44 #CFLAGS += -Wall -Werror -g -Wconversion -ansi
     45 #LDFLAGS += -lefence
     46 
     47