File: aaasimple.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 (27 lines) | stat: -rw-r--r-- 643 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
24
25
26
27
###	SPAR <http://www.cpan.org/scripts/>
###	1	644	1236523730	1380446472	hint
This test is trivial and fundamental.  Something is totally wrong!
###	13	644	1067451873	965331711	Makeppfile
#
# This test is about the simplest possible test of a makefile, using
# the most straightforward inference rules.
#

file3: file1 file2
	&cat file1 file2 -o $@

file2:
	&echo 2 -o $(target)

file1:
	&echo 1 -o $(target)
###	D	755	1067451873	965332260	answers
###	1	644	1067451873	965332255	answers/file1
1
###	1	644	1067451873	965332253	answers/file2
2
###	2	644	1067451873	965332260	answers/file3
1
2
###	1	644	1067451873	965332231	answers/n_files
3 0 0