merge the formfield patch from ooo-build
[ooovba.git] / basic / source / app / makefile.mk
blob13c3b4a8b50726e7658c54e40212cc479dadd86b
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.15 $
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=basic
35 TARGET=app
37 LIBTARGET = NO
39 # --- Settings ------------------------------------------------------------
41 .INCLUDE : settings.mk
43 # --- Common ------------------------------------------------------------
45 OBJFILES = \
46 $(OBJ)$/ttbasic.obj \
47 $(OBJ)$/basicrt.obj \
48 $(OBJ)$/processw.obj \
49 $(OBJ)$/process.obj \
50 $(OBJ)$/brkpnts.obj \
51 $(OBJ)$/mybasic.obj \
52 $(OBJ)$/status.obj \
53 $(OBJ)$/printer.obj \
54 $(OBJ)$/appwin.obj \
55 $(OBJ)$/appedit.obj \
56 $(OBJ)$/appbased.obj \
57 $(OBJ)$/apperror.obj \
58 $(OBJ)$/textedit.obj \
59 $(OBJ)$/msgedit.obj \
60 $(OBJ)$/dialogs.obj \
62 EXCEPTIONSFILES = \
63 $(OBJ)$/app.obj \
64 $(OBJ)$/process.obj
66 .IF "$(GUI)" == "WNT"
67 EXCEPTIONSFILES += \
68 $(OBJ)$/process.obj
69 .ENDIF
71 SRS1NAME=$(TARGET)
72 SRC1FILES = \
73 basic.src \
74 ttmsg.src \
75 basmsg.src \
76 svtmsg.src \
77 testtool.src
79 LIB1TARGET=$(LB)$/app.lib
80 LIB1ARCHIV=$(LB)$/libapp.a
81 LIB1OBJFILES = \
82 $(OBJ)$/basicrt.obj \
83 $(OBJ)$/processw.obj \
84 $(OBJ)$/process.obj \
85 $(OBJ)$/brkpnts.obj \
86 $(OBJ)$/app.obj \
87 $(OBJ)$/mybasic.obj \
88 $(OBJ)$/status.obj \
89 $(OBJ)$/printer.obj \
90 $(OBJ)$/appwin.obj \
91 $(OBJ)$/appedit.obj \
92 $(OBJ)$/appbased.obj \
93 $(OBJ)$/apperror.obj \
94 $(OBJ)$/textedit.obj \
95 $(OBJ)$/msgedit.obj \
96 $(OBJ)$/dialogs.obj \
97 $(OBJ)$/sbintern.obj
99 # --- Targets ------------------------------------------------------------
101 .INCLUDE : target.mk
103 $(OBJ)$/dialogs.obj : $(INCCOM)$/_version.h