xref: /aoo4110/main/cui/source/options/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
23PRJ=..$/..
24PRJNAME=cui
25TARGET=options
26ENABLE_EXCEPTIONS=TRUE
27
28# --- Settings -----------------------------------------------------
29
30.INCLUDE :  settings.mk
31.INCLUDE :  $(PRJ)$/util$/makefile.pmk
32
33.IF "$(ENABLE_LAYOUT)" == "TRUE"
34CFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc
35.ENDIF # ENABLE_LAYOUT == TRUE
36
37# --- Files --------------------------------------------------------
38
39SRS1NAME=options
40SRC1FILES =  \
41        connpooloptions.src \
42        dbregister.src \
43		doclinkdialog.src \
44		fontsubs.src \
45        internationaloptions.src \
46        optaccessibility.src \
47        optasian.src \
48        optchart.src \
49        optcolor.src \
50        optctl.src \
51        optdict.src \
52        optfltr.src \
53        optgdlg.src \
54        optgenrl.src \
55        opthtml.src \
56        optimprove.src \
57        optinet2.src \
58        optjava.src \
59        optjsearch.src \
60        optlingu.src \
61        optmemory.src \
62        optpath.src \
63        optsave.src \
64        optupdt.src \
65		readonlyimage.src \
66		securityoptions.src \
67        treeopt.src \
68        webconninfo.src \
69
70
71SLOFILES+=\
72        $(SLO)$/cfgchart.obj \
73        $(SLO)$/connpoolconfig.obj \
74        $(SLO)$/connpooloptions.obj \
75        $(SLO)$/connpoolsettings.obj \
76        $(SLO)$/cuisrchdlg.obj \
77        $(SLO)$/dbregister.obj \
78        $(SLO)$/dbregisterednamesconfig.obj \
79        $(SLO)$/dbregistersettings.obj \
80        $(SLO)$/doclinkdialog.obj \
81        $(SLO)$/fontsubs.obj \
82        $(SLO)$/internationaloptions.obj \
83        $(SLO)$/optaccessibility.obj \
84        $(SLO)$/optasian.obj \
85        $(SLO)$/optchart.obj \
86        $(SLO)$/optcolor.obj \
87        $(SLO)$/optctl.obj \
88        $(SLO)$/optdict.obj \
89        $(SLO)$/optfltr.obj \
90        $(SLO)$/optgdlg.obj \
91        $(SLO)$/optgenrl.obj \
92        $(SLO)$/optHeaderTabListbox.obj \
93        $(SLO)$/opthtml.obj \
94        $(SLO)$/optimprove.obj \
95        $(SLO)$/optimprove2.obj \
96        $(SLO)$/optinet2.obj \
97        $(SLO)$/optjava.obj \
98        $(SLO)$/optjsearch.obj \
99        $(SLO)$/optlingu.obj \
100        $(SLO)$/optmemory.obj \
101        $(SLO)$/optpath.obj \
102        $(SLO)$/optsave.obj \
103        $(SLO)$/optupdt.obj \
104		$(SLO)$/radiobtnbox.obj \
105        $(SLO)$/readonlyimage.obj \
106        $(SLO)$/sdbcdriverenum.obj \
107        $(SLO)$/securityoptions.obj \
108        $(SLO)$/treeopt.obj \
109        $(SLO)$/webconninfo.obj \
110
111
112# --- Targets -------------------------------------------------------
113
114.INCLUDE :  target.mk
115