File: Make.rules.in

package info (click to toggle)
console-data 2%3A1.12-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,396 kB
  • sloc: sh: 3,272; pascal: 472; makefile: 239; perl: 168
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
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) <$< >$@