summaryrefslogtreecommitdiff
path: root/odk/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'odk/util/makefile.mk')
-rw-r--r--odk/util/makefile.mk58
1 files changed, 58 insertions, 0 deletions
diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk
new file mode 100644
index 000000000000..7f6517ed42a8
--- /dev/null
+++ b/odk/util/makefile.mk
@@ -0,0 +1,58 @@
+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)
+