1sbin_PROGRAMS=mfsmetalogger
2
3AM_CPPFLAGS=-I$(top_srcdir)/mfscommon -DAPPNAME=mfsmetalogger
4AM_LDFLAGS=$(ZLIB_LIBS)
5
6mfsmetalogger_SOURCES= \
7	masterconn.c masterconn.h \
8	init.h \
9	../mfscommon/main.c ../mfscommon/main.h \
10	../mfscommon/clocks.c ../mfscommon/clocks.h \
11	../mfscommon/cfg.c ../mfscommon/cfg.h \
12	../mfscommon/crc.c ../mfscommon/crc.h \
13	../mfscommon/sockets.c ../mfscommon/sockets.h \
14	../mfscommon/strerr.c ../mfscommon/strerr.h \
15	../mfscommon/datapack.h ../mfscommon/massert.h ../mfscommon/slogger.h \
16	../mfscommon/MFSCommunication.h
17
18distclean:distclean-am
19	-rm -rf ./$(DEPDIR)
20	-rm -f Makefile
21
22mfsmetalogger_CFLAGS=
23