stop server incl in makefile, master chosen based on top or bottom module at the moment

This commit is contained in:
Maliakal Dhanya
2014-10-16 13:49:56 +02:00
parent 327c2106df
commit 5a5372350f
4 changed files with 20 additions and 12 deletions

View File

@ -1,6 +1,6 @@
CC = powerpc-4xx-softfloat-gcc
CCX = powerpc-4xx-softfloat-g++
CFLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST -DDACS_INT #-DSTOP_SERVER #-DVERBOSE #-DVIRTUAL -DPCCOMPILE
CFLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST -DDACS_INT -DSTOP_SERVER #-DVERBOSE #-DVIRTUAL -DPCCOMPILE
LDLIBS += -lm -lstdc++
PROGS = eigerDetectorServer
@ -36,4 +36,4 @@ beb_debug:$(SRC_CLNT3)
clean:
rm -rf $(DESTDIR)/$(PROGS) *.o