Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / makefile.mk
blob40d6807c2eadf3120332c2a2b05add2ff81eb611
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.14 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
34 PRJNAME=sw
35 TARGET=dbui
36 LIBTARGET=no
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : $(PRJ)$/inc$/swpre.mk
40 .INCLUDE : settings.mk
41 .INCLUDE : $(PRJ)$/inc$/sw.mk
43 # --- Files --------------------------------------------------------
44 IMGLST_SRS=$(SRS)$/dbui.srs
45 BMP_IN=$(PRJ)$/win/imglst
48 SRS1NAME=$(TARGET)
49 SRC1FILES = \
50 addresslistdialog.src \
51 createaddresslistdialog.src \
52 customizeaddresslistdialog.src \
53 dbinsdlg.src \
54 dbui.src \
55 dbtablepreviewdialog.src \
56 mailmergechildwindow.src \
57 mailmergewizard.src \
58 mmdocselectpage.src \
59 mmlayoutpage.src \
60 mmoutputpage.src \
61 mmoutputtypepage.src \
62 mmaddressblockpage.src \
63 mmgreetingspage.src \
64 mmmergepage.src \
65 mmpreparemergepage.src \
66 selectdbtabledialog.src \
68 EXCEPTIONSFILES= \
69 $(SLO)$/addresslistdialog.obj \
70 $(SLO)$/createaddresslistdialog.obj \
71 $(SLO)$/customizeaddresslistdialog.obj \
72 $(SLO)$/dbinsdlg.obj \
73 $(SLO)$/dbmgr.obj \
74 $(SLO)$/dbtablepreviewdialog.obj \
75 $(SLO)$/dbtree.obj \
76 $(SLO)$/maildispatcher.obj \
77 $(SLO)$/mailmergechildwindow.obj \
78 $(SLO)$/mailmergehelper.obj \
79 $(SLO)$/mmaddressblockpage.obj \
80 $(SLO)$/mmconfigitem.obj \
81 $(SLO)$/mmlayoutpage.obj \
82 $(SLO)$/mmgreetingspage.obj \
83 $(SLO)$/mmoutputpage.obj
85 SLOFILES = \
86 $(SLO)$/addresslistdialog.obj \
87 $(SLO)$/createaddresslistdialog.obj \
88 $(SLO)$/customizeaddresslistdialog.obj \
89 $(SLO)$/dbinsdlg.obj \
90 $(SLO)$/dbmgr.obj \
91 $(SLO)$/dbtree.obj \
92 $(SLO)$/dbtablepreviewdialog.obj \
93 $(SLO)$/maildispatcher.obj \
94 $(SLO)$/mailmergehelper.obj \
95 $(SLO)$/mailmergewizard.obj \
96 $(SLO)$/mailmergechildwindow.obj \
97 $(SLO)$/mmconfigitem.obj \
98 $(SLO)$/mmdocselectpage.obj \
99 $(SLO)$/mmlayoutpage.obj \
100 $(SLO)$/mmoutputpage.obj \
101 $(SLO)$/mmoutputtypepage.obj \
102 $(SLO)$/mmaddressblockpage.obj \
103 $(SLO)$/mmgreetingspage.obj \
104 $(SLO)$/mmmergepage.obj \
105 $(SLO)$/mmpreparemergepage.obj \
106 $(SLO)$/dbui.obj \
107 $(SLO)$/selectdbtabledialog.obj \
108 $(SLO)$/swdbtoolsclient.obj
111 LIB1TARGET = $(SLB)$/$(TARGET).lib
113 LIB1OBJFILES = \
114 $(SLO)$/dbmgr.obj \
115 $(SLO)$/dbtree.obj \
116 $(SLO)$/dbui.obj \
117 $(SLO)$/maildispatcher.obj \
118 $(SLO)$/mailmergehelper.obj \
119 $(SLO)$/mailmergechildwindow.obj \
120 $(SLO)$/mmconfigitem.obj \
121 $(SLO)$/swdbtoolsclient.obj
123 # --- Tagets -------------------------------------------------------
125 .INCLUDE : target.mk