xref: /AOO41X/main/reportdesign/source/ui/dlg/makefile.mk (revision 5979ef3c542ac870a02043decc543300c0ec3dfb)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..
29PRJINC=$(PRJ)$/source
30PRJNAME=reportdesign
31TARGET=uidlg
32IMGLST_SRS=$(SRS)$/$(TARGET).srs
33BMP_IN=$(PRJ)$/res
34
35VISIBILITY_HIDDEN=TRUE
36
37# --- Settings ----------------------------------
38
39.INCLUDE : settings.mk
40# .INCLUDE : $(PRJ)$/util$/dll.pmk
41
42# --- Files -------------------------------------
43
44# ... resource files ............................
45
46SRS1NAME=$(TARGET)
47SRC1FILES = \
48        dlgpage.src \
49        PageNumber.src  \
50        DateTime.src    \
51        CondFormat.src  \
52        Navigator.src   \
53        GroupsSorting.src
54
55
56# ... object files ............................
57
58EXCEPTIONSFILES=    \
59        $(SLO)$/dlgpage.obj                 \
60        $(SLO)$/Condition.obj               \
61        $(SLO)$/CondFormat.obj              \
62        $(SLO)$/GroupExchange.obj           \
63        $(SLO)$/PageNumber.obj              \
64        $(SLO)$/DateTime.obj                \
65        $(SLO)$/AddField.obj                \
66        $(SLO)$/Navigator.obj               \
67        $(SLO)$/GroupsSorting.obj           \
68        $(SLO)$/Formula.obj
69
70SLOFILES=   \
71        $(EXCEPTIONSFILES)                  \
72
73
74# --- Targets ----------------------------------
75
76.INCLUDE : target.mk
77
78