1*cdf0e10cSrcweir#************************************************************************* 2*cdf0e10cSrcweir# 3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir# 5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir# 7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir# 9*cdf0e10cSrcweir# This file is part of OpenOffice.org. 10*cdf0e10cSrcweir# 11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir# only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir# 15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir# 21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir# version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir# for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir# 26*cdf0e10cSrcweir#************************************************************************* 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirPRJ=..$/..$/.. 29*cdf0e10cSrcweir 30*cdf0e10cSrcweirPRJNAME=sc 31*cdf0e10cSrcweirTARGET=docshell 32*cdf0e10cSrcweirLIBTARGET=no 33*cdf0e10cSrcweir 34*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 35*cdf0e10cSrcweir 36*cdf0e10cSrcweir.INCLUDE : scpre.mk 37*cdf0e10cSrcweir.INCLUDE : settings.mk 38*cdf0e10cSrcweir.INCLUDE : sc.mk 39*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk 40*cdf0e10cSrcweir 41*cdf0e10cSrcweir# --- Files -------------------------------------------------------- 42*cdf0e10cSrcweir 43*cdf0e10cSrcweirCXXFILES = \ 44*cdf0e10cSrcweir docsh.cxx \ 45*cdf0e10cSrcweir docsh2.cxx \ 46*cdf0e10cSrcweir docsh3.cxx \ 47*cdf0e10cSrcweir docsh4.cxx \ 48*cdf0e10cSrcweir docsh5.cxx \ 49*cdf0e10cSrcweir docsh6.cxx \ 50*cdf0e10cSrcweir docsh7.cxx \ 51*cdf0e10cSrcweir docsh8.cxx \ 52*cdf0e10cSrcweir externalrefmgr.cxx \ 53*cdf0e10cSrcweir tablink.cxx \ 54*cdf0e10cSrcweir arealink.cxx \ 55*cdf0e10cSrcweir dbdocfun.cxx \ 56*cdf0e10cSrcweir dbdocimp.cxx \ 57*cdf0e10cSrcweir impex.cxx \ 58*cdf0e10cSrcweir docfunc.cxx \ 59*cdf0e10cSrcweir olinefun.cxx \ 60*cdf0e10cSrcweir servobj.cxx \ 61*cdf0e10cSrcweir tpstat.cxx \ 62*cdf0e10cSrcweir autostyl.cxx \ 63*cdf0e10cSrcweir pagedata.cxx \ 64*cdf0e10cSrcweir hiranges.cxx \ 65*cdf0e10cSrcweir pntlock.cxx \ 66*cdf0e10cSrcweir sizedev.cxx \ 67*cdf0e10cSrcweir editable.cxx 68*cdf0e10cSrcweir 69*cdf0e10cSrcweir 70*cdf0e10cSrcweirSLOFILES = \ 71*cdf0e10cSrcweir $(SLO)$/docsh.obj \ 72*cdf0e10cSrcweir $(SLO)$/docsh2.obj \ 73*cdf0e10cSrcweir $(SLO)$/docsh3.obj \ 74*cdf0e10cSrcweir $(SLO)$/docsh4.obj \ 75*cdf0e10cSrcweir $(SLO)$/docsh5.obj \ 76*cdf0e10cSrcweir $(SLO)$/docsh6.obj \ 77*cdf0e10cSrcweir $(SLO)$/docsh7.obj \ 78*cdf0e10cSrcweir $(SLO)$/docsh8.obj \ 79*cdf0e10cSrcweir $(SLO)$/externalrefmgr.obj \ 80*cdf0e10cSrcweir $(SLO)$/tablink.obj \ 81*cdf0e10cSrcweir $(SLO)$/arealink.obj \ 82*cdf0e10cSrcweir $(SLO)$/dbdocfun.obj \ 83*cdf0e10cSrcweir $(SLO)$/dbdocimp.obj \ 84*cdf0e10cSrcweir $(SLO)$/impex.obj \ 85*cdf0e10cSrcweir $(SLO)$/docfunc.obj \ 86*cdf0e10cSrcweir $(SLO)$/olinefun.obj \ 87*cdf0e10cSrcweir $(SLO)$/servobj.obj \ 88*cdf0e10cSrcweir $(SLO)$/tpstat.obj \ 89*cdf0e10cSrcweir $(SLO)$/autostyl.obj \ 90*cdf0e10cSrcweir $(SLO)$/pagedata.obj \ 91*cdf0e10cSrcweir $(SLO)$/hiranges.obj \ 92*cdf0e10cSrcweir $(SLO)$/pntlock.obj \ 93*cdf0e10cSrcweir $(SLO)$/sizedev.obj \ 94*cdf0e10cSrcweir $(SLO)$/editable.obj 95*cdf0e10cSrcweir 96*cdf0e10cSrcweir 97*cdf0e10cSrcweirEXCEPTIONSFILES= \ 98*cdf0e10cSrcweir $(SLO)$/docsh.obj \ 99*cdf0e10cSrcweir $(SLO)$/docsh3.obj \ 100*cdf0e10cSrcweir $(SLO)$/docsh4.obj \ 101*cdf0e10cSrcweir $(SLO)$/docsh5.obj \ 102*cdf0e10cSrcweir $(SLO)$/docsh8.obj \ 103*cdf0e10cSrcweir $(SLO)$/externalrefmgr.obj \ 104*cdf0e10cSrcweir $(SLO)$/dbdocimp.obj \ 105*cdf0e10cSrcweir $(SLO)$/docfunc.obj 106*cdf0e10cSrcweir 107*cdf0e10cSrcweirSRS1NAME=$(TARGET) 108*cdf0e10cSrcweirSRC1FILES = tpstat.src 109*cdf0e10cSrcweir 110*cdf0e10cSrcweirLIB1TARGET = $(SLB)$/$(TARGET).lib 111*cdf0e10cSrcweir 112*cdf0e10cSrcweirLIB1OBJFILES = \ 113*cdf0e10cSrcweir $(SLO)$/docsh.obj \ 114*cdf0e10cSrcweir $(SLO)$/docsh2.obj \ 115*cdf0e10cSrcweir $(SLO)$/docsh3.obj \ 116*cdf0e10cSrcweir $(SLO)$/docsh4.obj \ 117*cdf0e10cSrcweir $(SLO)$/docsh5.obj \ 118*cdf0e10cSrcweir $(SLO)$/docsh6.obj \ 119*cdf0e10cSrcweir $(SLO)$/docsh7.obj \ 120*cdf0e10cSrcweir $(SLO)$/docsh8.obj \ 121*cdf0e10cSrcweir $(SLO)$/externalrefmgr.obj \ 122*cdf0e10cSrcweir $(SLO)$/tablink.obj \ 123*cdf0e10cSrcweir $(SLO)$/arealink.obj \ 124*cdf0e10cSrcweir $(SLO)$/dbdocfun.obj \ 125*cdf0e10cSrcweir $(SLO)$/dbdocimp.obj \ 126*cdf0e10cSrcweir $(SLO)$/impex.obj \ 127*cdf0e10cSrcweir $(SLO)$/docfunc.obj \ 128*cdf0e10cSrcweir $(SLO)$/olinefun.obj \ 129*cdf0e10cSrcweir $(SLO)$/servobj.obj \ 130*cdf0e10cSrcweir $(SLO)$/autostyl.obj \ 131*cdf0e10cSrcweir $(SLO)$/pagedata.obj \ 132*cdf0e10cSrcweir $(SLO)$/hiranges.obj \ 133*cdf0e10cSrcweir $(SLO)$/pntlock.obj \ 134*cdf0e10cSrcweir $(SLO)$/sizedev.obj \ 135*cdf0e10cSrcweir $(SLO)$/editable.obj 136*cdf0e10cSrcweir 137*cdf0e10cSrcweir# --- Tagets ------------------------------------------------------- 138*cdf0e10cSrcweir 139*cdf0e10cSrcweir.INCLUDE : target.mk 140*cdf0e10cSrcweir 141