2001-02-05 02:35:57 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# $Revision: 1.17 $
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
2008-04-10 10:27:55 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2001-02-05 02:35:57 -06:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=..$/..$/..
|
|
|
|
PRJINC=$(PRJ)$/source
|
|
|
|
PRJNAME=dbaccess
|
|
|
|
TARGET=querydesign
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
2007-07-06 02:40:27 -05:00
|
|
|
.INCLUDE : $(PRJ)$/util$/makefile.pmk
|
2004-05-18 22:36:43 -05:00
|
|
|
|
2001-02-05 02:35:57 -06:00
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
2001-08-23 08:39:09 -05:00
|
|
|
EXCEPTIONSFILES =\
|
2002-02-06 01:55:34 -06:00
|
|
|
$(SLO)$/ConnectionLineAccess.obj \
|
|
|
|
$(SLO)$/TableWindowAccess.obj \
|
|
|
|
$(SLO)$/JAccess.obj \
|
2001-02-28 03:18:26 -06:00
|
|
|
$(SLO)$/JoinDesignView.obj \
|
|
|
|
$(SLO)$/JoinController.obj \
|
2001-02-05 02:35:57 -06:00
|
|
|
$(SLO)$/QueryDesignView.obj \
|
|
|
|
$(SLO)$/SelectionBrowseBox.obj \
|
|
|
|
$(SLO)$/querydlg.obj \
|
|
|
|
$(SLO)$/QueryTabWinUndoAct.obj \
|
|
|
|
$(SLO)$/QueryMoveTabWinUndoAct.obj \
|
|
|
|
$(SLO)$/QueryTabConnUndoAction.obj \
|
|
|
|
$(SLO)$/TableFieldDescription.obj \
|
|
|
|
$(SLO)$/JoinTableView.obj \
|
|
|
|
$(SLO)$/QueryViewSwitch.obj \
|
|
|
|
$(SLO)$/QueryTableView.obj \
|
|
|
|
$(SLO)$/TableWindowData.obj \
|
|
|
|
$(SLO)$/QTableWindow.obj \
|
|
|
|
$(SLO)$/TableWindow.obj \
|
|
|
|
$(SLO)$/JoinExchange.obj \
|
|
|
|
$(SLO)$/TableWindowListBox.obj \
|
|
|
|
$(SLO)$/TableWindowTitle.obj \
|
2001-08-23 08:39:09 -05:00
|
|
|
$(SLO)$/QueryTextView.obj \
|
2001-10-09 05:35:07 -05:00
|
|
|
$(SLO)$/QTableConnection.obj \
|
2001-08-23 08:39:09 -05:00
|
|
|
$(SLO)$/querycontroller.obj \
|
2001-08-30 09:14:30 -05:00
|
|
|
$(SLO)$/querycontainerwindow.obj \
|
2006-06-19 21:29:45 -05:00
|
|
|
$(SLO)$/queryview.obj \
|
|
|
|
$(SLO)$/TableConnection.obj \
|
|
|
|
$(SLO)$/TableConnectionData.obj
|
2001-08-23 08:39:09 -05:00
|
|
|
|
|
|
|
SLOFILES =\
|
|
|
|
$(EXCEPTIONSFILES) \
|
|
|
|
$(SLO)$/TableFieldInfo.obj \
|
|
|
|
$(SLO)$/QTableConnectionData.obj \
|
|
|
|
$(SLO)$/QTableWindowData.obj \
|
2001-02-05 02:35:57 -06:00
|
|
|
$(SLO)$/ConnectionLine.obj \
|
2001-08-30 09:14:30 -05:00
|
|
|
$(SLO)$/ConnectionLineData.obj
|
2001-05-23 08:16:42 -05:00
|
|
|
|
2003-08-25 09:03:26 -05:00
|
|
|
SRS1NAME=$(TARGET)
|
|
|
|
SRC1FILES = query.src \
|
2001-02-05 02:35:57 -06:00
|
|
|
querydlg.src \
|
|
|
|
|
|
|
|
# --- Targets -------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|
|
|
|
$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
|
|
|
|
|
|
|
|
|