xref: /aoo41x/main/sc/source/ui/unoobj/makefile.mk (revision 7871dc3e)
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
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=sc
27cdf0e10cSrcweirTARGET=unoobj
28cdf0e10cSrcweir
29cdf0e10cSrcweirLIBTARGET=NO
30cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Settings -----------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE :  scpre.mk
35cdf0e10cSrcweir.INCLUDE :  settings.mk
36cdf0e10cSrcweir.INCLUDE :  sc.mk
37cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/makefile.pmk
38cdf0e10cSrcweir
39cdf0e10cSrcweir# --- Files --------------------------------------------------------
40cdf0e10cSrcweirSLO1FILES =  \
41cdf0e10cSrcweir        $(SLO)$/docuno.obj \
42cdf0e10cSrcweir        $(SLO)$/servuno.obj \
43cdf0e10cSrcweir        $(SLO)$/defltuno.obj \
44cdf0e10cSrcweir        $(SLO)$/drdefuno.obj \
45cdf0e10cSrcweir        $(SLO)$/cellsuno.obj \
46cdf0e10cSrcweir        $(SLO)$/tokenuno.obj \
47cdf0e10cSrcweir        $(SLO)$/textuno.obj \
48cdf0e10cSrcweir        $(SLO)$/notesuno.obj \
49cdf0e10cSrcweir        $(SLO)$/cursuno.obj \
50cdf0e10cSrcweir        $(SLO)$/srchuno.obj \
51cdf0e10cSrcweir        $(SLO)$/fielduno.obj \
52cdf0e10cSrcweir        $(SLO)$/miscuno.obj \
53cdf0e10cSrcweir        $(SLO)$/optuno.obj \
54cdf0e10cSrcweir        $(SLO)$/appluno.obj \
55cdf0e10cSrcweir        $(SLO)$/funcuno.obj \
56cdf0e10cSrcweir        $(SLO)$/nameuno.obj \
57cdf0e10cSrcweir        $(SLO)$/viewuno.obj \
58cdf0e10cSrcweir        $(SLO)$/dispuno.obj \
59cdf0e10cSrcweir        $(SLO)$/datauno.obj \
60cdf0e10cSrcweir        $(SLO)$/dapiuno.obj \
61cdf0e10cSrcweir        $(SLO)$/chartuno.obj \
62cdf0e10cSrcweir        $(SLO)$/chart2uno.obj \
63cdf0e10cSrcweir        $(SLO)$/shapeuno.obj \
64cdf0e10cSrcweir        $(SLO)$/pageuno.obj \
65cdf0e10cSrcweir        $(SLO)$/forbiuno.obj \
66cdf0e10cSrcweir        $(SLO)$/styleuno.obj \
67cdf0e10cSrcweir        $(SLO)$/afmtuno.obj \
68cdf0e10cSrcweir        $(SLO)$/fmtuno.obj \
69cdf0e10cSrcweir        $(SLO)$/linkuno.obj \
70cdf0e10cSrcweir        $(SLO)$/targuno.obj \
71cdf0e10cSrcweir        $(SLO)$/convuno.obj \
72cdf0e10cSrcweir        $(SLO)$/editsrc.obj \
73cdf0e10cSrcweir        $(SLO)$/unoguard.obj \
74cdf0e10cSrcweir        $(SLO)$/confuno.obj \
75cdf0e10cSrcweir        $(SLO)$/filtuno.obj \
76cdf0e10cSrcweir        $(SLO)$/unodoc.obj \
77cdf0e10cSrcweir        $(SLO)$/addruno.obj \
78cdf0e10cSrcweir        $(SLO)$/eventuno.obj \
79cdf0e10cSrcweir        $(SLO)$/listenercalls.obj \
80cdf0e10cSrcweir        $(SLO)$/cellvaluebinding.obj \
81cdf0e10cSrcweir        $(SLO)$/celllistsource.obj \
82cdf0e10cSrcweir        $(SLO)$/warnpassword.obj \
83cdf0e10cSrcweir        $(SLO)$/unoreflist.obj \
84cdf0e10cSrcweir        $(SLO)$/ChartRangeSelectionListener.obj
85cdf0e10cSrcweir
86cdf0e10cSrcweirSLO2FILES = \
87cdf0e10cSrcweir	$(SLO)$/scdetect.obj								\
88cdf0e10cSrcweir	$(SLO)$/detreg.obj
89cdf0e10cSrcweir
90cdf0e10cSrcweirSLOFILES = \
91cdf0e10cSrcweir	$(SLO1FILES) \
92cdf0e10cSrcweir	$(SLO2FILES)
93cdf0e10cSrcweir
94cdf0e10cSrcweirLIB1TARGET = \
95cdf0e10cSrcweir	$(SLB)$/$(TARGET).lib
96cdf0e10cSrcweir
97cdf0e10cSrcweirLIB1OBJFILES = \
98cdf0e10cSrcweir	$(SLO1FILES)
99cdf0e10cSrcweir
100cdf0e10cSrcweir.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
101cdf0e10cSrcweirNOOPTFILES= \
102cdf0e10cSrcweir             $(SLO)$/cellsuno.obj
103cdf0e10cSrcweir.ENDIF
104cdf0e10cSrcweir
105cdf0e10cSrcweir# Work around bug in gcc 4.2 / 4.3, see
106cdf0e10cSrcweir# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35182
107cdf0e10cSrcweir.IF "$(COM)"=="GCC"
108cdf0e10cSrcweirNOOPTFILES+= \
109cdf0e10cSrcweir	$(SLO)$/chart2uno.obj
110cdf0e10cSrcweir.ENDIF
111cdf0e10cSrcweir
112cdf0e10cSrcweir
113cdf0e10cSrcweir# --- Tagets -------------------------------------------------------
114cdf0e10cSrcweir
115cdf0e10cSrcweir.INCLUDE :  target.mk
116cdf0e10cSrcweir
117