summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-02-07 17:14:49 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-02-07 17:14:49 +0000
commit3c838bdf8bb9d43b0a708390ea0de0e9ae0c3221 (patch)
tree26fe582edb592d3fe26d86a7892c6f029c8d2ced /vcl/unx/source/gdi/makefile.mk
parentc1fded133580bb05a5ee31e2cc063f0a3db80f13 (diff)
dependencies instead off ALL
Diffstat (limited to 'vcl/unx/source/gdi/makefile.mk')
-rw-r--r--vcl/unx/source/gdi/makefile.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/vcl/unx/source/gdi/makefile.mk b/vcl/unx/source/gdi/makefile.mk
index 62f112ad3028..2a1347427b5f 100644
--- a/vcl/unx/source/gdi/makefile.mk
+++ b/vcl/unx/source/gdi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: oisin $ $Date: 2001-01-31 15:01:50 $
+# last change: $Author: hjs $ $Date: 2001-02-07 18:14:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,13 +64,12 @@ PRJ=..$/..$/..
PRJNAME=vcl
TARGET=salgdi
+
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
@@ -122,8 +121,6 @@ ENVCFLAGS+=-DUSE_CDE
# --- Targets ------------------------------------------------------
-ALL: $(INCCOM)$/rtsname.hxx ALLTAR
-
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/util$/target.pmk
@@ -134,4 +131,6 @@ $(INCCOM)$/rtsname.hxx:
rm -f $(INCCOM)$/rtsname.hxx ; \
echo "#define _XSALSET_LIBNAME "\"$(XSALSETLIBNAME)\" > $(INCCOM)$/rtsname.hxx
-salpimpl.cxx: $(INCCOM)$/rtsname.hxx
+$(SLO)$/salpimpl.obj : $(INCCOM)$/rtsname.hxx
+$(SLO)$/salprnpsp.obj : $(INCCOM)$/rtsname.hxx
+