Deleted Added
full compact
Makefile (26119) Makefile (31183)
1#
2# (C)opyright 1993-1996 by Darren Reed.
3#
1#
2# (C)opyright 1993-1996 by Darren Reed.
3#
4# This code may be freely distributed as long as it retains this notice
5# and is not changed in any way. The author accepts no responsibility
6# for the use of this software. I hate legaleese, don't you ?
4# Redistribution and use in source and binary forms are permitted
5# provided that this notice is preserved and due credit is given
6# to the original author and the contributors.
7#
7#
8# where to put things.
9#
10BINDEST=/usr/local/bin
11SBINDEST=/sbin
12MANDIR=/usr/share/man
13
14tests: first 0 ftests ptests
15
16first:
17 -mkdir -p results
18
19# Filtering tests
20ftests: 1 2 3 4 5 6 7 8 9 10 11 12 14
21
22# Rule parsing tests
23ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
24
250:
26 @(cd ..; make ipftest; )
27
281 2 3 4 5 6 7 8 9 10 11 14:
8BINDEST=/usr/local/bin
9SBINDEST=/sbin
10MANDIR=/usr/share/man
11
12tests: first 0 ftests ptests
13
14first:
15 -mkdir -p results
16
17# Filtering tests
18ftests: 1 2 3 4 5 6 7 8 9 10 11 12 14
19
20# Rule parsing tests
21ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
22
230:
24 @(cd ..; make ipftest; )
25
261 2 3 4 5 6 7 8 9 10 11 14:
29 @./dotest $@
27 @/bin/sh ./dotest $@
30
3112:
28
2912:
32 @./hextest $@
30 @/bin/sh ./hextest $@
33
34i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11:
31
32i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11:
35 @./itest $@
33 @/bin/sh ./itest $@
36
37clean:
38 /bin/rm -f 1 2 3 4 5 6 7 8 9 10 11 12 results/*
39 /bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
34
35clean:
36 /bin/rm -f 1 2 3 4 5 6 7 8 9 10 11 12 results/*
37 /bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11