Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / misc / makefile.mk
blobe5db6954ea4d62cab8e1ff99652a7ad738e343e8
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.35.68.1 $
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=..$/..$/..
33 PRJINC=$(PRJ)$/source
34 PRJNAME=dbaccess
35 TARGET=uimisc
37 ENABLE_EXCEPTIONS=TRUE
39 # --- Settings ----------------------------------
41 .INCLUDE : settings.mk
42 .INCLUDE : $(PRJ)$/util$/makefile.pmk
44 # --- Files -------------------------------------
46 # ... resource files ............................
48 SRS1NAME=$(TARGET)
49 SRC1FILES = \
50 dbumiscres.src \
51 WizardPages.src
53 # ... object files ............................
55 SLOFILES= \
56 $(SLO)$/asyncmodaldialog.obj \
57 $(SLO)$/imageprovider.obj \
58 $(SLO)$/singledoccontroller.obj \
59 $(SLO)$/datasourceconnector.obj \
60 $(SLO)$/linkeddocuments.obj \
61 $(SLO)$/indexcollection.obj \
62 $(SLO)$/UITools.obj \
63 $(SLO)$/WCPage.obj \
64 $(SLO)$/WCopyTable.obj \
65 $(SLO)$/WTypeSelect.obj \
66 $(SLO)$/TokenWriter.obj \
67 $(SLO)$/HtmlReader.obj \
68 $(SLO)$/RtfReader.obj \
69 $(SLO)$/propertysetitem.obj \
70 $(SLO)$/databaseobjectview.obj \
71 $(SLO)$/DExport.obj \
72 $(SLO)$/uiservices.obj \
73 $(SLO)$/RowSetDrop.obj \
74 $(SLO)$/TableCopyHelper.obj \
75 $(SLO)$/moduledbu.obj \
76 $(SLO)$/WColumnSelect.obj \
77 $(SLO)$/WExtendPages.obj \
78 $(SLO)$/WNameMatch.obj \
79 $(SLO)$/documentcontroller.obj \
80 $(SLO)$/ToolBoxHelper.obj \
81 $(SLO)$/stringlistitem.obj \
82 $(SLO)$/charsets.obj \
83 $(SLO)$/defaultobjectnamecheck.obj \
84 $(SLO)$/dsmeta.obj \
85 $(SLO)$/controllerframe.obj \
86 $(SLO)$/propertystorage.obj
87 # --- Targets ----------------------------------
89 .INCLUDE : target.mk