fixed faulty dependency to MuSR_td_PSI_bin (PSI BIN)

This commit is contained in:
nemu
2008-06-16 10:44:13 +00:00
parent 0ae10c7314
commit e427562004
2 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@ short term:
to look for them and use them. **UNDER WAY, NOT TESTED YET** 08-06-05
* tshift implementation under way. Wrong and needs to be fixed:
MakeCleanAndTidyTheoryBlock should only handle the currently parsed line!!
**FIXED** 08-06-16
* faulty dependency check in the Makefile when handling the PSI-Bin-Class stuff.
Needs to be fixed!
Needs to be fixed! **FIXED** 08-06-16
---------------------
intermediate term:

View File

@ -110,7 +110,7 @@ SHLIB = libPMusr.so
#
all: $(SHLIB)
$(SHLIB): $(OBJS)
$(SHLIB): $(OBJS) $(EXTOBJS)
@echo "---> Building shared library $(SHLIB) ..."
/bin/rm -f $(SHLIB)
$(LD) $(OBJS) $(EXTOBJS) $(SOFLAGS) -o $(SHLIB) $(FFTW3LIB) $(GLIBS) $(PSILIBS) $(MNLIB) $(GSLLIB)
@ -127,7 +127,7 @@ clean:; @rm -f $(OBJS) *Dict* core*
$(OBJS): %.o: %.cpp
$(CXX) $(INCLUDES) $(CXXFLAGS) -c $<
MuSR_td_PSI_bin.o: ../external/MuSR_software/Class_MuSR_PSI/MuSR_td_PSI_bin.cpp
$(EXTOBJS): ../external/MuSR_software/Class_MuSR_PSI/MuSR_td_PSI_bin.cpp
$(CXX) $(INCLUDES) $(CXXFLAGS) -c ../external/MuSR_software/Class_MuSR_PSI/MuSR_td_PSI_bin.cpp
PStartupHandlerDict.cpp: ../include/PStartupHandler.h ../include/PStartupHandlerLinkDef.h