mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-25 02:51:08 +02:00
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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user