summaryrefslogtreecommitdiff
path: root/pkg/wince/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/wince/GNUmakefile')
-rw-r--r--pkg/wince/GNUmakefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkg/wince/GNUmakefile b/pkg/wince/GNUmakefile
deleted file mode 100644
index b6acc3b8..00000000
--- a/pkg/wince/GNUmakefile
+++ /dev/null
@@ -1,15 +0,0 @@
-
-include ../config.make
-
-DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE))
-EXECUTABLES=$(filter %.exe, $(DEPS))
-CONFIG_FILE=wince-cab.cfg
-OUTPUT_FILE=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).cab
-
-$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS)
- $(STRIP) $(EXECUTABLES)
- ./wince-cabgen $< $@
-
-clean:
- rm -f $(OUTPUT_FILE)
-