2000-09-18 16:15:01 +00:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# $Revision: 1.22 $
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# This file is part of OpenOffice.org.
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
2008-04-10 17:51:50 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2000-09-18 16:15:01 +00:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
PRJ=..$/..$/..
|
|
|
|
|
|
|
|
PRJNAME=sw
|
|
|
|
TARGET=dialog
|
2004-05-11 09:19:28 +00:00
|
|
|
LIBTARGET=no
|
2000-09-18 16:15:01 +00:00
|
|
|
|
|
|
|
# future: DEMO\dialog.srs
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : $(PRJ)$/inc$/swpre.mk
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
.INCLUDE : $(PRJ)$/inc$/sw.mk
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
2003-08-25 13:55:36 +00:00
|
|
|
SRS1NAME=$(TARGET)
|
|
|
|
SRC1FILES = \
|
2000-09-18 16:15:01 +00:00
|
|
|
abstract.src \
|
|
|
|
ascfldlg.src \
|
|
|
|
dialog.src \
|
|
|
|
docstdlg.src \
|
2004-04-27 12:43:45 +00:00
|
|
|
regionsw.src \
|
|
|
|
wordcountdialog.src
|
2000-09-18 16:15:01 +00:00
|
|
|
|
2007-09-27 10:37:21 +00:00
|
|
|
EXCEPTIONSFILES = \
|
|
|
|
$(SLO)$/SwSpellDialogChildWindow.obj
|
|
|
|
|
2000-09-18 16:15:01 +00:00
|
|
|
SLOFILES = \
|
|
|
|
$(SLO)$/abstract.obj \
|
|
|
|
$(SLO)$/addrdlg.obj \
|
|
|
|
$(SLO)$/ascfldlg.obj \
|
|
|
|
$(SLO)$/docstdlg.obj \
|
|
|
|
$(SLO)$/macassgn.obj \
|
2004-09-17 13:02:17 +00:00
|
|
|
$(SLO)$/SwSpellDialogChildWindow.obj \
|
2004-05-11 09:19:28 +00:00
|
|
|
$(SLO)$/regionsw.obj \
|
|
|
|
$(SLO)$/uiregionsw.obj \
|
|
|
|
$(SLO)$/swabstdlg.obj \
|
|
|
|
$(SLO)$/swuiexp.obj \
|
|
|
|
$(SLO)$/swwrtshitem.obj \
|
|
|
|
$(SLO)$/swdialmgr.obj \
|
2004-05-14 10:15:37 +00:00
|
|
|
$(SLO)$/wordcountdialog.obj \
|
|
|
|
$(SLO)$/swdlgfact.obj
|
2000-09-18 16:15:01 +00:00
|
|
|
|
2004-05-11 09:19:28 +00:00
|
|
|
LIB1TARGET = $(SLB)$/$(TARGET).lib
|
|
|
|
|
|
|
|
LIB1OBJFILES = \
|
|
|
|
$(SLO)$/regionsw.obj \
|
|
|
|
$(SLO)$/swabstdlg.obj \
|
2004-09-17 13:02:17 +00:00
|
|
|
$(SLO)$/SwSpellDialogChildWindow.obj \
|
2004-05-14 10:15:37 +00:00
|
|
|
$(SLO)$/swwrtshitem.obj
|
2004-05-14 07:17:54 +00:00
|
|
|
|
2004-08-23 07:49:10 +00:00
|
|
|
# $(SLO)$/macassgn.obj \
|
|
|
|
|
2000-09-18 16:15:01 +00:00
|
|
|
# --- Tagets -------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
2004-05-11 09:19:28 +00:00
|
|
|
$(INCCOM)$/swuilib.hxx: makefile.mk
|
|
|
|
.IF "$(GUI)"=="UNX"
|
|
|
|
$(RM) $@
|
2008-02-25 14:54:35 +00:00
|
|
|
echo \#define DLL_NAME \"libswui$(DLLPOSTFIX)$(DLLPOST)\" >$@
|
2004-05-11 09:19:28 +00:00
|
|
|
.ELSE
|
|
|
|
.IF "$(USE_SHELL)"!="4nt"
|
2008-02-25 14:54:35 +00:00
|
|
|
echo \#define DLL_NAME \"swui$(DLLPOSTFIX)$(DLLPOST)\" >$@
|
2004-05-11 09:19:28 +00:00
|
|
|
.ELSE # "$(USE_SHELL)"!="4nt"
|
2008-02-25 14:54:35 +00:00
|
|
|
echo #define DLL_NAME "swui$(DLLPOSTFIX)$(DLLPOST)" >$@
|
2004-05-11 09:19:28 +00:00
|
|
|
.ENDIF # "$(USE_SHELL)"!="4nt"
|
|
|
|
.ENDIF
|
2000-09-18 16:15:01 +00:00
|
|
|
|
2004-05-11 09:19:28 +00:00
|
|
|
$(SLO)$/swabstdlg.obj : $(INCCOM)$/swuilib.hxx
|
2004-05-14 10:15:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|