xref: /AOO41X/main/dbaccess/source/ui/querydesign/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25PRJINC=$(PRJ)$/source
26PRJNAME=dbaccess
27TARGET=querydesign
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE :  settings.mk
32.INCLUDE : $(PRJ)$/util$/makefile.pmk
33
34# --- Files --------------------------------------------------------
35
36EXCEPTIONSFILES =\
37            $(SLO)$/ConnectionLineAccess.obj    \
38            $(SLO)$/TableWindowAccess.obj       \
39            $(SLO)$/JAccess.obj                 \
40            $(SLO)$/JoinDesignView.obj          \
41            $(SLO)$/JoinController.obj          \
42            $(SLO)$/QueryDesignView.obj         \
43            $(SLO)$/SelectionBrowseBox.obj      \
44            $(SLO)$/querydlg.obj                \
45            $(SLO)$/QueryTabWinUndoAct.obj      \
46            $(SLO)$/QueryMoveTabWinUndoAct.obj  \
47            $(SLO)$/QueryTabConnUndoAction.obj  \
48            $(SLO)$/TableFieldDescription.obj   \
49            $(SLO)$/JoinTableView.obj           \
50            $(SLO)$/QueryViewSwitch.obj         \
51            $(SLO)$/QueryTableView.obj          \
52            $(SLO)$/TableWindowData.obj         \
53            $(SLO)$/QTableWindow.obj            \
54            $(SLO)$/TableWindow.obj             \
55            $(SLO)$/JoinExchange.obj            \
56            $(SLO)$/TableWindowListBox.obj      \
57            $(SLO)$/TableWindowTitle.obj        \
58            $(SLO)$/QueryTextView.obj           \
59            $(SLO)$/QTableConnection.obj        \
60            $(SLO)$/querycontroller.obj         \
61            $(SLO)$/querycontainerwindow.obj    \
62            $(SLO)$/queryview.obj               \
63            $(SLO)$/TableConnection.obj         \
64            $(SLO)$/TableConnectionData.obj
65
66SLOFILES =\
67            $(EXCEPTIONSFILES)                  \
68            $(SLO)$/TableFieldInfo.obj          \
69            $(SLO)$/QTableConnectionData.obj    \
70            $(SLO)$/QTableWindowData.obj        \
71            $(SLO)$/ConnectionLine.obj          \
72            $(SLO)$/ConnectionLineData.obj
73
74SRS1NAME=$(TARGET)
75SRC1FILES =  query.src      \
76            querydlg.src    \
77
78# --- Targets -------------------------------------------------------
79
80
81.INCLUDE :  target.mk
82
83$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
84
85
86