2000-10-26 13:46:14 +00:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2006-07-10 14:24:15 +00:00
|
|
|
# $Revision: 1.17 $
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2006-07-10 14:24:15 +00:00
|
|
|
# last change: $Author: obo $ $Date: 2006-07-10 15:24:15 $
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# The Contents of this file are made available subject to
|
|
|
|
# the terms of GNU Lesser General Public License Version 2.1.
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# GNU Lesser General Public License Version 2.1
|
|
|
|
# =============================================
|
|
|
|
# Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License version 2.1, as published by the Free Software Foundation.
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# This library 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 for more details.
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
2005-09-08 13:29:57 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
# MA 02111-1307 USA
|
2000-10-26 13:46:14 +00:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=..$/..$/..
|
|
|
|
PRJINC=$(PRJ)$/source
|
|
|
|
PRJNAME=dbaccess
|
|
|
|
TARGET=browser
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
2001-08-28 15:10:30 +00:00
|
|
|
EXCEPTIONSFILES=\
|
2006-07-10 14:24:15 +00:00
|
|
|
$(SLO)$/genericcontroller.obj \
|
2001-03-23 09:59:30 +00:00
|
|
|
$(SLO)$/dsbrowserDnD.obj \
|
2001-01-09 14:45:44 +00:00
|
|
|
$(SLO)$/dataview.obj \
|
|
|
|
$(SLO)$/dbexchange.obj \
|
|
|
|
$(SLO)$/dbloader.obj \
|
|
|
|
$(SLO)$/sbagrid.obj \
|
|
|
|
$(SLO)$/formadapter.obj \
|
|
|
|
$(SLO)$/brwview.obj \
|
|
|
|
$(SLO)$/brwctrlr.obj \
|
|
|
|
$(SLO)$/unodatbr.obj \
|
|
|
|
$(SLO)$/sbamultiplex.obj \
|
2001-08-30 14:07:14 +00:00
|
|
|
$(SLO)$/exsrcbrw.obj \
|
2001-10-04 12:38:40 +00:00
|
|
|
$(SLO)$/dbtreemodel.obj \
|
|
|
|
$(SLO)$/dsEntriesNoExp.obj \
|
2001-08-30 14:07:14 +00:00
|
|
|
$(SLO)$/dbtreeview.obj
|
2000-10-26 13:46:14 +00:00
|
|
|
|
2001-08-28 15:10:30 +00:00
|
|
|
SLOFILES =\
|
|
|
|
$(EXCEPTIONSFILES)\
|
2001-09-20 11:59:25 +00:00
|
|
|
$(SLO)$/AsyncronousLink.obj
|
2001-08-28 15:10:30 +00:00
|
|
|
|
2003-08-25 14:02:45 +00:00
|
|
|
SRS1NAME=$(TARGET)
|
|
|
|
SRC1FILES = sbabrw.src \
|
2000-10-26 13:46:14 +00:00
|
|
|
sbagrid.src
|
|
|
|
|
|
|
|
# --- Targets -------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|
|
|
|
$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
|
|
|
|
|
|
|
|
|