Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 130 → Rev 129

/lab/sipmscan/fieldpoint_standalone/dict/GuiLinkDef.h
File deleted
/lab/sipmscan/fieldpoint_standalone/include/root_app.h
File deleted
/lab/sipmscan/fieldpoint_standalone/include/workstation.h
File deleted
/lab/sipmscan/fieldpoint_standalone/include/root_include.h
File deleted
/lab/sipmscan/fieldpoint_standalone/doc/configuration.txt
File deleted
/lab/sipmscan/fieldpoint_standalone/doc/README
File deleted
/lab/sipmscan/fieldpoint_standalone/.rootrc
File deleted
/lab/sipmscan/fieldpoint_standalone/src/root_app.C
File deleted
/lab/sipmscan/fieldpoint_standalone/src/offset.cc
File deleted
/lab/sipmscan/fieldpoint_standalone/time_offset.sh
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: sipmscan/fieldpoint_standalone/Makefile
===================================================================
--- sipmscan/fieldpoint_standalone/Makefile (revision 130)
+++ sipmscan/fieldpoint_standalone/Makefile (nonexistent)
@@ -1,57 +0,0 @@
-# Makefile tutorial: https://www.gnu.org/software/make/manual/html_node/index.html#SEC_Contents
-
-# Make variables ----------------------------------------------------
-
-# ROOT include and libraries
-ROOTINC=$(shell root-config --incdir)
-ROOTLIB=$(shell root-config --libs)
-GRROOTLIB=$(shell root-config --cflags --glibs)
-
-# Source and debug directories
-SRC=./src
-DBG=./dbg
-IDIR=./include
-BIN=./bin
-DICT=./dict
-LDIR=./lib
-
-# Includes and libraries
-INC=-I. -I$(ROOTINC)
-LIBS=$(ROOTLIB) -L. -lm
-
-
-# Specific variables for the main program
-TARGET=root_app
-FILES=$(SRC)/root_app.C
-HEADER=$(IDIR)/root_app.h $(IDIR)/root_include.h
-
-# -------------------------------------------------------------------
-
-# Base rules --------------------------------------------------------
-
-# Make the main program and libraries
-#all: libtest.so $(TARGET)
-all: $(TARGET)
-
-# Rules for making the main program
-$(TARGET): $(FILES)
- @echo "\n# Generating dictionary GuiDict.C ---------------------------"
- rootcint -f $(DICT)/GuiDict.C -c -p $(INC) $(CPPFLAGS) $(IDIR)/root_app.h $(DICT)/GuiLinkDef.h
- @echo "\n# Checking to see if bin directory already exists -----------"
- if [ ! -d "$(BIN)" ];then mkdir $(BIN); fi
- @echo "\n# Compiling main program ------------------------------------"
- $(CXX) $(INC) -fPIC -g -Wall $(FILES) $(DICT)/GuiDict.C $(CPPFLAGS) -o ./bin/$(TARGET) $(GRROOTLIB) -lstdc++
- cp -f ./input/start.sh ./
- @echo "\n# Compilation successful ------------------------------------"
- @echo "# Use ./start.sh to run the program -------------------------"
-
-# -------------------------------------------------------------------
-
-# Cleaning rules ----------------------------------------------------
-
-# Rules for cleaning the installation
-clean:
- @echo "# Cleaning the installation directory -------------------------"
- rm -fr $(DICT)/*Dict.C $(DICT)/*Dict.h ./bin ./lib start.sh $(SRC)/$(TARGET)_C.d $(SRC)/$(TARGET)_C.so *.o
-
-# -------------------------------------------------------------------
Index: sipmscan/fieldpoint_standalone/input/workstation.h.in
===================================================================
--- sipmscan/fieldpoint_standalone/input/workstation.h.in (revision 130)
+++ sipmscan/fieldpoint_standalone/input/workstation.h.in (nonexistent)
@@ -1,10 +0,0 @@
-#ifndef _workstation_h_
-#define _workstation_h_
-
-// Debug signal
-#define DBGSIG 0
-
-// Time offset
-#define TIMEOFF 0
-
-#endif
Index: sipmscan/fieldpoint_standalone/input/start.sh
===================================================================
--- sipmscan/fieldpoint_standalone/input/start.sh (revision 130)
+++ sipmscan/fieldpoint_standalone/input/start.sh (nonexistent)
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-./bin/root_app
/sipmscan/fieldpoint_standalone/input/start.sh
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property