From 8777a9672ecaf308d974a9c36f6edab6ee65bf4b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 21 Jun 2009 19:33:35 +0000 Subject: Add Makefile for building CAB files, dependency calculation. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1607 --- pkg/wince/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pkg/wince/Makefile.am (limited to 'pkg/wince/Makefile.am') diff --git a/pkg/wince/Makefile.am b/pkg/wince/Makefile.am new file mode 100644 index 00000000..13b48d2e --- /dev/null +++ b/pkg/wince/Makefile.am @@ -0,0 +1,10 @@ + +DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE)) +CONFIG_FILE=wince-cab.cfg +OUTPUT_FILE=@PACKAGE_TARNAME@-@PACKAGE_VERSION@.cab + +noinst_DATA = $(OUTPUT_FILE) + +$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS) + ./wince-cabgen $< $@ + -- cgit v1.2.3