]> andersk Git - splint.git/blob - test/tests2.4/Makefile-tests2.4.os2
Hopefully fixed configuration program caused by running an old version of automake.
[splint.git] / test / tests2.4 / Makefile-tests2.4.os2
1 .PHONY: emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog error ulrich cpptest longlong subdir fink driverstub alignof source emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog error ulrich cpptest longlong subdir fink driverstub alignof source\r
2 \r
3 LCLINT = lclint\r
4 \r
5 all: emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog ulrich cpptest longlong subdir fink alignof source \r
6 #error driverstub \r
7 \r
8 emptycase:\r
9         $(LCLINT) emptycase.c \r
10 \r
11 enumtest:\r
12         $(LCLINT) enumtest.c -expect 2\r
13 \r
14 duffs:\r
15         $(LCLINT) duffs.c -expect 7\r
16 \r
17 bitfields:\r
18         $(LCLINT) bitfields.c\r
19 \r
20 bugs:\r
21         $(LCLINT) bug1.c \r
22         $(LCLINT) bug2.c -expect 5 \r
23         $(LCLINT) bug3.c -expect 3\r
24 \r
25 tests:\r
26         $(LCLINT) test0.c \r
27         $(LCLINT) test1.c \r
28         $(LCLINT) test2.c \r
29 \r
30 hexconstants:\r
31         $(LCLINT) hexconstants.c -expect 1 \r
32         $(LCLINT) +checks hexconstants.c -expect 4\r
33 \r
34 innercomment:\r
35         $(LCLINT) innercomment.c -expect 2 +forcehints \r
36         $(LCLINT) innercomment.c -nestcomment\r
37 \r
38 nothing:\r
39         $(LCLINT) nothing.c \r
40 \r
41 offsetof:\r
42         $(LCLINT) offsetof.c -expect 2 \r
43 \r
44 komazi:\r
45         $(LCLINT) komazi.c \r
46 \r
47 print:\r
48         $(LCLINT) print.c \r
49 \r
50 syslog:\r
51         $(LCLINT) syslog.c -warnunixlib +unixlib \r
52 \r
53 #error:\r
54 #       $(LCLINT) error.c -expect 1 \r
55 \r
56 ulrich:\r
57         $(LCLINT) ulrich.c -expect 1\r
58 \r
59 cpptest:\r
60         $(LCLINT) cpptest.c '-D__P(x)=x' -expect 1\r
61 \r
62 longlong:\r
63         $(LCLINT) longlong.c -expect 4\r
64 \r
65 subdir:\r
66         $(LCLINT) subdir/main.c subdir/main.lcl\r
67 \r
68 fink:\r
69         $(LCLINT) fink.c \r
70 \r
71 driverstub:\r
72         $(LCLINT) driverstub.c\r
73 \r
74 alignof:\r
75         $(LCLINT) alignof.c -expect 2\r
76 \r
77 source:\r
78         $(LCLINT) -D DBL_MANT_DIG=25 source.c\r
This page took 0.052616 seconds and 5 git commands to generate.