File: 2004_03_03_scan_build.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-- 541 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/>
###	1	644	1103317920	1208344763	is_relevant.pl
is_windows < 2
###	3	755	1119218920	1078367492	makepp_test_script.pl
eval { makepp '-k' } and die;

1;
###	8	644	1078366902	1186228198	Makeppfile
%: %.o
	&echo "NOK" -o x
%: %.obj			# Alternate rule for Windows native compilers
	&echo "NOK" -o x

a.h:
	if [ ! -f a ]; then echo "OK" >a; fi
	perl { die }
###	3	644	1078366655	1078366653	a.c
#if 0
# include "a.h"
#endif
###	D	755	1078366735	1078366724	answers
###	1	644	1078366735	1078366724	answers/a
OK