diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 13:40:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 13:40:52 +0000 |
commit | b38a9e6a459bf753adaf7fc8753b0b0dcdd51466 (patch) | |
tree | 295e897e19a5795441b649b4696cbc4b27f3c056 /starmath/sdi | |
parent | a0a0c627c77b93f54bef73c0bacc11e92925051f (diff) |
INTEGRATION: CWS ause04 (1.3.122); FILE MERGED
2003/07/10 17:07:54 hjs 1.3.122.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/makefile.mk | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/starmath/sdi/makefile.mk b/starmath/sdi/makefile.mk index 37a430f8d1..b6f15244d1 100644 --- a/starmath/sdi/makefile.mk +++ b/starmath/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mba $ $Date: 2002-03-28 16:07:18 $ +# last change: $Author: kz $ $Date: 2003-08-25 14:40:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,16 +62,14 @@ PRJ=.. -PRJNAME=smath3 +PRJNAME=starmath TARGET=smslots SDIEXPORT=smath SVSDIINC=$(PRJ)$/inc # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- @@ -84,24 +82,11 @@ SVSDIDEPEND= \ smslots.sdi \ $(SVSDIINC)$/starmath.hrc -SRCFILES= \ +SRS1NAME=$(TARGET) +SRC1FILES= \ smslots.src # --- Targets ------------------------------------------------------- -.IF "$(depend)" == "" - -TLBLIST+=\ - $(BIN)$/$(SDINAME).tlb - -ALL: \ - ALLTAR \ - $(TLBLIST) - -.ENDIF - .INCLUDE : target.mk -$(BIN)$/$(SDINAME).tlb: - @echo nix - |