xref: /AOO41X/main/cui/source/dialogs/makefile.mk (revision a392ac378e4ee367b5fc6362d5fe136a75e8d582)
1cdf0e10cSrcweir#*************************************************************************
2cdf0e10cSrcweir#
3cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4cdf0e10cSrcweir#
5cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6cdf0e10cSrcweir#
7cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8cdf0e10cSrcweir#
9cdf0e10cSrcweir# This file is part of OpenOffice.org.
10cdf0e10cSrcweir#
11cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14cdf0e10cSrcweir#
15cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20cdf0e10cSrcweir#
21cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25cdf0e10cSrcweir#
26cdf0e10cSrcweir#*************************************************************************
27cdf0e10cSrcweirPRJ=..$/..
28cdf0e10cSrcweirPRJNAME=cui
29cdf0e10cSrcweirTARGET=dialogs
30cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Settings -----------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE :  settings.mk
35cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/makefile.pmk
36cdf0e10cSrcweir
37cdf0e10cSrcweir.IF "$(ENABLE_LAYOUT)" == "TRUE"
38cdf0e10cSrcweirCFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc
39cdf0e10cSrcweir.ENDIF # ENABLE_LAYOUT == TRUE
40cdf0e10cSrcweir
41*a392ac37SAriel Constenla-Haile.IF "$(BUILD_VER_STRING)" != ""
42*a392ac37SAriel Constenla-HaileCFLAGS+= -DBUILD_VER_STRING="$(BUILD_VER_STRING)"
43*a392ac37SAriel Constenla-Haile.ENDIF
44*a392ac37SAriel Constenla-Haile
45cdf0e10cSrcweir# --- Files --------------------------------------------------------
46cdf0e10cSrcweir
47cdf0e10cSrcweirSRS1NAME=dialogs
48cdf0e10cSrcweirSRC1FILES =  \
49cdf0e10cSrcweir        about.src \
50cdf0e10cSrcweir        charmap.src \
51cdf0e10cSrcweir        commonlingui.src \
52cdf0e10cSrcweir        cuiimapdlg.src \
53cdf0e10cSrcweir        dlgname.src \
54cdf0e10cSrcweir        fmsearch.src \
55cdf0e10cSrcweir        gallery.src \
56cdf0e10cSrcweir        grfflt.src \
57cdf0e10cSrcweir        hangulhanjadlg.src \
58cdf0e10cSrcweir        hyphen.src \
59cdf0e10cSrcweir		hlmarkwn.src \
60cdf0e10cSrcweir        hyperdlg.src \
61cdf0e10cSrcweir		iconcdlg.src \
62cdf0e10cSrcweir        insrc.src \
63cdf0e10cSrcweir        multipat.src \
64cdf0e10cSrcweir        newtabledlg.src \
65cdf0e10cSrcweir        passwdomdlg.src \
66cdf0e10cSrcweir        postdlg.src \
67cdf0e10cSrcweir        scriptdlg.src \
68cdf0e10cSrcweir        sdrcelldlg.src \
69cdf0e10cSrcweir		showcols.src \
70cdf0e10cSrcweir        SpellDialog.src \
71cdf0e10cSrcweir        splitcelldlg.src \
72cdf0e10cSrcweir        srchxtra.src \
73cdf0e10cSrcweir        svuidlg.src \
74cdf0e10cSrcweir		tbxform.src \
75cdf0e10cSrcweir		thesdlg.src \
76cdf0e10cSrcweir		zoom.src \
77cdf0e10cSrcweir
78cdf0e10cSrcweir
79cdf0e10cSrcweirSLOFILES+=\
80cdf0e10cSrcweir        $(SLO)$/about.obj \
81cdf0e10cSrcweir        $(SLO)$/commonlingui.obj \
82cdf0e10cSrcweir        $(SLO)$/cuicharmap.obj \
83cdf0e10cSrcweir        $(SLO)$/cuifmsearch.obj \
84cdf0e10cSrcweir        $(SLO)$/cuigaldlg.obj \
85cdf0e10cSrcweir        $(SLO)$/cuigrfflt.obj \
86cdf0e10cSrcweir        $(SLO)$/cuihyperdlg.obj \
87cdf0e10cSrcweir        $(SLO)$/cuiimapwnd.obj \
88cdf0e10cSrcweir        $(SLO)$/cuitbxform.obj \
89cdf0e10cSrcweir        $(SLO)$/dlgname.obj \
90cdf0e10cSrcweir        $(SLO)$/hangulhanjadlg.obj \
91cdf0e10cSrcweir		$(SLO)$/hldocntp.obj \
92cdf0e10cSrcweir		$(SLO)$/hldoctp.obj \
93cdf0e10cSrcweir		$(SLO)$/hlinettp.obj \
94cdf0e10cSrcweir		$(SLO)$/hlmailtp.obj \
95cdf0e10cSrcweir		$(SLO)$/hlmarkwn.obj \
96cdf0e10cSrcweir		$(SLO)$/hltpbase.obj \
97cdf0e10cSrcweir		$(SLO)$/hyphen.obj \
98cdf0e10cSrcweir        $(SLO)$/iconcdlg.obj \
99cdf0e10cSrcweir        $(SLO)$/insdlg.obj \
100cdf0e10cSrcweir        $(SLO)$/insrc.obj \
101cdf0e10cSrcweir        $(SLO)$/linkdlg.obj \
102cdf0e10cSrcweir        $(SLO)$/multifil.obj \
103cdf0e10cSrcweir        $(SLO)$/multipat.obj \
104cdf0e10cSrcweir        $(SLO)$/newtabledlg.obj \
105cdf0e10cSrcweir        $(SLO)$/passwdomdlg.obj \
106cdf0e10cSrcweir        $(SLO)$/pastedlg.obj \
107cdf0e10cSrcweir		$(SLO)$/plfilter.obj \
108cdf0e10cSrcweir        $(SLO)$/postdlg.obj \
109cdf0e10cSrcweir        $(SLO)$/scriptdlg.obj \
110cdf0e10cSrcweir        $(SLO)$/sdrcelldlg.obj \
111cdf0e10cSrcweir        $(SLO)$/showcols.obj \
112cdf0e10cSrcweir        $(SLO)$/SpellAttrib.obj \
113cdf0e10cSrcweir        $(SLO)$/SpellDialog.obj \
114cdf0e10cSrcweir        $(SLO)$/splitcelldlg.obj \
115cdf0e10cSrcweir        $(SLO)$/srchxtra.obj \
116cdf0e10cSrcweir        $(SLO)$/thesdlg.obj \
117cdf0e10cSrcweir        $(SLO)$/zoom.obj \
118cdf0e10cSrcweir
119cdf0e10cSrcweir
120cdf0e10cSrcweir.IF "$(GUI)"=="WNT"
121cdf0e10cSrcweirSLOFILES+=$(SLO)$/winpluginlib.obj
122cdf0e10cSrcweir.ENDIF
123cdf0e10cSrcweir
124cdf0e10cSrcweir# --- Targets -------------------------------------------------------
125cdf0e10cSrcweir
126cdf0e10cSrcweir.INCLUDE :  target.mk
127