Tag: cws_src680_rptwizard01 User: lla Date: 2008-06-02 07:06:59+0000 Modified: dba/reportdesign/template/en-US/wizard/report/makefile.mk
Log: #i86092# makefile for default template File Changes: Directory: /dba/reportdesign/template/en-US/wizard/report/ ========================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/template/en-US/wizard/report/makefile.mk?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +77 -0 -------------------- --- makefile.mk 2008-06-02 06:50:16+0000 1.1.2.1 +++ makefile.mk 2008-06-02 07:06:56+0000 1.1.2.2 @@ -0,0 +1,77 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.2.2 $ +# +# last change: $Author: lla $ $Date: 2008/06/02 07:06:56 $ +# +# The Contents of this file are made available subject to +# the terms of GNU Lesser General Public License Version 2.1. +# +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2005 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# 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. +# +# 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. +# +# 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 +# +#************************************************************************* + +PRJ=..$/..$/..$/.. + +PRJNAME=reportdesign +TARGET=template_en_us +PACKAGE= + +.INCLUDE : $(PRJ)$/util$/makefile.pmk + +# --- Targets ------------------------------------------------------ + +XCUFILES= + +MODULEFILES= + +OTR_FILES_IN_REPORT_BUILDER_EXT=\ + default.otr + +# OTR_FILES_IN_TEMPLATE_EXT=\ +# finance.odr \ +# finance_2.odr \ +# yellow.odr + +ALLTAR: COPYFILES # COPYFILES2 + +.INCLUDE : target.mk + +#------------------------------------------------------------------------------- + +TARGETDIR=$(MISC)$/template$/en-US$/wizard$/report + +COPYFILES: $(OTR_FILES_IN_REPORT_BUILDER_EXT) $(XCU_FILES) + @@-$(MKDIRHIER) $(TARGETDIR) + $(COPY) $(OTR_FILES_IN_REPORT_BUILDER_EXT) $(TARGETDIR) + +#------------------------------------------------------------------------------- + +# TARGETDIR2=$(MISC)$/templates$/template$/wizard$/report +# +# COPYFILES2: $(OTR_FILES_IN_TEMPLATE_EXT) $(XCU_FILES) +# @@-$(MKDIRHIER) $(TARGETDIR2) +# $(COPY) $(OTR_FILES_IN_TEMPLATE_EXT) $(TARGETDIR2) + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
