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=..$/..$/..
25PRJNAME=filter
26TARGET=icgm
27ENABLE_EXCEPTIONS=TRUE
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE : settings.mk
32
33# --- Files --------------------------------------------------------
34.IF "$(L10N_framework)"==""
35SLOFILES =	$(SLO)$/cgm.obj		\
36			$(SLO)$/chart.obj	\
37			$(SLO)$/class0.obj	\
38			$(SLO)$/class1.obj	\
39			$(SLO)$/class2.obj	\
40			$(SLO)$/class3.obj	\
41			$(SLO)$/class4.obj	\
42			$(SLO)$/class5.obj	\
43			$(SLO)$/class7.obj	\
44			$(SLO)$/classx.obj	\
45			$(SLO)$/outact.obj	\
46			$(SLO)$/actimpr.obj	\
47			$(SLO)$/bundles.obj	\
48			$(SLO)$/bitmap.obj	\
49			$(SLO)$/elements.obj
50#			$(SLO)$/svdem.obj
51
52SHL1TARGET	=	icg$(DLLPOSTFIX)
53SHL1IMPLIB	=	icgm
54SHL1VERSIONMAP=exports.map
55SHL1DEF		=	$(MISC)$/$(SHL1TARGET).def
56SHL1LIBS	=	$(SLB)$/icgm.lib
57
58DEF1NAME=$(SHL1TARGET)
59
60.IF "$(GUI)"=="OS2"
61SHL1OBJS	=	$(SLO)$/class0.obj
62.ENDIF
63
64SHL1STDLIBS = \
65			$(TKLIB)		\
66			$(VCLLIB)		\
67			$(UNOTOOLSLIB)	\
68			$(TOOLSLIB)		\
69			$(CPPULIB)		\
70			$(SALLIB)
71.ENDIF
72
73# --- Targets --------------------------------------------------------------
74
75.INCLUDE : target.mk
76
77