xref: /AOO41X/main/basegfx/util/makefile.mk (revision 8809db7a87f97847b57a57f4cd2b0104b2b83182)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..
25
26PRJNAME=basegfx
27TARGET=basegfx
28
29# --- Settings ---------------------------------------------------
30
31.INCLUDE :  settings.mk
32
33# --- Allgemein ---------------------------------------------------
34
35LIB1TARGET=$(SLB)$/basegfx.lib
36LIB1FILES=\
37    $(SLB)$/curve.lib   \
38    $(SLB)$/matrix.lib  \
39    $(SLB)$/numeric.lib \
40    $(SLB)$/point.lib   \
41    $(SLB)$/polygon.lib \
42    $(SLB)$/range.lib   \
43    $(SLB)$/tuple.lib   \
44    $(SLB)$/tools.lib   \
45    $(SLB)$/vector.lib  \
46    $(SLB)$/color.lib   \
47    $(SLB)$/pixel.lib   \
48    $(SLB)$/raster.lib
49
50SHL1TARGET= basegfx$(DLLPOSTFIX)
51.IF "$(GUI)" == "OS2"
52SHL1TARGET= bgfx
53.ENDIF
54SHL1IMPLIB= ibasegfx
55
56SHL1STDLIBS=\
57        $(SALLIB)        \
58        $(CPPUHELPERLIB) \
59        $(CPPULIB)
60
61SHL1DEF=    $(MISC)$/$(SHL1TARGET).def
62SHL1LIBS=   $(SLB)$/basegfx.lib
63
64DEF1NAME    =$(SHL1TARGET)
65DEF1DEPN    =$(MISC)$/$(SHL1TARGET).flt \
66        $(LIB1TARGET)
67
68DEF1DES     =BaseGFX
69DEFLIB1NAME =basegfx
70
71LIB2TARGET=$(LB)$/$(TARGET)_s.lib
72LIB2ARCHIV=$(LB)$/lib$(TARGET)_s.a
73LIB2FILES=$(LIB1FILES)
74
75# --- Targets -----------------------------------------------------------
76
77.INCLUDE :  target.mk
78
79$(MISC)$/$(SHL1TARGET).flt : makefile.mk
80    @$(TYPE) $(TARGET).flt > $@
81
82