xref: /aoo4110/main/basegfx/util/makefile.mk (revision b1cdbd2c)
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)
51SHL1IMPLIB= ibasegfx
52
53SHL1STDLIBS=\
54		$(SALLIB)		 \
55		$(CPPUHELPERLIB) \
56		$(CPPULIB)
57
58SHL1DEF=	$(MISC)$/$(SHL1TARGET).def
59SHL1LIBS=	$(SLB)$/basegfx.lib
60
61DEF1NAME	=$(SHL1TARGET)
62DEF1DEPN	=$(MISC)$/$(SHL1TARGET).flt \
63		$(LIB1TARGET)
64
65DEF1DES		=BaseGFX
66DEFLIB1NAME	=basegfx
67
68LIB2TARGET=$(LB)$/$(TARGET)_s.lib
69LIB2ARCHIV=$(LB)$/lib$(TARGET)_s.a
70LIB2FILES=$(LIB1FILES)
71
72# --- Targets -----------------------------------------------------------
73
74.INCLUDE :  target.mk
75
76$(MISC)$/$(SHL1TARGET).flt : makefile.mk
77	@$(TYPE) $(TARGET).flt > $@
78
79