xref: /aoo41x/main/sc/source/ui/view/makefile.mk (revision 9afceb33)
1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweirPRJ=..$/..$/..
24cdf0e10cSrcweir
25cdf0e10cSrcweirPRJNAME=sc
26cdf0e10cSrcweirTARGET=view
27cdf0e10cSrcweir
28cdf0e10cSrcweir# --- Settings -----------------------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir.INCLUDE :  scpre.mk
31cdf0e10cSrcweir.INCLUDE :  settings.mk
32cdf0e10cSrcweir.INCLUDE :  sc.mk
33cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/makefile.pmk
34cdf0e10cSrcweir
35cdf0e10cSrcweir# --- Files --------------------------------------------------------
36cdf0e10cSrcweir# drawattr.cxx fuer IDL (enums), sollte in den Svx gehen??
37cdf0e10cSrcweir
38cdf0e10cSrcweir
39cdf0e10cSrcweirSLOFILES =  \
40cdf0e10cSrcweir        $(SLO)$/tabview.obj \
41cdf0e10cSrcweir        $(SLO)$/tabview2.obj \
42cdf0e10cSrcweir        $(SLO)$/tabview3.obj \
43cdf0e10cSrcweir        $(SLO)$/tabview4.obj \
44cdf0e10cSrcweir        $(SLO)$/tabview5.obj \
45cdf0e10cSrcweir        $(SLO)$/viewfunc.obj \
46cdf0e10cSrcweir        $(SLO)$/viewfun2.obj \
47cdf0e10cSrcweir        $(SLO)$/viewfun3.obj \
48cdf0e10cSrcweir        $(SLO)$/viewfun4.obj \
49cdf0e10cSrcweir        $(SLO)$/viewfun5.obj \
50cdf0e10cSrcweir        $(SLO)$/viewfun6.obj \
51cdf0e10cSrcweir        $(SLO)$/viewfun7.obj \
52cdf0e10cSrcweir        $(SLO)$/dbfunc.obj \
53cdf0e10cSrcweir        $(SLO)$/dbfunc2.obj \
54cdf0e10cSrcweir        $(SLO)$/dbfunc3.obj \
55cdf0e10cSrcweir        $(SLO)$/dbfunc4.obj \
56cdf0e10cSrcweir        $(SLO)$/tabvwsh.obj \
57cdf0e10cSrcweir        $(SLO)$/tabvwsh2.obj \
58cdf0e10cSrcweir        $(SLO)$/tabvwsh3.obj \
59cdf0e10cSrcweir        $(SLO)$/tabvwsh4.obj \
60cdf0e10cSrcweir        $(SLO)$/tabvwsh5.obj \
61cdf0e10cSrcweir        $(SLO)$/tabvwsh8.obj \
62cdf0e10cSrcweir        $(SLO)$/tabvwsh9.obj \
63cdf0e10cSrcweir        $(SLO)$/tabvwsha.obj \
64cdf0e10cSrcweir        $(SLO)$/tabvwshb.obj \
65cdf0e10cSrcweir        $(SLO)$/tabvwshc.obj \
66cdf0e10cSrcweir        $(SLO)$/tabvwshd.obj \
67cdf0e10cSrcweir        $(SLO)$/tabvwshe.obj \
68cdf0e10cSrcweir		$(SLO)$/tabvwshf.obj \
69cdf0e10cSrcweir		$(SLO)$/tabvwshg.obj \
70cdf0e10cSrcweir        $(SLO)$/tabvwshh.obj \
71cdf0e10cSrcweir        $(SLO)$/printfun.obj \
72cdf0e10cSrcweir        $(SLO)$/pfuncache.obj \
73cdf0e10cSrcweir        $(SLO)$/preview.obj \
74cdf0e10cSrcweir        $(SLO)$/prevwsh.obj \
75cdf0e10cSrcweir        $(SLO)$/prevwsh2.obj \
76cdf0e10cSrcweir        $(SLO)$/prevloc.obj \
77cdf0e10cSrcweir        $(SLO)$/editsh.obj \
78cdf0e10cSrcweir        $(SLO)$/pivotsh.obj \
79cdf0e10cSrcweir        $(SLO)$/auditsh.obj \
80cdf0e10cSrcweir        $(SLO)$/gridwin.obj \
81cdf0e10cSrcweir        $(SLO)$/gridwin2.obj \
82cdf0e10cSrcweir        $(SLO)$/gridwin3.obj \
83cdf0e10cSrcweir        $(SLO)$/gridwin4.obj \
84cdf0e10cSrcweir        $(SLO)$/gridwin5.obj \
85cdf0e10cSrcweir        $(SLO)$/drawview.obj \
86cdf0e10cSrcweir        $(SLO)$/drawvie2.obj \
87cdf0e10cSrcweir        $(SLO)$/drawvie3.obj \
88cdf0e10cSrcweir        $(SLO)$/drawvie4.obj \
89cdf0e10cSrcweir        $(SLO)$/drawutil.obj \
90cdf0e10cSrcweir        $(SLO)$/output.obj \
91cdf0e10cSrcweir        $(SLO)$/output2.obj \
92cdf0e10cSrcweir        $(SLO)$/output3.obj \
93cdf0e10cSrcweir        $(SLO)$/gridmerg.obj \
94cdf0e10cSrcweir        $(SLO)$/invmerge.obj \
95cdf0e10cSrcweir        $(SLO)$/select.obj \
96cdf0e10cSrcweir        $(SLO)$/olinewin.obj \
97cdf0e10cSrcweir        $(SLO)$/hintwin.obj \
98cdf0e10cSrcweir        $(SLO)$/notemark.obj \
99cdf0e10cSrcweir        $(SLO)$/tabcont.obj \
100cdf0e10cSrcweir        $(SLO)$/tabsplit.obj \
101cdf0e10cSrcweir        $(SLO)$/viewutil.obj \
102cdf0e10cSrcweir        $(SLO)$/hdrcont.obj \
103cdf0e10cSrcweir        $(SLO)$/colrowba.obj \
104cdf0e10cSrcweir        $(SLO)$/olkact.obj \
105cdf0e10cSrcweir        $(SLO)$/imapwrap.obj \
106cdf0e10cSrcweir        $(SLO)$/reffact.obj \
107cdf0e10cSrcweir        $(SLO)$/selectionstate.obj \
108cdf0e10cSrcweir        $(SLO)$/spelleng.obj \
109cdf0e10cSrcweir        $(SLO)$/spelldialog.obj \
110cdf0e10cSrcweir        $(SLO)$/waitoff.obj \
111cdf0e10cSrcweir        $(SLO)$/cellsh.obj \
112cdf0e10cSrcweir        $(SLO)$/cellsh1.obj\
113cdf0e10cSrcweir        $(SLO)$/cellsh2.obj\
114cdf0e10cSrcweir        $(SLO)$/cellsh3.obj\
115cdf0e10cSrcweir        $(SLO)$/cellsh4.obj\
116cdf0e10cSrcweir        $(SLO)$/formatsh.obj\
117cdf0e10cSrcweir        $(SLO)$/pgbrksh.obj\
118cdf0e10cSrcweir        $(SLO)$/viewdata.obj\
119cdf0e10cSrcweir        $(SLO)$/scextopt.obj
120cdf0e10cSrcweir
121cdf0e10cSrcweir.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
122cdf0e10cSrcweir	NOOPTFILES= \
123cdf0e10cSrcweir		$(SLO)$/drawview.obj	\
124cdf0e10cSrcweir		$(SLO)$/dbfunc2.obj     \
125cdf0e10cSrcweir		$(SLO)$/tabvwsh2.obj \
126cdf0e10cSrcweir		$(SLO)$/viewfun4.obj \
127cdf0e10cSrcweir		$(SLO)$/viewfun2.obj
128cdf0e10cSrcweir.ELIF "$(OS)$(COM)$(CPUNAME)"=="SOLARISC52INTEL"
129cdf0e10cSrcweir    NOOPTFILES=\
130cdf0e10cSrcweir        $(SLO)$/drawview.obj    \
131cdf0e10cSrcweir        $(SLO)$/dbfunc2.obj     \
132cdf0e10cSrcweir        $(SLO)$/tabvwsh2.obj
133cdf0e10cSrcweir.ELSE
134cdf0e10cSrcweir	NOOPTFILES=\
135cdf0e10cSrcweir		$(SLO)$/drawview.obj	\
136cdf0e10cSrcweir		$(SLO)$/dbfunc2.obj     \
137cdf0e10cSrcweir		$(SLO)$/tabvwsh2.obj
138cdf0e10cSrcweir.ENDIF
139cdf0e10cSrcweir
140cdf0e10cSrcweirEXCEPTIONSFILES= \
141cdf0e10cSrcweir    $(SLO)$/dbfunc3.obj \
142cdf0e10cSrcweir    $(SLO)$/gridwin.obj \
143cdf0e10cSrcweir    $(SLO)$/invmerge.obj \
144cdf0e10cSrcweir    $(SLO)$/output2.obj \
145cdf0e10cSrcweir    $(SLO)$/pfuncache.obj \
146cdf0e10cSrcweir    $(SLO)$/spelldialog.obj \
147cdf0e10cSrcweir	$(SLO)$/cellsh1.obj \
148cdf0e10cSrcweir	$(SLO)$/drawvie4.obj \
149cdf0e10cSrcweir	$(SLO)$/formatsh.obj \
150cdf0e10cSrcweir	$(SLO)$/gridwin2.obj \
151cdf0e10cSrcweir	$(SLO)$/scextopt.obj \
152cdf0e10cSrcweir	$(SLO)$/tabvwshb.obj \
153cdf0e10cSrcweir    $(SLO)$/tabvwshf.obj \
154cdf0e10cSrcweir	$(SLO)$/viewdata.obj \
155cdf0e10cSrcweir    $(SLO)$/viewfunc.obj \
156cdf0e10cSrcweir	$(SLO)$/viewfun2.obj \
157cdf0e10cSrcweir	$(SLO)$/viewfun3.obj \
158cdf0e10cSrcweir	$(SLO)$/viewfun5.obj \
159cdf0e10cSrcweir	$(SLO)$/viewfun7.obj \
160cdf0e10cSrcweir	$(SLO)$/reffact.obj
161cdf0e10cSrcweir
162cdf0e10cSrcweir# goal seek -O2
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir# --- Targets -------------------------------------------------------
166cdf0e10cSrcweir
167cdf0e10cSrcweir.INCLUDE :  target.mk
168cdf0e10cSrcweir
169