xref: /AOO41X/main/basic/source/sbx/makefile.mk (revision ddde725d65c83fe3ba1186d46f6e3e08f12ba47e)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..
29
30PRJNAME=basic
31TARGET=sbx
32
33# --- Settings -----------------------------------------------------------
34
35.INCLUDE :  settings.mk
36
37
38# --- Allgemein -----------------------------------------------------------
39
40SRS1NAME=$(TARGET)
41SRC1FILES=  format.src
42
43SLOFILES=   \
44    $(SLO)$/sbxbase.obj \
45    $(SLO)$/sbxres.obj      \
46    $(SLO)$/sbxvalue.obj    \
47    $(SLO)$/sbxvals.obj \
48    $(SLO)$/sbxvar.obj      \
49    $(SLO)$/sbxarray.obj    \
50    $(SLO)$/sbxobj.obj  \
51    $(SLO)$/sbxcoll.obj \
52    $(SLO)$/sbxexec.obj \
53    $(SLO)$/sbxint.obj  \
54    $(SLO)$/sbxlng.obj  \
55    $(SLO)$/sbxsng.obj  \
56    $(SLO)$/sbxmstrm.obj    \
57    $(SLO)$/sbxdbl.obj  \
58    $(SLO)$/sbxcurr.obj     \
59    $(SLO)$/sbxdate.obj \
60    $(SLO)$/sbxstr.obj  \
61    $(SLO)$/sbxbool.obj \
62    $(SLO)$/sbxchar.obj \
63    $(SLO)$/sbxbyte.obj \
64    $(SLO)$/sbxuint.obj \
65    $(SLO)$/sbxulng.obj \
66    $(SLO)$/sbxform.obj \
67    $(SLO)$/sbxscan.obj     \
68    $(SLO)$/sbxdec.obj
69
70
71EXCEPTIONSFILES=$(SLO)$/sbxarray.obj
72
73# --- Targets -------------------------------------------------------------
74
75.INCLUDE :  target.mk
76
77
78