mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-04 03:40:04 +02:00
works
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@601 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
7a3a70105f
commit
6c6a7c2679
@ -1,4 +1,5 @@
|
||||
CC = powerpc-4xx-softfloat-gcc
|
||||
CCX = powerpc-4xx-softfloat-g++
|
||||
CLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST #-DVERBOSE #-DVIRTUAL
|
||||
LDLIBS += -lm -lstdc++
|
||||
|
||||
@ -14,20 +15,16 @@ OBJS = $(SRC_CLNT:.cpp=.o)
|
||||
all: clean $(PROGS)
|
||||
|
||||
|
||||
3pc: clean pccompile $(PROGS)
|
||||
|
||||
|
||||
#pccompile:
|
||||
#CC := gcc
|
||||
|
||||
boot: $(OBJS)
|
||||
|
||||
$(PROGS):
|
||||
echo $(OBJS)
|
||||
mkdir -p $(DESTDIR)
|
||||
$(CC) $(SRC_CLNT) $(CLAGS) $(LDLIBS) -o $@
|
||||
# $(CC) $(SRC_CLNT) $(CLAGS) $(LDLIBS) -o $@
|
||||
$(CC) -c $(SRC_CLNT) $(CLAGS) $(LDLIBS)
|
||||
$(CCX) -o $@ slsDetectorServer.o slsDetectorServer_funcs.o communication_funcs.o slsDetectorFunctionList.o
|
||||
mv $(PROGS) $(DESTDIR)
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf $(DESTDIR)/$(PROGS) *.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user