summaryrefslogtreecommitdiff
path: root/Make.rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'Make.rules.in')
-rw-r--r--Make.rules.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Make.rules.in b/Make.rules.in
new file mode 100644
index 0000000..81d0130
--- /dev/null
+++ b/Make.rules.in
@@ -0,0 +1,12 @@
+# -*- makefile -*-
+
+# turn around automake 1.2
+COMPRESSOR = @MAIN_COMPRESSOR@
+COMPRESSOR_EXT = @COMPRESSOR_EXT@
+COMPRESSOR_OPTS = @COMPRESSOR_OPTS@
+
+%.$(COMPRESSOR_EXT): %
+ @mkdir -p $(dir $@)
+ @echo -n .
+ @rm -f $@
+ @$(COMPRESSOR) $(COMPRESSOR_OPTS) <$< >$@