summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/cygwin/w32api.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/cygwin/w32api.am')
-rw-r--r--contrib/crossrpms/cygwin/w32api.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/crossrpms/cygwin/w32api.am b/contrib/crossrpms/cygwin/w32api.am
deleted file mode 100644
index 6f024ef13e..0000000000
--- a/contrib/crossrpms/cygwin/w32api.am
+++ /dev/null
@@ -1,21 +0,0 @@
-EXTRA_DIST += target-w32api.add
-EXTRA_DIST += w32api.add
-
-W32API_SUBPACKAGES = $(top_srcdir)/common/common.add
-W32API_SUBPACKAGES += $(srcdir)/w32api.add
-W32API_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add
-W32API_SUBPACKAGES += $(top_srcdir)/common/clean.add
-W32API_SUBPACKAGES += $(srcdir)/target-w32api.add
-
-$(TARGET)-w32api.spec.in: $(W32API_SUBPACKAGES) Makefile.am
- cat $(W32API_SUBPACKAGES) | sed \
- -e "s/[@]W32API_VERS[@]/$(W32API_VERS)/g" \
- -e "s/[@]W32API_RPMREL[@]/$(W32API_RPMREL)/g" \
- -e "s,%{gcc_rpmvers},%{w32api_rpmvers},g" \
- | $(MKSPEC0) > $(TARGET)-w32api.spec.in
-CLEANFILES += $(TARGET)-w32api.spec.in
-
-@rpmprefix@$(TARGET)-w32api.spec: $(TARGET)-w32api.spec.in
- $(MKSPEC) $(TARGET)-w32api.spec.in | $(SPECSTRIP) > $@
-CLEANFILES += @rpmprefix@$(TARGET)-w32api.spec
-noinst_DATA += @rpmprefix@$(TARGET)-w32api.spec