diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-10-18 11:08:40 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-10-18 11:08:40 +0000 |
commit | 0961db1198450efeb45dfa3e6b178115b2f3202e (patch) | |
tree | eae05927bf500147be7963a69fe6138d889524d5 /stoc/source/javaloader | |
parent | dde87e2839c99a43dc2987b0e357849461fc4a74 (diff) |
add: SOLAR_JAVA #90436
Diffstat (limited to 'stoc/source/javaloader')
-rw-r--r-- | stoc/source/javaloader/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/stoc/source/javaloader/makefile.mk b/stoc/source/javaloader/makefile.mk index e49720e7b..a77aece69 100644 --- a/stoc/source/javaloader/makefile.mk +++ b/stoc/source/javaloader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: kr $ $Date: 2001-09-11 14:33:34 $ +# last change: $Author: mh $ $Date: 2001-10-18 12:08:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,14 +69,13 @@ USE_DEFFILE=TRUE NO_BSYMBOLIC=TRUE COMP1TYPELIST=$(TARGET) +.IF "$(SOLAR_JAVA)" == "TRUE" # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk # ------------------------------------------------------------------ -.IF "$(SOLAR_JAVA)" == "TRUE" - .INCLUDE : ..$/cppumaker.mk SLOFILES= $(SLO)$/javaloader.obj @@ -95,6 +94,9 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) +.ELSE # SOLAR_JAVA +all: + @echo Nothing to do: SOLAR_JAVA not set .ENDIF # --- Targets ------------------------------------------------------ |