xref: /AOO41X/main/dbaccess/source/ui/uno/makefile.mk (revision 8809db7a87f97847b57a57f4cd2b0104b2b83182)
1*8809db7aSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
3*8809db7aSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*8809db7aSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*8809db7aSAndrew Rist#  distributed with this work for additional information
6*8809db7aSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*8809db7aSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*8809db7aSAndrew Rist#  "License"); you may not use this file except in compliance
9*8809db7aSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
11*8809db7aSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
13*8809db7aSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*8809db7aSAndrew Rist#  software distributed under the License is distributed on an
15*8809db7aSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8809db7aSAndrew Rist#  KIND, either express or implied.  See the License for the
17*8809db7aSAndrew Rist#  specific language governing permissions and limitations
18*8809db7aSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
20*8809db7aSAndrew Rist#**************************************************************
21cdf0e10cSrcweirPRJ=..$/..$/..
22cdf0e10cSrcweirPRJINC=$(PRJ)$/source
23cdf0e10cSrcweirPRJNAME=dbaccess
24cdf0e10cSrcweirTARGET=uiuno
25cdf0e10cSrcweir
26cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
27cdf0e10cSrcweir
28cdf0e10cSrcweir# --- Settings ----------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir.INCLUDE : settings.mk
31cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk
32cdf0e10cSrcweir
33cdf0e10cSrcweir# --- Files -------------------------------------
34cdf0e10cSrcweir
35cdf0e10cSrcweir# ... resource files ............................
36cdf0e10cSrcweir
37cdf0e10cSrcweirSRS1NAME=$(TARGET)
38cdf0e10cSrcweirSRC1FILES = \
39cdf0e10cSrcweir        dbinteraction.src \
40cdf0e10cSrcweir        copytablewizard.src
41cdf0e10cSrcweir
42cdf0e10cSrcweir# ... object files ............................
43cdf0e10cSrcweir# workaround for issue http://qa.openoffice.org/issues/show_bug.cgi?id=102305 Linux specific
44cdf0e10cSrcweir.IF "$(COM)" == "GCC"
45cdf0e10cSrcweirNOOPTFILES=\
46cdf0e10cSrcweir        $(SLO)$/copytablewizard.obj
47cdf0e10cSrcweir.ENDIF
48cdf0e10cSrcweir
49cdf0e10cSrcweirSLOFILES=   \
50cdf0e10cSrcweir        $(SLO)$/copytablewizard.obj \
51cdf0e10cSrcweir        $(SLO)$/composerdialogs.obj \
52cdf0e10cSrcweir        $(SLO)$/unosqlmessage.obj   \
53cdf0e10cSrcweir        $(SLO)$/unoadmin.obj    \
54cdf0e10cSrcweir        $(SLO)$/admindlg.obj    \
55cdf0e10cSrcweir        $(SLO)$/TableFilterDlg.obj  \
56cdf0e10cSrcweir        $(SLO)$/AdvancedSettingsDlg.obj \
57cdf0e10cSrcweir        $(SLO)$/unoDirectSql.obj    \
58cdf0e10cSrcweir        $(SLO)$/DBTypeWizDlg.obj    \
59cdf0e10cSrcweir        $(SLO)$/DBTypeWizDlgSetup.obj   \
60cdf0e10cSrcweir        $(SLO)$/UserSettingsDlg.obj \
61cdf0e10cSrcweir        $(SLO)$/ColumnModel.obj \
62cdf0e10cSrcweir        $(SLO)$/ColumnControl.obj   \
63cdf0e10cSrcweir        $(SLO)$/ColumnPeer.obj  \
64cdf0e10cSrcweir        $(SLO)$/dbinteraction.obj \
65cdf0e10cSrcweir        $(SLO)$/textconnectionsettings_uno.obj
66cdf0e10cSrcweir
67cdf0e10cSrcweir# --- Targets ----------------------------------
68cdf0e10cSrcweir
69cdf0e10cSrcweir.INCLUDE : target.mk
70