89 |
# -- list of tracker objects needed to link |
# -- list of tracker objects needed to link |
90 |
#TRKOBJS=${DIRTOP}/../lib2/libTrkLevel2.so ${DIRTOP}/../lib2/libtrack.so |
#TRKOBJS=${DIRTOP}/../lib2/libTrkLevel2.so ${DIRTOP}/../lib2/libtrack.so |
91 |
#TRKOBJS=$(shell for lib in `ls ${DIRLIB}`; do echo ${lib}; done) |
#TRKOBJS=$(shell for lib in `ls ${DIRLIB}`; do echo ${lib}; done) |
92 |
OBJS=${DIRLIB}/* |
OBJS=${DIRLIB}/*.* |
93 |
#TRKOBJS= |
#TRKOBJS= |
94 |
|
|
95 |
# -- directory where to find tracker headers needed to compile |
# -- directory where to find tracker headers needed to compile |