diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:42:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:42:43 +0000 |
commit | 92d7522b4e00dbc7ad0083c9dc4c8d3510d0efb5 (patch) | |
tree | d261752578e7922a1925454731c796738b7ad067 /svtools/source/memtools | |
parent | 96f531e8515b19b39aa84e88ec091cb475e6000c (diff) |
INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED
2003/07/10 16:19:36 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'svtools/source/memtools')
-rw-r--r-- | svtools/source/memtools/makefile.mk | 34 |
1 files changed, 4 insertions, 30 deletions
diff --git a/svtools/source/memtools/makefile.mk b/svtools/source/memtools/makefile.mk index 502ab08de680..81c08226eec6 100644 --- a/svtools/source/memtools/makefile.mk +++ b/svtools/source/memtools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:59:01 $ +# last change: $Author: kz $ $Date: 2003-08-25 15:42:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,40 +62,15 @@ PRJ=..$/.. -PRJNAME=SVTOOLS +PRJNAME=svtools TARGET=svarray # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- -CXXFILES= \ - svarray.cxx - -.IF "$(GUI)"!="DOS" -CXXFILES+= \ - hashtab.cxx \ - hashcont.cxx -.ENDIF - -.IF "$(GUI)"=="WIN" || "$(GUI)"=="DOS" -OBJFILES= \ - $(OBJ)$/svarray.obj - -.IF "$(GUI)"!="DOS" -OBJFILES+= \ - $(OBJ)$/hashtab.obj \ - $(OBJ)$/hashcont.obj -.ENDIF - -SLOFILES=\ - $(SLO)$/memempty.obj - -.ELSE SLOFILES=\ $(SLO)$/hashtab.obj \ $(SLO)$/hashcont.obj \ @@ -110,9 +85,8 @@ LIB2OBJFILES=\ $(OBJ)$/hashcont.obj \ $(OBJ)$/svarray.obj -.ENDIF #"$(GUI)"=="WIN" || "$(GUI)"=="DOS" - # --- Targets ------------------------------------------------------- .INCLUDE : target.mk + |