Files
libreoffice/xmlsecurity/source/dialogs/makefile.mk

65 lines
1.9 KiB
Makefile
Raw Normal View History

2004-07-12 12:15:31 +00:00
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
2004-07-12 12:15:31 +00:00
#
# OpenOffice.org - a multi-platform office productivity suite
2004-07-12 12:15:31 +00:00
#
# This file is part of OpenOffice.org.
2004-07-12 12:15:31 +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.
2004-07-12 12:15:31 +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).
2004-07-12 12:15:31 +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.
2004-07-12 12:15:31 +00:00
#
#*************************************************************************
PRJ=..$/..
PRJNAME=xmlsecurity
TARGET=dialogs
TARGETTYPE=GUI
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/target.pmk
# --- Files --------------------------------------------------------
BMP_IN=$(PRJ)$/res
SRS1NAME=dialogs
SRC1FILES = \
digitalsignaturesdialog.src \
certificatechooser.src \
2004-07-16 05:28:08 +00:00
certificateviewer.src \
2004-07-23 06:54:17 +00:00
macrosecurity.src
2004-07-12 12:15:31 +00:00
SLOFILES= \
$(SLO)$/digitalsignaturesdialog.obj \
$(SLO)$/certificatechooser.obj \
$(SLO)$/certificateviewer.obj \
2004-07-16 05:28:08 +00:00
$(SLO)$/macrosecurity.obj \
2004-07-23 06:54:17 +00:00
$(SLO)$/resourcemanager.obj
2004-07-12 12:15:31 +00:00
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk