mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 09:15:54 +01:00
frame index in file name, increments instead of file index for real time acquisitions
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@330 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -15,17 +15,21 @@ boot: $(OBJS)
|
||||
#doc: $(SRC_CLNT)
|
||||
# doxygen doxy.config
|
||||
|
||||
#%.o : %.c %.h
|
||||
# $(CXX) -Wall -o $@ -c $< $(INCLUDES) $(CFLAGS) $(FLAGS) $(LDLIBS) -fPIC
|
||||
|
||||
$(PROGS): $(OBJS)
|
||||
|
||||
|
||||
$(PROGS):
|
||||
echo $(OBJS)
|
||||
mkdir -p $(INSTDIR)
|
||||
$(CC) $(LDFLAGS) $^ $(LDLIBS) $(CFLAGS) -o $@
|
||||
mkdir -p $(INSTDIR)
|
||||
$(CC) $(SRC_CLNT) $(LDFLAGS) $(LDLIBS) $(CFLAGS) -o $@
|
||||
mv $(PROGS) $(INSTDIR)
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf $(PROGS) *.o $(INSTDIR)/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user