From 86d786342816666d70f9abdb57b46438a079ff5a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 10 Oct 2009 22:58:25 +0000 Subject: Rename pkg/wince/Makefile to pkg/wince/GNUmakefile (it uses GNU extensions). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1714 --- pkg/wince/GNUmakefile.am | 12 ++++++++++++ pkg/wince/Makefile.am | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 pkg/wince/GNUmakefile.am delete mode 100644 pkg/wince/Makefile.am (limited to 'pkg/wince') diff --git a/pkg/wince/GNUmakefile.am b/pkg/wince/GNUmakefile.am new file mode 100644 index 00000000..e710e679 --- /dev/null +++ b/pkg/wince/GNUmakefile.am @@ -0,0 +1,12 @@ + +DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE)) +CONFIG_FILE=wince-cab.cfg +OUTPUT_FILE=@PACKAGE_TARNAME@-@PACKAGE_VERSION@.cab + +EXTRA_DIST=wince-cabgen $(CONFIG_FILE) + +noinst_DATA = $(OUTPUT_FILE) + +$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS) + ./wince-cabgen $< $@ + diff --git a/pkg/wince/Makefile.am b/pkg/wince/Makefile.am deleted file mode 100644 index e710e679..00000000 --- a/pkg/wince/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ - -DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE)) -CONFIG_FILE=wince-cab.cfg -OUTPUT_FILE=@PACKAGE_TARNAME@-@PACKAGE_VERSION@.cab - -EXTRA_DIST=wince-cabgen $(CONFIG_FILE) - -noinst_DATA = $(OUTPUT_FILE) - -$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS) - ./wince-cabgen $< $@ - -- cgit v1.2.3