2001-05-08 05:56:39 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-03 11:17:14 -05:00
|
|
|
# $Revision: 1.23 $
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2008-04-03 11:17:14 -05:00
|
|
|
# last change: $Author: kz $ $Date: 2008-04-03 17:17:14 $
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# The Contents of this file are made available subject to
|
|
|
|
# the terms of GNU Lesser General Public License Version 2.1.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# GNU Lesser General Public License Version 2.1
|
|
|
|
# =============================================
|
|
|
|
# Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License version 2.1, as published by the Free Software Foundation.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# This library 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 for more details.
|
2001-05-08 05:56:39 -05:00
|
|
|
#
|
2005-09-08 10:25:28 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
# MA 02111-1307 USA
|
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) \
|
2008-02-25 08:47:15 -06:00
|
|
|
-lpsp$(DLLPOSTFIX) \
|
2001-07-09 09:46:37 -05:00
|
|
|
$(UNOTOOLSLIB) \
|
2001-05-08 05:56:39 -05:00
|
|
|
$(TOOLSLIB) \
|
2003-04-15 07:37:31 -05:00
|
|
|
$(COMPHELPERLIB) \
|
|
|
|
$(CPPULIB) \
|
2001-05-08 05:56:39 -05:00
|
|
|
$(SALLIB)
|
|
|
|
|
|
|
|
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) \
|
2008-04-03 11:17:14 -05:00
|
|
|
$(SVTOOLLIB) \
|
2003-04-15 07:37:31 -05:00
|
|
|
$(VCLLIB) \
|
2008-03-05 09:52:49 -06:00
|
|
|
$(UNOTOOLSLIB) \
|
2003-04-15 07:37:31 -05:00
|
|
|
$(TOOLSLIB) \
|
|
|
|
$(UCBHELPERLIB) \
|
|
|
|
$(COMPHELPERLIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
|
|
|
$(CPPULIB) \
|
|
|
|
$(SALLIB) \
|
|
|
|
-lXext -lX11
|
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
|
|
|
|
|