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 $
11 # $Revision: 1.23.84.2 $
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 #*************************************************************************
38 ENABLE_EXCEPTIONS
=TRUE
39 VISIBILITY_HIDDEN
=TRUE
41 # --- Settings -----------------------------------------------------
43 .INCLUDE
: $(PRJ
)$/util
$/makefile.pmk
45 # --- Files --------------------------------------------------------
47 SLOFILES
= $(SLO
)$/controlfontdialog.obj \
48 $(SLO
)$/fontdialog.obj \
49 $(SLO
)$/pcrservices.obj \
50 $(SLO
)$/selectlabeldialog.obj \
51 $(SLO
)$/propcontroller.obj \
52 $(SLO
)$/formcontroller.obj \
53 $(SLO
)$/modulepcr.obj \
54 $(SLO
)$/cellbindinghelper.obj \
55 $(SLO
)$/taborder.obj \
56 $(SLO
)$/pcrunodialogs.obj \
58 $(SLO
)$/formlinkdialog.obj \
59 $(SLO
)$/listselectiondlg.obj \
60 $(SLO
)$/browserlistbox.obj \
61 $(SLO
)$/stringrepresentation.obj \
62 $(SLO
)$/eformshelper.obj \
63 $(SLO
)$/xsddatatypes.obj \
64 $(SLO
)$/xsdvalidationhelper.obj \
65 $(SLO
)$/pushbuttonnavigation.obj \
66 $(SLO
)$/sqlcommanddesign.obj \
67 $(SLO
)$/composeduiupdate.obj \
68 $(SLO
)$/propertycomposer.obj \
69 $(SLO
)$/pcrcomponentcontext.obj \
70 $(SLO
)$/commoncontrol.obj \
71 $(SLO
)$/standardcontrol.obj \
72 $(SLO
)$/usercontrol.obj \
73 $(SLO
)$/browserline.obj \
74 $(SLO
)$/genericpropertyhandler.obj \
75 $(SLO
)$/buttonnavigationhandler.obj \
76 $(SLO
)$/handlerhelper.obj \
77 $(SLO
)$/propertyhandler.obj \
78 $(SLO
)$/eventhandler.obj \
79 $(SLO
)$/editpropertyhandler.obj \
80 $(SLO
)$/eformspropertyhandler.obj \
81 $(SLO
)$/cellbindinghandler.obj \
82 $(SLO
)$/submissionhandler.obj \
83 $(SLO
)$/xsdvalidationpropertyhandler.obj \
84 $(SLO
)$/formcomponenthandler.obj \
85 $(SLO
)$/formmetadata.obj \
86 $(SLO
)$/defaultforminspection.obj \
87 $(SLO
)$/formbrowsertools.obj \
88 $(SLO
)$/browserpage.obj \
89 $(SLO
)$/propertyeditor.obj \
90 $(SLO
)$/formstrings.obj \
91 $(SLO
)$/pcrstrings.obj \
92 $(SLO
)$/browserview.obj \
93 $(SLO
)$/pcrcommon.obj \
94 $(SLO
)$/newdatatype.obj \
95 $(SLO
)$/propeventtranslation.obj \
96 $(SLO
)$/objectinspectormodel.obj \
97 $(SLO
)$/inspectorhelpwindow.obj \
98 $(SLO
)$/defaulthelpprovider.obj \
99 $(SLO
)$/MasterDetailLinkDialog.obj \
100 $(SLO
)$/inspectormodelbase.obj \
101 $(SLO
)$/propertycontrolextender.obj \
102 $(SLO
)$/formgeometryhandler.obj
105 SRC1FILES
= propres.src \
110 selectlabeldialog.src \
112 listselectiondlg.src \
115 RESLIB1NAME
=$(TARGET
)
116 RESLIB1IMAGES
=$(PRJ
)$/res
117 RESLIB1SRSFILES
= $(SRS
)$/$(TARGET
).srs
119 SHL1TARGET
= $(TARGET
)$(DLLPOSTFIX
)
120 SHL1VERSIONMAP
= $(TARGET
).map
139 SHL1LIBS
= $(SLB
)$/$(TARGET
).lib
140 SHL1IMPLIB
= i
$(TARGET
)
141 SHL1DEPN
= $(SHL1LIBS
)
142 SHL1DEF
= $(MISC
)$/$(SHL1TARGET
).def
144 DEF1NAME
= $(SHL1TARGET
)
146 # --- Targets ------------------------------------------------------