diff options
author | Kay Ramme <kr@openoffice.org> | 2001-09-11 13:33:34 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-09-11 13:33:34 +0000 |
commit | 31ebffd43b19a19cb59fc6135925598514bd5483 (patch) | |
tree | c455a51e22bb208aba5370b207e4a7af27111cd9 /stoc/source/javaloader/makefile.mk | |
parent | 903200bc37044a9cb3364dde87005845c6461331 (diff) |
ifdef makefile targets (#90436#)
Diffstat (limited to 'stoc/source/javaloader/makefile.mk')
-rw-r--r-- | stoc/source/javaloader/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/stoc/source/javaloader/makefile.mk b/stoc/source/javaloader/makefile.mk index 0888b8e46..e49720e7b 100644 --- a/stoc/source/javaloader/makefile.mk +++ b/stoc/source/javaloader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: jbu $ $Date: 2001-06-22 16:20:58 $ +# last change: $Author: kr $ $Date: 2001-09-11 14:33:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,8 @@ COMP1TYPELIST=$(TARGET) # ------------------------------------------------------------------ +.IF "$(SOLAR_JAVA)" == "TRUE" + .INCLUDE : ..$/cppumaker.mk SLOFILES= $(SLO)$/javaloader.obj @@ -93,6 +95,8 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) +.ENDIF + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |