2001-05-08 05:56:39 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 04:03:06 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 08:01:35 -06:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-11 04:03:06 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-11 04:03:06 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-11 04:03:06 -05: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.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-11 04:03:06 -05: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).
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-11 04:03:06 -05: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.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2007-06-18 10:36:03 -05:00
|
|
|
.IF "$(GUIBASE)"=="aqua"
|
|
|
|
|
|
|
|
dummy:
|
|
|
|
@echo "Nothing to build for GUIBASE aqua."
|
|
|
|
|
|
|
|
.ELSE
|
|
|
|
|
2001-05-08 05:56:39 -05:00
|
|
|
PRJ=..
|
|
|
|
PRJNAME=padmin
|
|
|
|
TARGET=padmin
|
2004-10-29 06:45:30 -05:00
|
|
|
TARGETTYPE=GUI
|
2002-09-03 07:23:11 -05:00
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
2001-05-08 05:56:39 -05:00
|
|
|
LIBTARGET=NO
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE: settings.mk
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
2003-08-25 09:37:15 -05:00
|
|
|
SRS1NAME=$(TARGET)
|
|
|
|
SRC1FILES=padialog.src rtsetup.src
|
2001-05-08 05:56:39 -05:00
|
|
|
|
|
|
|
RESLIB1NAME=spa
|
2004-05-21 10:30:53 -05:00
|
|
|
RESLIB1IMAGES=$(PRJ)$/source
|
2001-05-08 05:56:39 -05:00
|
|
|
RESLIB1SRSFILES= $(SRS)$/padmin.srs
|
|
|
|
RESLIB1DEPN=\
|
|
|
|
padialog.src \
|
|
|
|
padialog.hrc \
|
|
|
|
rtsetup.src \
|
|
|
|
rtsetup.hrc
|
|
|
|
|
2004-06-17 05:48:13 -05:00
|
|
|
.IF "$(GUI)" == "UNX"
|
|
|
|
|
2001-05-08 05:56:39 -05:00
|
|
|
SLOFILES=\
|
|
|
|
$(SLO)$/padialog.obj \
|
|
|
|
$(SLO)$/cmddlg.obj \
|
|
|
|
$(SLO)$/progress.obj \
|
|
|
|
$(SLO)$/newppdlg.obj \
|
|
|
|
$(SLO)$/prtsetup.obj \
|
|
|
|
$(SLO)$/fontentry.obj \
|
|
|
|
$(SLO)$/helper.obj \
|
2001-06-19 07:47:44 -05:00
|
|
|
$(SLO)$/adddlg.obj \
|
|
|
|
$(SLO)$/titlectrl.obj
|
2001-05-08 05:56:39 -05:00
|
|
|
|
|
|
|
|
|
|
|
OBJFILES=\
|
|
|
|
$(OBJ)/pamain.obj
|
|
|
|
|
2008-02-25 08:47:15 -06:00
|
|
|
SHL1TARGET= spa$(DLLPOSTFIX)
|
2001-05-08 05:56:39 -05:00
|
|
|
SHL1OBJS=$(SLOFILES)
|
|
|
|
SHL1STDLIBS=\
|
2008-04-03 11:17:14 -05:00
|
|
|
$(SVTOOLLIB) \
|
2001-07-09 09:46:37 -05:00
|
|
|
$(VCLLIB) \
|
|
|
|
$(UNOTOOLSLIB) \
|
2001-05-08 05:56:39 -05:00
|
|
|
$(TOOLSLIB) \
|
2009-04-27 06:24:10 -05:00
|
|
|
$(COMPHELPERLIB) \
|
|
|
|
$(CPPULIB) \
|
|
|
|
$(SALLIB)
|
2001-05-08 05:56:39 -05:00
|
|
|
|
|
|
|
APP1TARGET=spadmin.bin
|
2002-08-19 11:46:04 -05:00
|
|
|
APP1DEPN+=$(SHL1TARGETN)
|
|
|
|
|
2001-05-08 05:56:39 -05:00
|
|
|
APP1OBJS=\
|
2005-04-22 05:36:21 -05:00
|
|
|
$(OBJ)$/desktopcontext.obj \
|
2005-03-03 13:00:15 -06:00
|
|
|
$(OBJ)/pamain.obj
|
2001-05-08 05:56:39 -05:00
|
|
|
|
|
|
|
APP1STDLIBS= \
|
2003-04-15 07:37:31 -05:00
|
|
|
-l$(SHL1TARGET) \
|
|
|
|
$(VCLLIB) \
|
2008-03-05 09:52:49 -06:00
|
|
|
$(UNOTOOLSLIB) \
|
2003-04-15 07:37:31 -05:00
|
|
|
$(TOOLSLIB) \
|
|
|
|
$(UCBHELPERLIB) \
|
|
|
|
$(COMPHELPERLIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
|
|
|
$(CPPULIB) \
|
2009-09-18 06:54:06 -05:00
|
|
|
$(SALLIB)
|
2001-05-08 05:56:39 -05:00
|
|
|
|
2008-03-18 06:23:00 -05:00
|
|
|
UNIXTEXT = $(MISC)$/spadmin.sh
|
|
|
|
|
2004-06-17 05:48:13 -05:00
|
|
|
.ENDIF
|
|
|
|
|
2001-05-08 05:56:39 -05:00
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|
2007-06-18 10:36:03 -05:00
|
|
|
.ENDIF # GUIBASE==aqua
|
|
|
|
|