summaryrefslogtreecommitdiff
path: root/lotuswordpro/util/makefile.mk
blob: b150cc6736dd1d0f2916f2518eddf736e03cad9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PRJ=..
PRJNAME=lotuswordpro
TARGET=lwpft
VERSION=$(UPD)

.INCLUDE :  settings.mk

LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1FILES= \
    $(SLB)$/filter.lib  \
    $(SLB)$/xfilter.lib
SHL1LIBS=$(LIB1TARGET)
SHL1STDLIBS+= \
    $(TOOLSLIB) \
    $(COMPHELPERLIB) \
    $(UCBHELPERLIB) \
    $(CPPUHELPERLIB) \
    $(CPPULIB) \
    $(SALLIB) \
    $(SFXLIB) \
    $(SOTLIB) \
    $(VCLLIB) \
    $(ICUUCLIB) \
    $(ICUINLIB) \
    $(ICULELIB) \
    $(SVXCORELIB) \
    $(GOODIESLIB) \
    $(SVTOOLLIB) \
    $(XMLOFFLIB)

SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
SHL1IMPLIB = i$(SHL1TARGET)
SHL1LIBS = $(LIB1TARGET)
SHL1VERSIONMAP=$(TARGET).map
DEF1NAME=$(SHL1TARGET)

.INCLUDE :  target.mk

ALLTAR : $(MISC)/lwpfilter.component $(MISC)/qa_lwpfilter.component

$(MISC)/lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
        lwpfilter.component
    $(XSLTPROC) --nonet --stringparam uri \
        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
        $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component

$(MISC)/qa_lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
        lwpfilter.component
    $(XSLTPROC) --nonet --stringparam uri \
        '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \
        $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component