| 64 |
|
|
| 65 |
# Here the local variables used to build the targets |
# Here the local variables used to build the targets |
| 66 |
|
|
| 67 |
CXXEXESRCS=${DIRSRC}/TriggerScan.cpp |
CXXEXESRCS=${DIRSRC}/TriggerScanBasic.cpp ${DIRSRC}/TriggerScanExpert.cpp |
| 68 |
CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) |
CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) |
| 69 |
CXXEXELIBS=$(CXXEXESRCS:${DIRSRC}/%.cpp=%) |
CXXEXELIBS=$(CXXEXESRCS:${DIRSRC}/%.cpp=%) |
| 70 |
EXESRCS= ${DIRBIN}/TriggerScan |
EXESRCS= ${DIRBIN}/TriggerScanBasic ${DIRBIN}/TriggerScanExpert |
| 71 |
|
|
| 72 |
# Here the Variables used for info target |
# Here the Variables used for info target |
| 73 |
PACKAGE=Trigger flight quick look software |
PACKAGE=Trigger flight quick look software |