diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 10:30:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 10:30:20 +0000 |
commit | a800197dc0851f5f2b1a2a9f070f44e66d394690 (patch) | |
tree | 85144e7086f4ba6b6bb5dccae73c796c8d256422 /svtools/source/numbers | |
parent | 0ad77572b95771717be135f451d3bceb0a84347f (diff) |
INTEGRATION: CWS visibility03 (1.9.532); FILE MERGED
2005/03/24 12:13:10 mhu 1.9.532.1: #i45006# Added (svl|svt).pmk; partial cleanup.
Diffstat (limited to 'svtools/source/numbers')
-rw-r--r-- | svtools/source/numbers/makefile.mk | 49 |
1 files changed, 20 insertions, 29 deletions
diff --git a/svtools/source/numbers/makefile.mk b/svtools/source/numbers/makefile.mk index 50a024a24b29..912c56584462 100644 --- a/svtools/source/numbers/makefile.mk +++ b/svtools/source/numbers/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kz $ $Date: 2003-08-25 15:43:02 $ +# last change: $Author: obo $ $Date: 2005-04-13 11:30:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJ=..$/.. PRJNAME=svtools TARGET=numbers +LIBTARGET=NO PROJECTPCH= PROJECTPCHSOURCE= @@ -71,46 +72,36 @@ PROJECTPCHSOURCE= # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/svt.pmk # --- Files -------------------------------------------------------- -# Every source directory generates headers in a own output directory to -# enable parallel building of the source directories within a project! -UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)$/$(TARGET) -INCPRE+=$(UNOUCROUT) - -UNOTYPES = com.sun.star.util.XNumberFormatsSupplier \ - com.sun.star.util.XNumberFormatter \ - com.sun.star.util.XNumberFormatPreviewer \ - com.sun.star.util.XNumberFormatTypes \ - com.sun.star.util.Date \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XTypeProvider \ - com.sun.star.lang.XServiceInfo \ - com.sun.star.lang.XUnoTunnel \ - com.sun.star.beans.XPropertyAccess \ - com.sun.star.beans.PropertyAttribute \ - com.sun.star.uno.XAggregation \ - com.sun.star.uno.XWeak \ - com.sun.star.uno.TypeClass \ - com.sun.star.lang.XInitialization \ - com.sun.star.lang.Locale \ - com.sun.star.io.XPersistObject \ +EXCEPTIONSFILES= \ + $(SLO)$/numuno.obj \ + $(SLO)$/numfmuno.obj \ + $(SLO)$/supservs.obj SLOFILES = \ + $(EXCEPTIONSFILES) \ $(SLO)$/zforfind.obj \ $(SLO)$/zforlist.obj \ $(SLO)$/zformat.obj \ $(SLO)$/zforscan.obj \ - $(SLO)$/numhead.obj \ - $(SLO)$/numuno.obj \ + $(SLO)$/numhead.obj + +LIB1TARGET= $(SLB)$/$(TARGET).uno.lib +LIB1OBJFILES= \ $(SLO)$/numfmuno.obj \ $(SLO)$/supservs.obj -EXCEPTIONSFILES= \ +LIB2TARGET= $(SLB)$/$(TARGET).lib +LIB2OBJFILES= \ + $(SLO)$/zforfind.obj \ + $(SLO)$/zforlist.obj \ + $(SLO)$/zformat.obj \ + $(SLO)$/zforscan.obj \ $(SLO)$/numuno.obj \ - $(SLO)$/numfmuno.obj \ - $(SLO)$/supservs.obj + $(SLO)$/numhead.obj # --- Targets ------------------------------------------------------- |