File: recursive_rules.test

package info (click to toggle)
makepp 2.0.98.5-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,744 kB
  • sloc: perl: 15,893; makefile: 38; javascript: 25; sh: 1
file content (23 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###	SPAR <http://www.cpan.org/scripts/>
###	9	644	1067451878	987381821	Makefile
$(phony all): x.gasp.gasped.s

%.gasp.s: %.s
	&echo 'Gasp!' -o $@
	&cat $^ -o>>$@

%.gasped.s: %.s
	&echo "Already gasped." -o $@
	&cat $^ -o>>$@
###	1	644	1067451878	987381788	x.s
test
###	D	755	1067451878	987382350	answers
###	3	644	1067451878	987382331	answers/x.gasp.gasped.s
Already gasped.
Gasp!
test
###	1	644	1067451878	1190053918	answers/n_files
2 1 0
###	2	644	1067451878	987382331	answers/x.gasp.s
Gasp!
test