a rough working version

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@591 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-06-11 11:41:29 +00:00
parent 6e6e02e3c9
commit 7b9e12f8ff
2 changed files with 41 additions and 6 deletions

View File

@ -1,5 +1,5 @@
CC = powerpc-4xx-softfloat-gcc
CLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST #-DVIRTUAL
CLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST #-DVERBOSE #-DVIRTUAL
LDLIBS += -lm -lstdc++
PROGS = eigerDetectorServer
@ -13,10 +13,12 @@ OBJS = $(SRC_CLNT:.cpp=.o)
all: clean $(PROGS)
pc: clean pccompile $(PROGS)
pccompile:
CC := gcc
3pc: clean pccompile $(PROGS)
#pccompile:
#CC := gcc
boot: $(OBJS)