blob: 733ed803a3a6329371e118fd1913f4161ccfe605 [file] [log] [blame]
#**************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#**************************************************************
PRJ=..
PRJNAME=odk
TARGET=odk
# ------------------------------------------------------------------
.INCLUDE: settings.mk
.INCLUDE: makefile.pmk
# ------------------------------------------------------------------
.IF "$(L10N_framework)"==""
ZIP1TARGET=odkexamples
ZIP1FLAGS=-u -r
ZIP1DIR=$(PRJ)
ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" -x "*ConverterServlet*" -x "*NotesAccess*" -x "*delphi*"
.ENDIF
.INCLUDE : target.mk
.IF "$(L10N_framework)"==""
ALLTAR:\
$(BIN)$/$(PRODUCTZIPFILE)
# $(BIN)$/odk_oo.zip
.ENDIF
$(BIN)$/$(PRODUCTZIPFILE) : $(SDK_CONTENT_CHECK_FILES) $(SDK_CHECK_FLAGS)
cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/$(PRODUCTZIPFILE) . $(CHECKZIPRESULT)
$(PERL) -w $(SOLARENV)$/bin$/cleanzip.pl $@
# cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/$(PRODUCTZIPFILE) . -x "idl/*" $(CHECKZIPRESULT)
# cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/odkidl.zip idl/* $(CHECKZIPRESULT)
ODK_OO_FILES=\
$(PRJ)$/index.html \
$(PRJ)$/docs$/tools.html \
$(PRJ)$/docs$/notsupported.html \
$(PRJ)$/docs$/install.html \
$(PRJ)$/docs$/sdk_styles.css \
$(PRJ)$/docs$/images$/arrow-1.gif \
$(PRJ)$/docs$/images$/arrow-3.gif \
$(PRJ)$/docs$/images$/bg_table.gif \
$(PRJ)$/docs$/images$/bg_table2.gif \
$(PRJ)$/docs$/images$/bg_table3.gif \
$(PRJ)$/docs$/images$/nav_down.png \
$(PRJ)$/docs$/images$/nav_home.png \
$(PRJ)$/docs$/images$/nav_left.png \
$(PRJ)$/docs$/images$/nav_right.png \
$(PRJ)$/docs$/images$/nav_up.png \
$(PRJ)$/docs$/images$/sdk_head-1.gif \
$(PRJ)$/docs$/images$/sdk_head-2.gif \
$(PRJ)$/docs$/images$/sdk_head-3.gif \
$(PRJ)$/docs$/images$/sdk_line-1.gif \
$(PRJ)$/docs$/images$/sdk_line-2.gif \
$(PRJ)$/examples$/examples.html \
$(PRJ)$/examples$/DevelopersGuide$/examples.html
$(BIN)$/odk_oo.zip : $(ODK_OO_FILES)
cd $(PRJ) && zip -urq $(subst,$(PRJ)$/, $(BIN)$/odk_oo.zip) $(subst,$(PRJ)$/, $<) $(CHECKZIPRESULT)