diff options
Diffstat (limited to 'pkg/wince/GNUmakefile')
-rw-r--r-- | pkg/wince/GNUmakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/wince/GNUmakefile b/pkg/wince/GNUmakefile new file mode 100644 index 00000000..073346d7 --- /dev/null +++ b/pkg/wince/GNUmakefile @@ -0,0 +1,10 @@ + +include ../config.make + +DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE)) +CONFIG_FILE=wince-cab.cfg +OUTPUT_FILE=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).cab + +$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS) + ./wince-cabgen $< $@ + |