update dev300-m58
[ooovba.git] / sw / source / ui / fldui / makefile.mk
bloba94fdaef17e7797893c949803122762a64c3e1f3
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.11 $
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 LIBTARGET=no
34 PRJNAME=sw
35 TARGET=fldui
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : $(PRJ)$/inc$/swpre.mk
40 .INCLUDE : settings.mk
41 .INCLUDE : $(PRJ)$/inc$/sw.mk
43 # --- Files --------------------------------------------------------
45 SRS1NAME=$(TARGET)
46 SRC1FILES = \
47 changedb.src \
48 DropDownFieldDialog.src\
49 flddb.src \
50 flddinf.src \
51 flddok.src \
52 fldfunc.src \
53 fldref.src \
54 fldtdlg.src \
55 fldui.src \
56 fldvar.src \
57 javaedit.src \
58 inpdlg.src
60 SLOFILES = \
61 $(SLO)$/changedb.obj \
62 $(SLO)$/DropDownFieldDialog.obj \
63 $(SLO)$/flddb.obj \
64 $(SLO)$/flddinf.obj \
65 $(SLO)$/flddok.obj \
66 $(SLO)$/fldedt.obj \
67 $(SLO)$/fldfunc.obj \
68 $(SLO)$/fldmgr.obj \
69 $(SLO)$/fldpage.obj \
70 $(SLO)$/fldref.obj \
71 $(SLO)$/fldtdlg.obj \
72 $(SLO)$/fldvar.obj \
73 $(SLO)$/javaedit.obj \
74 $(SLO)$/inpdlg.obj \
75 $(SLO)$/fldwrap.obj \
76 $(SLO)$/xfldui.obj \
77 $(SLO)$/FldRefTreeListBox.obj
80 EXCEPTIONSFILES = \
81 $(SLO)$/fldtdlg.obj \
82 $(SLO)$/fldedt.obj \
83 $(SLO)$/xfldui.obj
85 LIB1TARGET = $(SLB)$/$(TARGET).lib
87 LIB1OBJFILES = \
88 $(SLO)$/fldmgr.obj \
89 $(SLO)$/fldwrap.obj \
90 $(SLO)$/xfldui.obj
92 # $(SLO)$/DropDownFieldDialog.obj \
94 # --- Tagets -------------------------------------------------------
96 .INCLUDE : target.mk