1sbin_PROGRAMS=mfsmaster
2
3AM_CPPFLAGS=-I$(top_srcdir)/mfscommon -DAPPNAME=mfsmaster
4AM_LDFLAGS=$(ZLIB_LIBS)
5
6mfsmaster_SOURCES=\
7	itree.h itree.c \
8	topology.h topology.c \
9	exports.h exports.c \
10	bio.h bio.c \
11	changelog.c changelog.h \
12	chunks.c chunks.h \
13	filesystem.c filesystem.h \
14	xattr.c xattr.h \
15	posixacl.c posixacl.h \
16	openfiles.c openfiles.h \
17	csdb.c csdb.h \
18	sessions.c sessions.h \
19	metadata.c metadata.h \
20	restore.c restore.h \
21	merger.c merger.h \
22	missinglog.c missinglog.h \
23	sharedpointer.c sharedpointer.h \
24	matocsserv.c matocsserv.h \
25	matoclserv.c matoclserv.h \
26	matomlserv.c matomlserv.h \
27	datacachemgr.c datacachemgr.h \
28	chartsdata.c chartsdata.h \
29	init.h \
30	../mfscommon/main.c ../mfscommon/main.h \
31	../mfscommon/cfg.c ../mfscommon/cfg.h \
32	../mfscommon/random.c ../mfscommon/random.h \
33	../mfscommon/md5.c ../mfscommon/md5.h \
34	../mfscommon/crc.c ../mfscommon/crc.h \
35	../mfscommon/sockets.c ../mfscommon/sockets.h \
36	../mfscommon/charts.c ../mfscommon/charts.h \
37	../mfscommon/strerr.c ../mfscommon/strerr.h \
38	../mfscommon/memusage.c ../mfscommon/memusage.h \
39	../mfscommon/cpuusage.c ../mfscommon/cpuusage.h \
40	../mfscommon/clocks.c ../mfscommon/clocks.h \
41	../mfscommon/pcqueue.c ../mfscommon/pcqueue.h \
42	../mfscommon/datapack.h ../mfscommon/massert.h \
43	../mfscommon/slogger.h ../mfscommon/mfsstrerr.h \
44	../mfscommon/hashfn.h ../mfscommon/median.h \
45	../mfscommon/buckets.h \
46	../mfscommon/MFSCommunication.h
47
48
49EXTRA_DIST = $(sbin_SCRIPTS)
50
51sbin_SCRIPTS=\
52	mfsmetarestore
53
54distclean:distclean-am
55	-rm -rf ./$(DEPDIR)
56	-rm -f Makefile
57
58mfsmaster_CFLAGS=
59