summaryrefslogtreecommitdiff
path: root/make/generic-rules.make
blob: e02ba286c2e89d1554a16117c36e6e15d36e6962 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# title	   package specific rules
# file	   make/Rules.make

# urg
$(outdir)/%.ly: %.lym4
	$(M4) $< | sed "s/\`/,/g" > $@

$(outdir)/%: %.in
	rm -f $@
	cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@



include $(depth)/make/substitute.make