1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
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 #*************************************************************************
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
50 addresslistdialog.src \
51 createaddresslistdialog.src \
52 customizeaddresslistdialog.src \
55 dbtablepreviewdialog.src \
56 mailmergechildwindow.src \
61 mmoutputtypepage.src \
62 mmaddressblockpage.src \
65 mmpreparemergepage.src \
66 selectdbtabledialog.src \
69 $(SLO
)$/addresslistdialog.obj \
70 $(SLO
)$/createaddresslistdialog.obj \
71 $(SLO
)$/customizeaddresslistdialog.obj \
72 $(SLO
)$/dbinsdlg.obj \
74 $(SLO
)$/dbtablepreviewdialog.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
86 $(SLO
)$/addresslistdialog.obj \
87 $(SLO
)$/createaddresslistdialog.obj \
88 $(SLO
)$/customizeaddresslistdialog.obj \
89 $(SLO
)$/dbinsdlg.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 \
107 $(SLO
)$/selectdbtabledialog.obj \
108 $(SLO
)$/swdbtoolsclient.obj
111 LIB1TARGET
= $(SLB
)$/$(TARGET
).lib
117 $(SLO
)$/maildispatcher.obj \
118 $(SLO
)$/mailmergehelper.obj \
119 $(SLO
)$/mailmergechildwindow.obj \
120 $(SLO
)$/mmconfigitem.obj \
121 $(SLO
)$/swdbtoolsclient.obj
123 # --- Tagets -------------------------------------------------------