]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Cleaning already done executables
authoragrigora <alina.grigoras@cern.ch>
Fri, 14 Nov 2014 17:24:07 +0000 (18:24 +0100)
committeragrigora <alina.grigoras@cern.ch>
Mon, 15 Dec 2014 12:51:56 +0000 (13:51 +0100)
MONITOR/alitestproc/CMakebinalitestproc.pkg [deleted file]
RAW/CMakebinalimdc.pkg [deleted file]
RAW/CMakebinalirawdump.pkg [deleted file]
RAW/CMakebindateStream.pkg [deleted file]

diff --git a/MONITOR/alitestproc/CMakebinalitestproc.pkg b/MONITOR/alitestproc/CMakebinalitestproc.pkg
deleted file mode 100644 (file)
index 493d464..0000000
+++ /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 (file)
index 2e4788a..0000000
+++ /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 (file)
index ab1f0eb..0000000
+++ /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 (file)
index e394c31..0000000
+++ /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)