From 963305015659a0ef6d8f8d3a0bba7bdb61a37da4 Mon Sep 17 00:00:00 2001 From: agrigora Date: Fri, 14 Nov 2014 18:24:07 +0100 Subject: [PATCH] Cleaning already done executables --- MONITOR/alitestproc/CMakebinalitestproc.pkg | 61 --------------------- RAW/CMakebinalimdc.pkg | 50 ----------------- RAW/CMakebinalirawdump.pkg | 41 -------------- RAW/CMakebindateStream.pkg | 50 ----------------- 4 files changed, 202 deletions(-) delete mode 100644 MONITOR/alitestproc/CMakebinalitestproc.pkg delete mode 100644 RAW/CMakebinalimdc.pkg delete mode 100644 RAW/CMakebinalirawdump.pkg delete mode 100644 RAW/CMakebindateStream.pkg diff --git a/MONITOR/alitestproc/CMakebinalitestproc.pkg b/MONITOR/alitestproc/CMakebinalitestproc.pkg deleted file mode 100644 index 493d464f107..00000000000 --- a/MONITOR/alitestproc/CMakebinalitestproc.pkg +++ /dev/null @@ -1,61 +0,0 @@ -# -*- mode: CMake -*- -#--------------------------------------------------------------------------------# -# Package File for alitestproc # -# Author : Johny Jose (johny.jose@cern.ch) # -# Variables Defined : # -# # -# SRCS - C++ source files # -# HDRS - C++ header files # -# DHDR - ROOT Dictionary Linkdef header file # -# CSRCS - C source files # -# CHDRS - C header files # -# EINCLUDE - Include directories # -# EDEFINE - Compiler definitions # -# ELIBS - Extra libraries to link # -# ELIBSDIR - Extra library directories # -# PACKFFLAGS - Fortran compiler flags for package # -# PACKCXXFLAGS - C++ compiler flags for package # -# PACKCFLAGS - C compiler flags for package # -# PACKSOFLAGS - Shared library linking flags # -# PACKLDFLAGS - Module linker flags # -# PACKBLIBS - Libraries to link (Executables only) # -# EXPORT - Header files to be exported # -# CINTHDRS - Dictionary header files # -# CINTAUTOLINK - Set automatic dictionary generation # -# ARLIBS - Archive Libraries and objects for linking (Executables only) # -# SHLIBS - Shared Libraries and objects for linking (Executables only) # -#--------------------------------------------------------------------------------# - -set ( SRCS alitestproc/alitestproc.cxx) - -set ( EINCLUDE ${EINCLUDE} TPC ITS RAW) - -set ( PACKBLIBS ${ROOTCLIBS} -lMONITOR ${SYSLIBS}) - -set ( ELIBS MONITOR TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONmapping MUONevaluation MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw RAWDatasim MUONtrigger MUONcore STEER CDB AOD RAWDatarec ESD RAWDatabase STEERBase ANALYSIS) - -set (DATE_ROOT $ENV{DATE_ROOT}) - -if (DATE_ROOT) - - set ( PACKBLIBS ${PACKBLIBS} ${DMONLIBS}) - set ( ELIBSDIR ) - - set ( EINCLUDE ${EINCLUDE} ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}) - - set (DIMDIR $ENV{DIMDIR}) - - if (DIMDIR) - - set ( EINCLUDE ${EINCLUDE} ${DIMDIR}/dim) - set ( ELIBS ${ELIBS} dim) - set ( ELIBSDIR ${ELIBSDIR} ${DIMDIR}/${ODIR}) - - endif(DIMDIR) - -endif(DATE_ROOT) - -if(ZEROMQ_FOUND) -set ( ELIBS ${ELIBS} MONITORzmq ) -set ( CXXFLAGS "-DZMQ ${CXXFLAGS}") -ENDIF(ZEROMQ_FOUND) diff --git a/RAW/CMakebinalimdc.pkg b/RAW/CMakebinalimdc.pkg deleted file mode 100644 index 2e4788aa1b8..00000000000 --- a/RAW/CMakebinalimdc.pkg +++ /dev/null @@ -1,50 +0,0 @@ -#--------------------------------------------------------------------------------# -# Package File for alimdc # -# Author : Johny Jose (johny.jose@cern.ch) # -# Variables Defined : # -# # -# SRCS - C++ source files # -# HDRS - C++ header files # -# DHDR - ROOT Dictionary Linkdef header file # -# CSRCS - C source files # -# CHDRS - C header files # -# EINCLUDE - Include directories # -# EDEFINE - Compiler definitions # -# ELIBS - Extra libraries to link # -# ELIBSDIR - Extra library directories # -# PACKFFLAGS - Fortran compiler flags for package # -# PACKCXXFLAGS - C++ compiler flags for package # -# PACKCFLAGS - C compiler flags for package # -# PACKSOFLAGS - Shared library linking flags # -# PACKLDFLAGS - Module linker flags # -# PACKBLIBS - Libraries to link (Executables only) # -# EXPORT - Header files to be exported # -# CINTHDRS - Dictionary header files # -# CINTAUTOLINK - Set automatic dictionary generation # -# ARLIBS - Archive Libraries and objects for linking (Executables only) # -# SHLIBS - Shared Libraries and objects for linking (Executables only) # -#--------------------------------------------------------------------------------# - -set ( SRCS alimdc_main.cxx ${ESRCS}) - -set ( EINCLUDE ${EINCLUDE} TPC ITS RAW) - -set ( PACKBLIBS ${ROOTCLIBS} ${SYSLIBS}) - -set ( ELIBS MDC TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONmapping MUONevaluation MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw RAWDatasim MUONtrigger MUONcore STEER CDB AOD RAWDatarec ESD RAWDatabase STEERBase ANALYSIS) - -if( ALICE_TARGET MATCHES "macosx") - - ALICE_Format(TEMP "-Wl,-u,_G__cpp_setupG__" "" "${alimdcLIBSINIT}") - set(PACKLDFLAGS "${LDFLAGS} ${TEMP}") - -endif(ALICE_TARGET MATCHES "macosx") - -set (DATE_ROOT $ENV{DATE_ROOT}) - -if (DATE_ROOT) - - set ( ELIBSDIR ${DATE_MONITOR_DIR}/${DATE_SYS}) - set ( EINCLUDE ${EINCLUDE} ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}) - -endif (DATE_ROOT) diff --git a/RAW/CMakebinalirawdump.pkg b/RAW/CMakebinalirawdump.pkg deleted file mode 100644 index ab1f0eb9a9d..00000000000 --- a/RAW/CMakebinalirawdump.pkg +++ /dev/null @@ -1,41 +0,0 @@ -#--------------------------------------------------------------------------------# -# Package File for alirawdump # -# Author : Johny Jose (johny.jose@cern.ch) # -# Variables Defined : # -# # -# SRCS - C++ source files # -# HDRS - C++ header files # -# DHDR - ROOT Dictionary Linkdef header file # -# CSRCS - C source files # -# CHDRS - C header files # -# EINCLUDE - Include directories # -# EDEFINE - Compiler definitions # -# ELIBS - Extra libraries to link # -# ELIBSDIR - Extra library directories # -# PACKFFLAGS - Fortran compiler flags for package # -# PACKCXXFLAGS - C++ compiler flags for package # -# PACKCFLAGS - C compiler flags for package # -# PACKSOFLAGS - Shared library linking flags # -# PACKLDFLAGS - Module linker flags # -# PACKBLIBS - Libraries to link (Executables only) # -# EXPORT - Header files to be exported # -# CINTHDRS - Dictionary header files # -# CINTAUTOLINK - Set automatic dictionary generation # -# ARLIBS - Archive Libraries and objects for linking (Executables only) # -# SHLIBS - Shared Libraries and objects for linking (Executables only) # -#--------------------------------------------------------------------------------# - -set ( SRCS alirawdump_main.cxx) - -set ( EINCLUDE ${EINCLUDE} RAW) - -set ( PACKBLIBS ${ROOTCLIBS} ${SYSLIBS}) - -set ( ELIBS STEERBase RAWDatabase) - -if( ALICE_TARGET MATCHES "macosx") - - ALICE_Format(TEMP "-Wl,-u,_G__cpp_setupG__" "" "${alirawdumpLIBSINIT}") - set(PACKLDFLAGS "${LDFLAGS} ${TEMP}") - -endif(ALICE_TARGET MATCHES "macosx") diff --git a/RAW/CMakebindateStream.pkg b/RAW/CMakebindateStream.pkg deleted file mode 100644 index e394c31f479..00000000000 --- a/RAW/CMakebindateStream.pkg +++ /dev/null @@ -1,50 +0,0 @@ -#--------------------------------------------------------------------------------# -# Package File for dateStream # -# Author : Johny Jose (johny.jose@cern.ch) # -# Variables Defined : # -# # -# SRCS - C++ source files # -# HDRS - C++ header files # -# DHDR - ROOT Dictionary Linkdef header file # -# CSRCS - C source files # -# CHDRS - C header files # -# EINCLUDE - Include directories # -# EDEFINE - Compiler definitions # -# ELIBS - Extra libraries to link # -# ELIBSDIR - Extra library directories # -# PACKFFLAGS - Fortran compiler flags for package # -# PACKCXXFLAGS - C++ compiler flags for package # -# PACKCFLAGS - C compiler flags for package # -# PACKSOFLAGS - Shared library linking flags # -# PACKLDFLAGS - Module linker flags # -# PACKBLIBS - Libraries to link (Executables only) # -# EXPORT - Header files to be exported # -# CINTHDRS - Dictionary header files # -# CINTAUTOLINK - Set automatic dictionary generation # -# ARLIBS - Archive Libraries and objects for linking (Executables only) # -# SHLIBS - Shared Libraries and objects for linking (Executables only) # -#--------------------------------------------------------------------------------# - -set ( SRCS dateStream.cxx ${ESRCS}) - -set ( EINCLUDE ${EINCLUDE} TPC ITS RAW) - -set ( PACKBLIBS ${ROOTCLIBS} ${SYSLIBS}) - -set ( ELIBS MDC TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONmapping MUONevaluation MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw RAWDatasim MUONtrigger MUONcore STEER CDB AOD RAWDatarec ESD RAWDatabase STEERBase ANALYSIS) - -if(ALICE_TARGET MATCHES "macosx") - - ALICE_Format( TEMP "-Wl,-u,_G__cpp_setupG__" "" "${dateStreamLIBSINIT}") - set( PACKLDFLAGS "${LDFLAGS} ${TEMP}") - -endif(ALICE_TARGET MATCHES "macosx") - -set(DATE_ROOT $ENV{DATE_ROOT}) - -if (DATE_ROOT) - - set ( ELIBSDIR ${DATE_MONITOR_DIR}/${DATE_SYS}) - set ( EINCLUDE ${EINCLUDE} ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}) - -endif(DATE_ROOT) -- 2.43.0