office-gobmx/padmin/source/makefile.mk
Ivo Hinkelmann 92582c4776 CWS-TOOLING: integrate CWS dtrans2vcl
2009-09-09 19:47:56 +0200 pl  r276016 : merge fix for #i104390# into moved code
2009-09-07 12:50:47 +0200 pl  r275891 : remove nonexistant header
2009-09-04 16:47:05 +0200 pl  r275819 : forgot calling convention for Windoze
2009-09-04 13:27:36 +0200 pl  r275800 : #150926# remove X11 dependency
2009-09-04 13:19:08 +0200 pl  r275799 : #150926# move mac dtrans service to vcl to be used in service implementation
2009-09-03 21:19:01 +0200 pl  r275774 : fix warning, adjust comment
2009-09-03 18:36:01 +0200 pl  r275768 : no more sjlib
2009-09-03 17:56:49 +0200 pl  r275767 : remove unused X11 link dependency
2009-09-03 17:43:35 +0200 pl  r275766 : headless not used in X11 case
2009-09-03 17:34:36 +0200 pl  r275765 : #150926# bye bye sj2
2009-09-03 16:19:04 +0200 pl  r275761 : #150926# bye bye sj2, x11 dependenices removed where not necessary
2009-09-01 17:22:54 +0200 pl  r275674 : #150926# step 1: move X11 code from dtrans to vcl, adapt glue code
2009-09-18 11:54:06 +00:00

119 lines
2.7 KiB
Makefile

#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.24 $
#
# This file is part of OpenOffice.org.
#
# 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.
#
# 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).
#
# 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.
#
#*************************************************************************
.IF "$(GUIBASE)"=="aqua"
dummy:
@echo "Nothing to build for GUIBASE aqua."
.ELSE
PRJ=..
PRJNAME=padmin
TARGET=padmin
TARGETTYPE=GUI
ENABLE_EXCEPTIONS=TRUE
LIBTARGET=NO
# --- Settings -----------------------------------------------------
.INCLUDE: settings.mk
# --- Files --------------------------------------------------------
SRS1NAME=$(TARGET)
SRC1FILES=padialog.src rtsetup.src
RESLIB1NAME=spa
RESLIB1IMAGES=$(PRJ)$/source
RESLIB1SRSFILES= $(SRS)$/padmin.srs
RESLIB1DEPN=\
padialog.src \
padialog.hrc \
rtsetup.src \
rtsetup.hrc
.IF "$(GUI)" == "UNX"
SLOFILES=\
$(SLO)$/padialog.obj \
$(SLO)$/cmddlg.obj \
$(SLO)$/progress.obj \
$(SLO)$/newppdlg.obj \
$(SLO)$/prtsetup.obj \
$(SLO)$/fontentry.obj \
$(SLO)$/helper.obj \
$(SLO)$/adddlg.obj \
$(SLO)$/titlectrl.obj
OBJFILES=\
$(OBJ)/pamain.obj
SHL1TARGET= spa$(DLLPOSTFIX)
SHL1OBJS=$(SLOFILES)
SHL1STDLIBS=\
$(SVTOOLLIB) \
$(VCLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(COMPHELPERLIB) \
$(CPPULIB) \
$(SALLIB)
APP1TARGET=spadmin.bin
APP1DEPN+=$(SHL1TARGETN)
APP1OBJS=\
$(OBJ)$/desktopcontext.obj \
$(OBJ)/pamain.obj
APP1STDLIBS= \
-l$(SHL1TARGET) \
$(VCLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(UCBHELPERLIB) \
$(COMPHELPERLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB)
UNIXTEXT = $(MISC)$/spadmin.sh
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.ENDIF # GUIBASE==aqua