Fixed the recursive building of musrfit in case only a subset of optional plug-ins is selected (make dist is not working at the moment)

This commit is contained in:
Bastian M. Wojek
2009-12-30 19:03:06 +00:00
parent a270d81853
commit 9c78332387
2 changed files with 19 additions and 15 deletions

View File

@ -1,5 +1,12 @@
SUBDIRS = TFitPofB-lib \
libLFRelaxation \
libGapIntegrals \
libCalcMeanFieldsLEM \
Nonlocal
if AS_OPT
ASDIRS = Nonlocal
endif
if BMW_OPT
BMWDIRS = TFitPofB-lib \
libLFRelaxation \
libGapIntegrals \
libCalcMeanFieldsLEM
endif
SUBDIRS = $(ASDIRS) $(BMWDIRS)