xref: /aoo41x/main/basic/util/makefile.mk (revision cdf0e10c)
1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweirPRJ=..
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirPRJNAME=basic
31*cdf0e10cSrcweirTARGET=sb
32*cdf0e10cSrcweir#basic.hid generieren
33*cdf0e10cSrcweirGEN_HID=TRUE
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir# --- Settings ---------------------------------------------------
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir.INCLUDE :  settings.mk
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir# --- Allgemein ---------------------------------------------------
40*cdf0e10cSrcweir
41*cdf0e10cSrcweirLIB1TARGET=$(SLB)$/sb.lib
42*cdf0e10cSrcweirLIB1FILES=		\
43*cdf0e10cSrcweir	$(SLB)$/basicmgr.lib \
44*cdf0e10cSrcweir	$(SLB)$/classes.lib \
45*cdf0e10cSrcweir	$(SLB)$/comp.lib \
46*cdf0e10cSrcweir    $(SLB)$/uno.lib \
47*cdf0e10cSrcweir	$(SLB)$/runtime.lib \
48*cdf0e10cSrcweir	$(SLB)$/sbx.lib
49*cdf0e10cSrcweir
50*cdf0e10cSrcweirSHL1TARGET= sb$(DLLPOSTFIX)
51*cdf0e10cSrcweirSHL1IMPLIB= basic
52*cdf0e10cSrcweir
53*cdf0e10cSrcweirSHL1STDLIBS= \
54*cdf0e10cSrcweir			$(CPPULIB) \
55*cdf0e10cSrcweir			$(CPPUHELPERLIB) \
56*cdf0e10cSrcweir			$(TOOLSLIB) \
57*cdf0e10cSrcweir			$(SVTOOLLIB) \
58*cdf0e10cSrcweir			$(SVLLIB)	\
59*cdf0e10cSrcweir			$(VCLLIB) \
60*cdf0e10cSrcweir			$(VOSLIB) \
61*cdf0e10cSrcweir			$(SALLIB) \
62*cdf0e10cSrcweir            $(SALHELPERLIB) \
63*cdf0e10cSrcweir			$(COMPHELPERLIB) \
64*cdf0e10cSrcweir			$(UNOTOOLSLIB) \
65*cdf0e10cSrcweir			$(SOTLIB) \
66*cdf0e10cSrcweir			$(VOSLIB) \
67*cdf0e10cSrcweir		    $(XMLSCRIPTLIB)
68*cdf0e10cSrcweir
69*cdf0e10cSrcweir# Uncomment the following line if DBG_TRACE_PROFILING is active in source/inc/sbtrace.hxx
70*cdf0e10cSrcweir# SHL1STDLIBS+=$(CANVASTOOLSLIB)
71*cdf0e10cSrcweir
72*cdf0e10cSrcweir.IF "$(SOLAR_JAVA)" != "TRUE"
73*cdf0e10cSrcweirSHL1STDLIBS+=$(SJLIB)
74*cdf0e10cSrcweir.ENDIF
75*cdf0e10cSrcweir
76*cdf0e10cSrcweir.IF "$(GUI)"=="WNT"
77*cdf0e10cSrcweirSHL1STDLIBS+=	\
78*cdf0e10cSrcweir	$(UWINAPILIB)	\
79*cdf0e10cSrcweir	$(OLEAUT32LIB)
80*cdf0e10cSrcweir.ENDIF # WNT
81*cdf0e10cSrcweir
82*cdf0e10cSrcweir.IF "$(GUI)" != "UNX"
83*cdf0e10cSrcweir.IF "$(COM)" != "GCC"
84*cdf0e10cSrcweirSHL1OBJS=	\
85*cdf0e10cSrcweir	$(SLO)$/sb.obj
86*cdf0e10cSrcweir.ENDIF
87*cdf0e10cSrcweir.ENDIF
88*cdf0e10cSrcweir
89*cdf0e10cSrcweirSHL1DEF=	$(MISC)$/$(SHL1TARGET).def
90*cdf0e10cSrcweirSHL1LIBS=	$(SLB)$/sb.lib
91*cdf0e10cSrcweir
92*cdf0e10cSrcweirDEF1NAME	=$(SHL1TARGET)
93*cdf0e10cSrcweirDEF1DEPN	=	\
94*cdf0e10cSrcweir	$(MISC)$/$(SHL1TARGET).flt
95*cdf0e10cSrcweir
96*cdf0e10cSrcweirDEFLIB1NAME	=sb
97*cdf0e10cSrcweirDEF1DES		=StarBasic
98*cdf0e10cSrcweir
99*cdf0e10cSrcweir
100*cdf0e10cSrcweirRES1TARGET=$(PRJNAME)
101*cdf0e10cSrcweirSRS1FILES= \
102*cdf0e10cSrcweir		$(SRS)$/classes.srs \
103*cdf0e10cSrcweir		$(SRS)$/sbx.srs
104*cdf0e10cSrcweir
105*cdf0e10cSrcweir# --- TESTTOOL IDE ------------------------------------------------------
106*cdf0e10cSrcweir# The resources are linked here
107*cdf0e10cSrcweir
108*cdf0e10cSrcweirRESLIB1NAME=stt
109*cdf0e10cSrcweirRESLIB1IMAGES=$(PRJ)$/res
110*cdf0e10cSrcweirRESLIB1SRSFILES= \
111*cdf0e10cSrcweir		$(SRS)$/app.srs
112*cdf0e10cSrcweir
113*cdf0e10cSrcweirRESLIB2NAME=sb
114*cdf0e10cSrcweirRESLIB2IMAGES=$(PRJ)$/res
115*cdf0e10cSrcweirRESLIB2SRSFILES= \
116*cdf0e10cSrcweir		$(SRS)$/classes.srs \
117*cdf0e10cSrcweir		$(SRS)$/sbx.srs
118*cdf0e10cSrcweir########## remove sbx.srx (and this line) when issue i53795 is fixed
119*cdf0e10cSrcweir
120*cdf0e10cSrcweir# --- Targets -----------------------------------------------------------
121*cdf0e10cSrcweir
122*cdf0e10cSrcweir.INCLUDE :  target.mk
123*cdf0e10cSrcweir
124*cdf0e10cSrcweir#-------------------------------------------------------------------------
125*cdf0e10cSrcweir#								Windows NT
126*cdf0e10cSrcweir#-------------------------------------------------------------------------
127*cdf0e10cSrcweir#
128*cdf0e10cSrcweir#					default targets aus target.mk
129*cdf0e10cSrcweir#
130*cdf0e10cSrcweir
131*cdf0e10cSrcweir# --- Basic-Filter-Datei ---
132*cdf0e10cSrcweir
133*cdf0e10cSrcweir$(MISC)$/$(SHL1TARGET).flt: makefile.mk
134*cdf0e10cSrcweir	@echo ------------------------------
135*cdf0e10cSrcweir	@echo Making: $@
136*cdf0e10cSrcweir	@echo WEP > $@
137*cdf0e10cSrcweir	@echo LIBMAIN >> $@
138*cdf0e10cSrcweir	@echo LibMain >> $@
139*cdf0e10cSrcweir	@echo Sbi >> $@
140*cdf0e10cSrcweir	@echo SvRTL >> $@
141*cdf0e10cSrcweir	@echo SbRtl_ >> $@
142*cdf0e10cSrcweir	@echo exception >> $@
143*cdf0e10cSrcweir	@echo bad_alloc >> $@
144*cdf0e10cSrcweir	@echo __CT >> $@
145*cdf0e10cSrcweir
146*cdf0e10cSrcweir$(SRS)$/basic.srs:
147*cdf0e10cSrcweir	$(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@
148*cdf0e10cSrcweir
149*cdf0e10cSrcweirALLTAR : $(MISC)/sb.component
150*cdf0e10cSrcweir
151*cdf0e10cSrcweir$(MISC)/sb.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
152*cdf0e10cSrcweir        sb.component
153*cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam uri \
154*cdf0e10cSrcweir        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
155*cdf0e10cSrcweir        $(SOLARENV)/bin/createcomponent.xslt sb.component
156