office-gobmx/dbaccess/source/ui/querydesign/makefile.mk

94 lines
3.1 KiB
Makefile
Raw Normal View History

2001-02-05 02:35:57 -06: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
#
# OpenOffice.org - a multi-platform office productivity suite
2001-02-05 02:35:57 -06:00
#
# $RCSfile: makefile.mk,v $
2001-02-05 02:35:57 -06:00
#
# $Revision: 1.17 $
2001-02-05 02:35:57 -06:00
#
# This file is part of OpenOffice.org.
2001-02-05 02:35:57 -06: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
#
# 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
#
# 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
.INCLUDE : $(PRJ)$/util$/makefile.pmk
2001-02-05 02:35:57 -06:00
# --- Files --------------------------------------------------------
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 \
$(SLO)$/QueryTextView.obj \
2001-10-09 05:35:07 -05:00
$(SLO)$/QTableConnection.obj \
$(SLO)$/querycontroller.obj \
2001-08-30 09:14:30 -05:00
$(SLO)$/querycontainerwindow.obj \
$(SLO)$/queryview.obj \
$(SLO)$/TableConnection.obj \
$(SLO)$/TableConnectionData.obj
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
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