xref: /AOO41X/main/sd/source/ui/func/makefile.mk (revision 752c0af7a363384187ac405b16fce81a66637031)
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
26PROJECTPCH=sd
27PROJECTPCHSOURCE=$(PRJ)$/util\sd
28PRJNAME=sd
29TARGET=func
30LIBTARGET=NO
31ENABLE_EXCEPTIONS=TRUE
32
33AUTOSEG=true
34
35# --- Settings -----------------------------------------------------
36
37.INCLUDE :  settings.mk
38.INCLUDE :  $(PRJ)$/util$/makefile.pmk
39
40# --- Files --------------------------------------------------------
41
42SLOFILES = \
43        $(SLO)$/fuformatpaintbrush.obj  \
44        $(SLO)$/fuhhconv.obj    \
45        $(SLO)$/undoheaderfooter.obj    \
46        $(SLO)$/undolayer.obj   \
47        $(SLO)$/fupoor.obj      \
48        $(SLO)$/fudraw.obj      \
49        $(SLO)$/fuzoom.obj      \
50        $(SLO)$/fusel.obj       \
51        $(SLO)$/fuconstr.obj    \
52        $(SLO)$/fuconrec.obj    \
53        $(SLO)$/fuconuno.obj    \
54        $(SLO)$/fuconbez.obj    \
55        $(SLO)$/fuediglu.obj    \
56        $(SLO)$/fusldlg.obj     \
57        $(SLO)$/fuscale.obj     \
58        $(SLO)$/futransf.obj    \
59        $(SLO)$/futext.obj      \
60        $(SLO)$/fuline.obj      \
61        $(SLO)$/sdundo.obj      \
62        $(SLO)$/sdundogr.obj    \
63        $(SLO)$/fuoaprms.obj    \
64        $(SLO)$/unoaprms.obj    \
65        $(SLO)$/fuarea.obj      \
66        $(SLO)$/fuchar.obj      \
67        $(SLO)$/fuconarc.obj    \
68        $(SLO)$/fuparagr.obj    \
69        $(SLO)$/fubullet.obj    \
70        $(SLO)$/futempl.obj     \
71        $(SLO)$/fuoutl.obj      \
72        $(SLO)$/fuoltext.obj    \
73        $(SLO)$/fuinsert.obj    \
74        $(SLO)$/fupage.obj      \
75        $(SLO)$/undopage.obj    \
76        $(SLO)$/fuprlout.obj    \
77        $(SLO)$/fuprobjs.obj    \
78        $(SLO)$/fulinend.obj    \
79        $(SLO)$/fusnapln.obj    \
80        $(SLO)$/fuolbull.obj    \
81        $(SLO)$/fucopy.obj      \
82        $(SLO)$/fulink.obj      \
83        $(SLO)$/futhes.obj      \
84        $(SLO)$/fusearch.obj    \
85        $(SLO)$/fuinsfil.obj    \
86        $(SLO)$/futxtatt.obj    \
87        $(SLO)$/fumeasur.obj    \
88        $(SLO)$/fuconnct.obj    \
89        $(SLO)$/unprlout.obj    \
90        $(SLO)$/fudspord.obj    \
91        $(SLO)$/unmovss.obj     \
92        $(SLO)$/fucon3d.obj     \
93        $(SLO)$/fumorph.obj     \
94        $(SLO)$/fuexpand.obj    \
95        $(SLO)$/fusumry.obj     \
96        $(SLO)$/fucushow.obj    \
97        $(SLO)$/fuvect.obj      \
98        $(SLO)$/bulmaper.obj    \
99        $(SLO)$/undoback.obj    \
100        $(SLO)$/fuconcs.obj     \
101        $(SLO)$/smarttag.obj
102
103.IF "$(GUI)" == "WNT"
104
105NOOPTFILES=\
106    $(SLO)$/futext.obj
107
108.ENDIF # wnt
109
110LIB1TARGET= $(SLB)$/$(TARGET).lib
111LIB1OBJFILES= \
112        $(SLO)$/fuformatpaintbrush.obj  \
113        $(SLO)$/fuhhconv.obj    \
114        $(SLO)$/undoheaderfooter.obj    \
115        $(SLO)$/undolayer.obj   \
116        $(SLO)$/fupoor.obj      \
117        $(SLO)$/fudraw.obj      \
118        $(SLO)$/fuzoom.obj      \
119        $(SLO)$/fusel.obj       \
120        $(SLO)$/fuconstr.obj    \
121        $(SLO)$/fuconrec.obj    \
122        $(SLO)$/fuconuno.obj    \
123        $(SLO)$/fuconbez.obj    \
124        $(SLO)$/fuediglu.obj    \
125        $(SLO)$/fusldlg.obj     \
126        $(SLO)$/fuscale.obj     \
127        $(SLO)$/futransf.obj    \
128        $(SLO)$/futext.obj      \
129        $(SLO)$/fuline.obj      \
130        $(SLO)$/sdundo.obj      \
131        $(SLO)$/sdundogr.obj    \
132        $(SLO)$/fuoaprms.obj    \
133        $(SLO)$/unoaprms.obj    \
134        $(SLO)$/fuarea.obj      \
135        $(SLO)$/fuchar.obj      \
136        $(SLO)$/fuconarc.obj    \
137        $(SLO)$/fuparagr.obj    \
138        $(SLO)$/fubullet.obj    \
139        $(SLO)$/futempl.obj     \
140        $(SLO)$/fuoutl.obj      \
141        $(SLO)$/fuoltext.obj    \
142        $(SLO)$/smarttag.obj
143
144LIB3TARGET= $(SLB)$/$(TARGET)_2.lib
145LIB3OBJFILES= \
146        $(SLO)$/fuinsert.obj    \
147        $(SLO)$/fupage.obj      \
148        $(SLO)$/undopage.obj    \
149        $(SLO)$/fuprlout.obj    \
150        $(SLO)$/fuprobjs.obj    \
151        $(SLO)$/fulinend.obj    \
152        $(SLO)$/fusnapln.obj    \
153        $(SLO)$/fuolbull.obj    \
154        $(SLO)$/fucopy.obj      \
155        $(SLO)$/fulink.obj      \
156        $(SLO)$/futhes.obj      \
157        $(SLO)$/fusearch.obj    \
158        $(SLO)$/fuinsfil.obj    \
159        $(SLO)$/futxtatt.obj    \
160        $(SLO)$/fumeasur.obj    \
161        $(SLO)$/fuconnct.obj    \
162        $(SLO)$/unprlout.obj    \
163        $(SLO)$/fudspord.obj    \
164        $(SLO)$/unmovss.obj     \
165        $(SLO)$/fucon3d.obj     \
166        $(SLO)$/fumorph.obj     \
167        $(SLO)$/fuexpand.obj    \
168        $(SLO)$/fusumry.obj     \
169        $(SLO)$/fucushow.obj    \
170        $(SLO)$/fuvect.obj      \
171        $(SLO)$/bulmaper.obj    \
172        $(SLO)$/undoback.obj    \
173        $(SLO)$/fuconcs.obj
174
175LIB2TARGET= $(SLB)$/$(TARGET)_ui.lib
176LIB2OBJFILES= \
177        $(SLO)$/bulmaper.obj
178
179# --- Tagets -------------------------------------------------------
180
181.INCLUDE :  target.mk
182