xref: /aoo41x/main/cui/source/dialogs/makefile.mk (revision 4524451e)
17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweirPRJ=..$/..
24cdf0e10cSrcweirPRJNAME=cui
25cdf0e10cSrcweirTARGET=dialogs
26cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
27cdf0e10cSrcweir
28cdf0e10cSrcweir# --- Settings -----------------------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir.INCLUDE :  settings.mk
31cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/makefile.pmk
32cdf0e10cSrcweir
33cdf0e10cSrcweir.IF "$(ENABLE_LAYOUT)" == "TRUE"
34cdf0e10cSrcweirCFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc
35cdf0e10cSrcweir.ENDIF # ENABLE_LAYOUT == TRUE
36cdf0e10cSrcweir
37a392ac37SAriel Constenla-Haile.IF "$(BUILD_VER_STRING)" != ""
38a392ac37SAriel Constenla-HaileCFLAGS+= -DBUILD_VER_STRING="$(BUILD_VER_STRING)"
39a392ac37SAriel Constenla-Haile.ENDIF
40a392ac37SAriel Constenla-Haile
41*4524451eSJürgen Schmidt# compile date (year) = copyright year used in About dialog
42*4524451eSJürgen SchmidtCFLAGS+= -DCOPYRIGHT_YEAR="$(shell date +"%Y")"
43*4524451eSJürgen Schmidt
44*4524451eSJürgen Schmidt
45cdf0e10cSrcweir# --- Files --------------------------------------------------------
46cdf0e10cSrcweir
47cdf0e10cSrcweirSRS1NAME=dialogs
48cdf0e10cSrcweirSRC1FILES =  \
49cdf0e10cSrcweir        about.src \
50b2b569f2SArmin Le Grand        colorpicker.src \
51cdf0e10cSrcweir        charmap.src \
52cdf0e10cSrcweir        commonlingui.src \
53cdf0e10cSrcweir        cuiimapdlg.src \
54cdf0e10cSrcweir        dlgname.src \
55cdf0e10cSrcweir        fmsearch.src \
56cdf0e10cSrcweir        gallery.src \
57cdf0e10cSrcweir        grfflt.src \
58cdf0e10cSrcweir        hangulhanjadlg.src \
59cdf0e10cSrcweir        hyphen.src \
60cdf0e10cSrcweir		hlmarkwn.src \
61cdf0e10cSrcweir        hyperdlg.src \
62cdf0e10cSrcweir		iconcdlg.src \
63cdf0e10cSrcweir        insrc.src \
64cdf0e10cSrcweir        multipat.src \
65cdf0e10cSrcweir        newtabledlg.src \
66cdf0e10cSrcweir        passwdomdlg.src \
67cdf0e10cSrcweir        postdlg.src \
68cdf0e10cSrcweir        scriptdlg.src \
69cdf0e10cSrcweir        sdrcelldlg.src \
70cdf0e10cSrcweir		showcols.src \
71cdf0e10cSrcweir        SpellDialog.src \
72cdf0e10cSrcweir        splitcelldlg.src \
73cdf0e10cSrcweir        srchxtra.src \
74cdf0e10cSrcweir        svuidlg.src \
75cdf0e10cSrcweir		tbxform.src \
76cdf0e10cSrcweir		thesdlg.src \
77cdf0e10cSrcweir		zoom.src \
78cdf0e10cSrcweir
79cdf0e10cSrcweir
80cdf0e10cSrcweirSLOFILES+=\
81cdf0e10cSrcweir        $(SLO)$/about.obj \
82b2b569f2SArmin Le Grand        $(SLO)$/colorpicker.obj \
83cdf0e10cSrcweir        $(SLO)$/commonlingui.obj \
84cdf0e10cSrcweir        $(SLO)$/cuicharmap.obj \
85cdf0e10cSrcweir        $(SLO)$/cuifmsearch.obj \
86cdf0e10cSrcweir        $(SLO)$/cuigaldlg.obj \
87cdf0e10cSrcweir        $(SLO)$/cuigrfflt.obj \
88cdf0e10cSrcweir        $(SLO)$/cuihyperdlg.obj \
89cdf0e10cSrcweir        $(SLO)$/cuiimapwnd.obj \
90cdf0e10cSrcweir        $(SLO)$/cuitbxform.obj \
91cdf0e10cSrcweir        $(SLO)$/dlgname.obj \
92cdf0e10cSrcweir        $(SLO)$/hangulhanjadlg.obj \
93cdf0e10cSrcweir		$(SLO)$/hldocntp.obj \
94cdf0e10cSrcweir		$(SLO)$/hldoctp.obj \
95cdf0e10cSrcweir		$(SLO)$/hlinettp.obj \
96cdf0e10cSrcweir		$(SLO)$/hlmailtp.obj \
97cdf0e10cSrcweir		$(SLO)$/hlmarkwn.obj \
98cdf0e10cSrcweir		$(SLO)$/hltpbase.obj \
99cdf0e10cSrcweir		$(SLO)$/hyphen.obj \
100cdf0e10cSrcweir        $(SLO)$/iconcdlg.obj \
101cdf0e10cSrcweir        $(SLO)$/insdlg.obj \
102cdf0e10cSrcweir        $(SLO)$/insrc.obj \
103cdf0e10cSrcweir        $(SLO)$/linkdlg.obj \
104cdf0e10cSrcweir        $(SLO)$/multifil.obj \
105cdf0e10cSrcweir        $(SLO)$/multipat.obj \
106cdf0e10cSrcweir        $(SLO)$/newtabledlg.obj \
107cdf0e10cSrcweir        $(SLO)$/passwdomdlg.obj \
108cdf0e10cSrcweir        $(SLO)$/pastedlg.obj \
109cdf0e10cSrcweir		$(SLO)$/plfilter.obj \
110cdf0e10cSrcweir        $(SLO)$/postdlg.obj \
111cdf0e10cSrcweir        $(SLO)$/scriptdlg.obj \
112cdf0e10cSrcweir        $(SLO)$/sdrcelldlg.obj \
113cdf0e10cSrcweir        $(SLO)$/showcols.obj \
114cdf0e10cSrcweir        $(SLO)$/SpellAttrib.obj \
115cdf0e10cSrcweir        $(SLO)$/SpellDialog.obj \
116cdf0e10cSrcweir        $(SLO)$/splitcelldlg.obj \
117cdf0e10cSrcweir        $(SLO)$/srchxtra.obj \
118cdf0e10cSrcweir        $(SLO)$/thesdlg.obj \
119cdf0e10cSrcweir        $(SLO)$/zoom.obj \
120cdf0e10cSrcweir
121cdf0e10cSrcweir
122cdf0e10cSrcweir.IF "$(GUI)"=="WNT"
123cdf0e10cSrcweirSLOFILES+=$(SLO)$/winpluginlib.obj
124cdf0e10cSrcweir.ENDIF
125cdf0e10cSrcweir
126cdf0e10cSrcweir# --- Targets -------------------------------------------------------
127cdf0e10cSrcweir
128cdf0e10cSrcweir.INCLUDE :  target.mk
129