update dev300-m58
[ooovba.git] / sw / source / ui / dialog / makefile.mk
blobce90d6a3a6e664b57697f532571b9865fbef7bbf
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.22 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
31 PRJ=..$/..$/..
33 PRJNAME=sw
34 TARGET=dialog
35 LIBTARGET=no
37 # future: DEMO\dialog.srs
39 # --- Settings -----------------------------------------------------
41 .INCLUDE : $(PRJ)$/inc$/swpre.mk
42 .INCLUDE : settings.mk
43 .INCLUDE : $(PRJ)$/inc$/sw.mk
45 # --- Files --------------------------------------------------------
47 SRS1NAME=$(TARGET)
48 SRC1FILES = \
49 abstract.src \
50 ascfldlg.src \
51 dialog.src \
52 docstdlg.src \
53 regionsw.src \
54 wordcountdialog.src
56 EXCEPTIONSFILES = \
57 $(SLO)$/SwSpellDialogChildWindow.obj
59 SLOFILES = \
60 $(SLO)$/abstract.obj \
61 $(SLO)$/addrdlg.obj \
62 $(SLO)$/ascfldlg.obj \
63 $(SLO)$/docstdlg.obj \
64 $(SLO)$/macassgn.obj \
65 $(SLO)$/SwSpellDialogChildWindow.obj \
66 $(SLO)$/regionsw.obj \
67 $(SLO)$/uiregionsw.obj \
68 $(SLO)$/swabstdlg.obj \
69 $(SLO)$/swuiexp.obj \
70 $(SLO)$/swwrtshitem.obj \
71 $(SLO)$/swdialmgr.obj \
72 $(SLO)$/wordcountdialog.obj \
73 $(SLO)$/swdlgfact.obj
75 LIB1TARGET = $(SLB)$/$(TARGET).lib
77 LIB1OBJFILES = \
78 $(SLO)$/regionsw.obj \
79 $(SLO)$/swabstdlg.obj \
80 $(SLO)$/SwSpellDialogChildWindow.obj \
81 $(SLO)$/swwrtshitem.obj
83 # $(SLO)$/macassgn.obj \
85 # --- Tagets -------------------------------------------------------
87 .INCLUDE : target.mk
88 $(INCCOM)$/swuilib.hxx: makefile.mk
89 .IF "$(GUI)"=="UNX"
90 $(RM) $@
91 echo \#define DLL_NAME \"libswui$(DLLPOSTFIX)$(DLLPOST)\" >$@
92 .ELSE
93 .IF "$(USE_SHELL)"!="4nt"
94 echo \#define DLL_NAME \"swui$(DLLPOSTFIX)$(DLLPOST)\" >$@
95 .ELSE # "$(USE_SHELL)"!="4nt"
96 echo #define DLL_NAME "swui$(DLLPOSTFIX)$(DLLPOST)" >$@
97 .ENDIF # "$(USE_SHELL)"!="4nt"
98 .ENDIF
100 $(SLO)$/swabstdlg.obj : $(INCCOM)$/swuilib.hxx