diff options
Diffstat (limited to 'sccomp/source/solver/makefile.mk')
-rw-r--r-- | sccomp/source/solver/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sccomp/source/solver/makefile.mk b/sccomp/source/solver/makefile.mk index d746de7e596e..1719caa63840 100644 --- a/sccomp/source/solver/makefile.mk +++ b/sccomp/source/solver/makefile.mk @@ -36,6 +36,13 @@ LIBTARGET=NO # --- Files ------------------------------------- +.IF "$(ENABLE_COINMP)"=="NO" + +dummy: + @echo "Nothing to build (CoinMP is disabled)" + +.ELSE + SLOFILES=$(SLO)$/solver.obj SRS1NAME=$(TARGET) @@ -80,3 +87,4 @@ $(MISC)/solver.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ $(SOLARENV)/bin/createcomponent.xslt solver.component +.ENDIF |