tnef 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/ext/tnef/ChangeLog +18 -0
- data/ext/tnef/Makefile.in +185 -132
- data/ext/tnef/NEWS +4 -1
- data/ext/tnef/aclocal.m4 +440 -266
- data/ext/tnef/autom4te.cache/output.0 +7001 -0
- data/ext/tnef/autom4te.cache/output.1 +7001 -0
- data/ext/tnef/autom4te.cache/requests +159 -0
- data/ext/tnef/autom4te.cache/traces.0 +545 -0
- data/ext/tnef/autom4te.cache/traces.1 +1036 -0
- data/ext/tnef/compile +347 -0
- data/ext/tnef/config.log +971 -0
- data/ext/tnef/configure +380 -194
- data/ext/tnef/configure.in +1 -1
- data/ext/tnef/contrib/evolution.helper +43 -0
- data/ext/tnef/contrib/evolution.helper.README +11 -0
- data/ext/tnef/contrib/tnef-alpine.perl +91 -0
- data/ext/tnef/contrib/tnef-alpine.perl.README +10 -0
- data/ext/tnef/doc/Makefile +659 -0
- data/ext/tnef/doc/Makefile.in +171 -135
- data/ext/tnef/doc/tnef.1 +185 -0
- data/ext/tnef/doc/tnef.1.in +34 -32
- data/ext/tnef/doc/www/Makefile +585 -0
- data/ext/tnef/doc/www/Makefile.in +158 -115
- data/ext/tnef/doc/www/cgi-bin/Makefile +405 -0
- data/ext/tnef/doc/www/cgi-bin/Makefile.in +83 -18
- data/ext/tnef/doc/www/htdocs/Makefile +405 -0
- data/ext/tnef/doc/www/htdocs/Makefile.in +83 -18
- data/ext/tnef/doc/www/htdocs/index.html +51 -0
- data/ext/tnef/doc/www/htdocs/style.css +13 -0
- data/ext/tnef/src/Makefile.in +193 -135
- data/ext/tnef/src/replace/Makefile.in +148 -55
- data/ext/tnef/src/tnef.c +10 -8
- data/ext/tnef/test-driver +127 -0
- data/ext/tnef/tests/Makefile.in +158 -115
- data/ext/tnef/tests/cmdline/Attic/mime-types.baseline +3 -0
- data/ext/tnef/tests/cmdline/Attic/mime-types.test +11 -0
- data/ext/tnef/tests/cmdline/Makefile.in +441 -110
- data/ext/tnef/tests/cmdline/body-test.html.baseline +95 -95
- data/ext/tnef/tests/cmdline/body.baseline +2 -2
- data/ext/tnef/tests/cmdline/interactive.baseline +0 -0
- data/ext/tnef/tests/cmdline/message.html.baseline +95 -95
- data/ext/tnef/tests/cmdline/version.baseline +2 -2
- data/ext/tnef/tests/files/Makefile.in +515 -205
- data/ext/tnef/tests/files/baselines/Makefile.in +83 -18
- data/ext/tnef/tests/files/datafiles/Makefile.in +83 -18
- data/lib/tnef/version.rb +1 -1
- metadata +34 -18
@@ -1,95 +1,95 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
-
<HTML><HEAD>
|
3
|
-
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
|
4
|
-
<META content="MSHTML 6.00.3790.1830" name=GENERATOR></HEAD>
|
5
|
-
<BODY>
|
6
|
-
<DIV>
|
7
|
-
<DIV><FONT face=Arial size=2>THE BILL OF RIGHTS<BR>Amendments 1-10 of the
|
8
|
-
Constitution</FONT></DIV>
|
9
|
-
<DIV> </DIV>
|
10
|
-
<DIV><FONT face=Arial size=2>The Conventions of a number of the States having,
|
11
|
-
at the time of adopting the Constitution, expressed a desire, in order to
|
12
|
-
prevent misconstruction or abuse of its powers, that further declaratory and
|
13
|
-
restrictive clauses should be added, and as extending the ground of public
|
14
|
-
confidence in the Government will best insure the beneficent ends of its
|
15
|
-
institution; <BR>Resolved, by the Senate and House of Representatives of the
|
16
|
-
United States of America, in Congress assembled, two-thirds of both Houses
|
17
|
-
concurring, that the following articles be proposed to the Legislatures of the
|
18
|
-
several States, as amendments to the Constitution of the United States; all or
|
19
|
-
any of which articles, when ratified by three-fourths of the said Legislatures,
|
20
|
-
to be valid to all intents and purposes as part of the said Constitution,
|
21
|
-
namely: </FONT></DIV>
|
22
|
-
<DIV> </DIV>
|
23
|
-
<DIV><FONT face=Arial size=2>Amendment I</FONT></DIV>
|
24
|
-
<DIV> </DIV>
|
25
|
-
<DIV><FONT face=Arial size=2>Congress shall make no law respecting an
|
26
|
-
establishment of religion, or prohibiting the free exercise thereof; or
|
27
|
-
abridging the freedom of speech, or of the press; or the right of the people
|
28
|
-
peaceably to assemble, and to petition the government for a redress of
|
29
|
-
grievances. </FONT></DIV>
|
30
|
-
<DIV> </DIV>
|
31
|
-
<DIV><FONT face=Arial size=2>Amendment II</FONT></DIV>
|
32
|
-
<DIV> </DIV>
|
33
|
-
<DIV><FONT face=Arial size=2>A well regulated militia, being necessary to the
|
34
|
-
security of a free state, the right of the people to keep and bear arms, shall
|
35
|
-
not be infringed. </FONT></DIV>
|
36
|
-
<DIV> </DIV>
|
37
|
-
<DIV><FONT face=Arial size=2>Amendment III</FONT></DIV>
|
38
|
-
<DIV> </DIV>
|
39
|
-
<DIV><FONT face=Arial size=2>No soldier shall, in time of peace be quartered in
|
40
|
-
any house, without the consent of the owner, nor in time of war, but in a manner
|
41
|
-
to be prescribed by law. </FONT></DIV>
|
42
|
-
<DIV> </DIV>
|
43
|
-
<DIV><FONT face=Arial size=2>Amendment IV</FONT></DIV>
|
44
|
-
<DIV> </DIV>
|
45
|
-
<DIV><FONT face=Arial size=2>The right of the people to be secure in their
|
46
|
-
persons, houses, papers, and effects, against unreasonable searches and
|
47
|
-
seizures, shall not be violated, and no warrants shall issue, but upon probable
|
48
|
-
cause, supported by oath or affirmation, and particularly describing the place
|
49
|
-
to be searched, and the persons or things to be seized. </FONT></DIV>
|
50
|
-
<DIV> </DIV>
|
51
|
-
<DIV><FONT face=Arial size=2>Amendment V</FONT></DIV>
|
52
|
-
<DIV> </DIV>
|
53
|
-
<DIV><FONT face=Arial size=2>No person shall be held to answer for a capital, or
|
54
|
-
otherwise infamous crime, unless on a presentment or indictment of a grand jury,
|
55
|
-
except in cases arising in the land or naval forces, or in the militia, when in
|
56
|
-
actual service in time of war or public danger; nor shall any person be subject
|
57
|
-
for the same offense to be twice put in jeopardy of life or limb; nor shall be
|
58
|
-
compelled in any criminal case to be a witness against himself, nor be deprived
|
59
|
-
of life, liberty, or property, without due process of law; nor shall private
|
60
|
-
property be taken for public use, without just compensation. </FONT></DIV>
|
61
|
-
<DIV> </DIV>
|
62
|
-
<DIV><FONT face=Arial size=2>Amendment VI</FONT></DIV>
|
63
|
-
<DIV> </DIV>
|
64
|
-
<DIV><FONT face=Arial size=2>In all criminal prosecutions, the accused shall
|
65
|
-
enjoy the right to a speedy and public trial, by an impartial jury of the state
|
66
|
-
and district wherein the crime shall have been committed, which district shall
|
67
|
-
have been previously ascertained by law, and to be informed of the nature and
|
68
|
-
cause of the accusation; to be confronted with the witnesses against him; to
|
69
|
-
have compulsory process for obtaining witnesses in his favor, and to have the
|
70
|
-
assistance of counsel for his defense. </FONT></DIV>
|
71
|
-
<DIV> </DIV>
|
72
|
-
<DIV><FONT face=Arial size=2>Amendment VII</FONT></DIV>
|
73
|
-
<DIV> </DIV>
|
74
|
-
<DIV><FONT face=Arial size=2>In suits at common law, where the value in
|
75
|
-
controversy shall exceed twenty dollars, the right of trial by jury shall be
|
76
|
-
preserved, and no fact tried by a jury, shall be otherwise reexamined in any
|
77
|
-
court of the United States, than according to the rules of the common law.
|
78
|
-
</FONT></DIV>
|
79
|
-
<DIV> </DIV>
|
80
|
-
<DIV><FONT face=Arial size=2>Amendment VIII</FONT></DIV>
|
81
|
-
<DIV> </DIV>
|
82
|
-
<DIV><FONT face=Arial size=2>Excessive bail shall not be required, nor excessive
|
83
|
-
fines imposed, nor cruel and unusual punishments inflicted. </FONT></DIV>
|
84
|
-
<DIV> </DIV>
|
85
|
-
<DIV><FONT face=Arial size=2>Amendment IX</FONT></DIV>
|
86
|
-
<DIV> </DIV>
|
87
|
-
<DIV><FONT face=Arial size=2>The enumeration in the Constitution, of certain
|
88
|
-
rights, shall not be construed to deny or disparage others retained by the
|
89
|
-
people. </FONT></DIV>
|
90
|
-
<DIV> </DIV>
|
91
|
-
<DIV><FONT face=Arial size=2>Amendment X</FONT></DIV>
|
92
|
-
<DIV> </DIV>
|
93
|
-
<DIV><FONT face=Arial size=2>The powers not delegated to the United States by
|
94
|
-
the Constitution, nor prohibited by it to the states, are reserved to the states
|
95
|
-
respectively, or to the people. </FONT></DIV></DIV></BODY></HTML>
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
+
<HTML><HEAD>
|
3
|
+
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
|
4
|
+
<META content="MSHTML 6.00.3790.1830" name=GENERATOR></HEAD>
|
5
|
+
<BODY>
|
6
|
+
<DIV>
|
7
|
+
<DIV><FONT face=Arial size=2>THE BILL OF RIGHTS<BR>Amendments 1-10 of the
|
8
|
+
Constitution</FONT></DIV>
|
9
|
+
<DIV> </DIV>
|
10
|
+
<DIV><FONT face=Arial size=2>The Conventions of a number of the States having,
|
11
|
+
at the time of adopting the Constitution, expressed a desire, in order to
|
12
|
+
prevent misconstruction or abuse of its powers, that further declaratory and
|
13
|
+
restrictive clauses should be added, and as extending the ground of public
|
14
|
+
confidence in the Government will best insure the beneficent ends of its
|
15
|
+
institution; <BR>Resolved, by the Senate and House of Representatives of the
|
16
|
+
United States of America, in Congress assembled, two-thirds of both Houses
|
17
|
+
concurring, that the following articles be proposed to the Legislatures of the
|
18
|
+
several States, as amendments to the Constitution of the United States; all or
|
19
|
+
any of which articles, when ratified by three-fourths of the said Legislatures,
|
20
|
+
to be valid to all intents and purposes as part of the said Constitution,
|
21
|
+
namely: </FONT></DIV>
|
22
|
+
<DIV> </DIV>
|
23
|
+
<DIV><FONT face=Arial size=2>Amendment I</FONT></DIV>
|
24
|
+
<DIV> </DIV>
|
25
|
+
<DIV><FONT face=Arial size=2>Congress shall make no law respecting an
|
26
|
+
establishment of religion, or prohibiting the free exercise thereof; or
|
27
|
+
abridging the freedom of speech, or of the press; or the right of the people
|
28
|
+
peaceably to assemble, and to petition the government for a redress of
|
29
|
+
grievances. </FONT></DIV>
|
30
|
+
<DIV> </DIV>
|
31
|
+
<DIV><FONT face=Arial size=2>Amendment II</FONT></DIV>
|
32
|
+
<DIV> </DIV>
|
33
|
+
<DIV><FONT face=Arial size=2>A well regulated militia, being necessary to the
|
34
|
+
security of a free state, the right of the people to keep and bear arms, shall
|
35
|
+
not be infringed. </FONT></DIV>
|
36
|
+
<DIV> </DIV>
|
37
|
+
<DIV><FONT face=Arial size=2>Amendment III</FONT></DIV>
|
38
|
+
<DIV> </DIV>
|
39
|
+
<DIV><FONT face=Arial size=2>No soldier shall, in time of peace be quartered in
|
40
|
+
any house, without the consent of the owner, nor in time of war, but in a manner
|
41
|
+
to be prescribed by law. </FONT></DIV>
|
42
|
+
<DIV> </DIV>
|
43
|
+
<DIV><FONT face=Arial size=2>Amendment IV</FONT></DIV>
|
44
|
+
<DIV> </DIV>
|
45
|
+
<DIV><FONT face=Arial size=2>The right of the people to be secure in their
|
46
|
+
persons, houses, papers, and effects, against unreasonable searches and
|
47
|
+
seizures, shall not be violated, and no warrants shall issue, but upon probable
|
48
|
+
cause, supported by oath or affirmation, and particularly describing the place
|
49
|
+
to be searched, and the persons or things to be seized. </FONT></DIV>
|
50
|
+
<DIV> </DIV>
|
51
|
+
<DIV><FONT face=Arial size=2>Amendment V</FONT></DIV>
|
52
|
+
<DIV> </DIV>
|
53
|
+
<DIV><FONT face=Arial size=2>No person shall be held to answer for a capital, or
|
54
|
+
otherwise infamous crime, unless on a presentment or indictment of a grand jury,
|
55
|
+
except in cases arising in the land or naval forces, or in the militia, when in
|
56
|
+
actual service in time of war or public danger; nor shall any person be subject
|
57
|
+
for the same offense to be twice put in jeopardy of life or limb; nor shall be
|
58
|
+
compelled in any criminal case to be a witness against himself, nor be deprived
|
59
|
+
of life, liberty, or property, without due process of law; nor shall private
|
60
|
+
property be taken for public use, without just compensation. </FONT></DIV>
|
61
|
+
<DIV> </DIV>
|
62
|
+
<DIV><FONT face=Arial size=2>Amendment VI</FONT></DIV>
|
63
|
+
<DIV> </DIV>
|
64
|
+
<DIV><FONT face=Arial size=2>In all criminal prosecutions, the accused shall
|
65
|
+
enjoy the right to a speedy and public trial, by an impartial jury of the state
|
66
|
+
and district wherein the crime shall have been committed, which district shall
|
67
|
+
have been previously ascertained by law, and to be informed of the nature and
|
68
|
+
cause of the accusation; to be confronted with the witnesses against him; to
|
69
|
+
have compulsory process for obtaining witnesses in his favor, and to have the
|
70
|
+
assistance of counsel for his defense. </FONT></DIV>
|
71
|
+
<DIV> </DIV>
|
72
|
+
<DIV><FONT face=Arial size=2>Amendment VII</FONT></DIV>
|
73
|
+
<DIV> </DIV>
|
74
|
+
<DIV><FONT face=Arial size=2>In suits at common law, where the value in
|
75
|
+
controversy shall exceed twenty dollars, the right of trial by jury shall be
|
76
|
+
preserved, and no fact tried by a jury, shall be otherwise reexamined in any
|
77
|
+
court of the United States, than according to the rules of the common law.
|
78
|
+
</FONT></DIV>
|
79
|
+
<DIV> </DIV>
|
80
|
+
<DIV><FONT face=Arial size=2>Amendment VIII</FONT></DIV>
|
81
|
+
<DIV> </DIV>
|
82
|
+
<DIV><FONT face=Arial size=2>Excessive bail shall not be required, nor excessive
|
83
|
+
fines imposed, nor cruel and unusual punishments inflicted. </FONT></DIV>
|
84
|
+
<DIV> </DIV>
|
85
|
+
<DIV><FONT face=Arial size=2>Amendment IX</FONT></DIV>
|
86
|
+
<DIV> </DIV>
|
87
|
+
<DIV><FONT face=Arial size=2>The enumeration in the Constitution, of certain
|
88
|
+
rights, shall not be construed to deny or disparage others retained by the
|
89
|
+
people. </FONT></DIV>
|
90
|
+
<DIV> </DIV>
|
91
|
+
<DIV><FONT face=Arial size=2>Amendment X</FONT></DIV>
|
92
|
+
<DIV> </DIV>
|
93
|
+
<DIV><FONT face=Arial size=2>The powers not delegated to the United States by
|
94
|
+
the Constitution, nor prohibited by it to the states, are reserved to the states
|
95
|
+
respectively, or to the people. </FONT></DIV></DIV></BODY></HTML>
|
@@ -428,7 +428,7 @@ TNEF Key: ea64
|
|
428
428
|
(MESS) From <8000> [type: triples <0000>] [len: 66] ={id=4,chgtrp=66,cch=18,cb=32} sender_display_name='Martin Rakhmanoff', sender_address='SMTP:rakhmanoff@sundance.spb.ru'
|
429
429
|
(MESS) Date Received <8006> [type: date <0003>] [len: 14] = Fri 2003/05/23 17:26:17
|
430
430
|
(MESS) Message Status <8007> [type: byte <0006>] [len: 1] = 0x21
|
431
|
-
(MESS) Body <800c> [type: text <0002>] [len: 21] ='Sample description
|
431
|
+
(MESS) Body <800c> [type: text <0002>] [len: 21] ='Sample description
|
432
432
|
'
|
433
433
|
(MESS) Date Modified <8020> [type: date <0003>] [len: 14] = Fri 2003/05/23 17:26:36
|
434
434
|
(MESS) Message ID <8009> [type: string <0001>] [len: 33] ='C326F5735704184D96EBD387444C618B'
|
@@ -683,7 +683,7 @@ TNEF Key: ea64
|
|
683
683
|
(MESS) From <8000> [type: triples <0000>] [len: 66] ={id=4,chgtrp=66,cch=18,cb=32} sender_display_name='Martin Rakhmanoff', sender_address='SMTP:rakhmanoff@sundance.spb.ru'
|
684
684
|
(MESS) Date Received <8006> [type: date <0003>] [len: 14] = Fri 2003/05/23 17:26:17
|
685
685
|
(MESS) Message Status <8007> [type: byte <0006>] [len: 1] = 0x21
|
686
|
-
(MESS) Body <800c> [type: text <0002>] [len: 21] ='Sample description
|
686
|
+
(MESS) Body <800c> [type: text <0002>] [len: 21] ='Sample description
|
687
687
|
'
|
688
688
|
(MESS) Date Modified <8020> [type: date <0003>] [len: 14] = Fri 2003/05/23 17:26:36
|
689
689
|
(MESS) Message ID <8009> [type: string <0001>] [len: 33] ='C326F5735704184D96EBD387444C618B'
|
File without changes
|
@@ -1,95 +1,95 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
-
<HTML><HEAD>
|
3
|
-
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
|
4
|
-
<META content="MSHTML 6.00.3790.1830" name=GENERATOR></HEAD>
|
5
|
-
<BODY>
|
6
|
-
<DIV>
|
7
|
-
<DIV><FONT face=Arial size=2>THE BILL OF RIGHTS<BR>Amendments 1-10 of the
|
8
|
-
Constitution</FONT></DIV>
|
9
|
-
<DIV> </DIV>
|
10
|
-
<DIV><FONT face=Arial size=2>The Conventions of a number of the States having,
|
11
|
-
at the time of adopting the Constitution, expressed a desire, in order to
|
12
|
-
prevent misconstruction or abuse of its powers, that further declaratory and
|
13
|
-
restrictive clauses should be added, and as extending the ground of public
|
14
|
-
confidence in the Government will best insure the beneficent ends of its
|
15
|
-
institution; <BR>Resolved, by the Senate and House of Representatives of the
|
16
|
-
United States of America, in Congress assembled, two-thirds of both Houses
|
17
|
-
concurring, that the following articles be proposed to the Legislatures of the
|
18
|
-
several States, as amendments to the Constitution of the United States; all or
|
19
|
-
any of which articles, when ratified by three-fourths of the said Legislatures,
|
20
|
-
to be valid to all intents and purposes as part of the said Constitution,
|
21
|
-
namely: </FONT></DIV>
|
22
|
-
<DIV> </DIV>
|
23
|
-
<DIV><FONT face=Arial size=2>Amendment I</FONT></DIV>
|
24
|
-
<DIV> </DIV>
|
25
|
-
<DIV><FONT face=Arial size=2>Congress shall make no law respecting an
|
26
|
-
establishment of religion, or prohibiting the free exercise thereof; or
|
27
|
-
abridging the freedom of speech, or of the press; or the right of the people
|
28
|
-
peaceably to assemble, and to petition the government for a redress of
|
29
|
-
grievances. </FONT></DIV>
|
30
|
-
<DIV> </DIV>
|
31
|
-
<DIV><FONT face=Arial size=2>Amendment II</FONT></DIV>
|
32
|
-
<DIV> </DIV>
|
33
|
-
<DIV><FONT face=Arial size=2>A well regulated militia, being necessary to the
|
34
|
-
security of a free state, the right of the people to keep and bear arms, shall
|
35
|
-
not be infringed. </FONT></DIV>
|
36
|
-
<DIV> </DIV>
|
37
|
-
<DIV><FONT face=Arial size=2>Amendment III</FONT></DIV>
|
38
|
-
<DIV> </DIV>
|
39
|
-
<DIV><FONT face=Arial size=2>No soldier shall, in time of peace be quartered in
|
40
|
-
any house, without the consent of the owner, nor in time of war, but in a manner
|
41
|
-
to be prescribed by law. </FONT></DIV>
|
42
|
-
<DIV> </DIV>
|
43
|
-
<DIV><FONT face=Arial size=2>Amendment IV</FONT></DIV>
|
44
|
-
<DIV> </DIV>
|
45
|
-
<DIV><FONT face=Arial size=2>The right of the people to be secure in their
|
46
|
-
persons, houses, papers, and effects, against unreasonable searches and
|
47
|
-
seizures, shall not be violated, and no warrants shall issue, but upon probable
|
48
|
-
cause, supported by oath or affirmation, and particularly describing the place
|
49
|
-
to be searched, and the persons or things to be seized. </FONT></DIV>
|
50
|
-
<DIV> </DIV>
|
51
|
-
<DIV><FONT face=Arial size=2>Amendment V</FONT></DIV>
|
52
|
-
<DIV> </DIV>
|
53
|
-
<DIV><FONT face=Arial size=2>No person shall be held to answer for a capital, or
|
54
|
-
otherwise infamous crime, unless on a presentment or indictment of a grand jury,
|
55
|
-
except in cases arising in the land or naval forces, or in the militia, when in
|
56
|
-
actual service in time of war or public danger; nor shall any person be subject
|
57
|
-
for the same offense to be twice put in jeopardy of life or limb; nor shall be
|
58
|
-
compelled in any criminal case to be a witness against himself, nor be deprived
|
59
|
-
of life, liberty, or property, without due process of law; nor shall private
|
60
|
-
property be taken for public use, without just compensation. </FONT></DIV>
|
61
|
-
<DIV> </DIV>
|
62
|
-
<DIV><FONT face=Arial size=2>Amendment VI</FONT></DIV>
|
63
|
-
<DIV> </DIV>
|
64
|
-
<DIV><FONT face=Arial size=2>In all criminal prosecutions, the accused shall
|
65
|
-
enjoy the right to a speedy and public trial, by an impartial jury of the state
|
66
|
-
and district wherein the crime shall have been committed, which district shall
|
67
|
-
have been previously ascertained by law, and to be informed of the nature and
|
68
|
-
cause of the accusation; to be confronted with the witnesses against him; to
|
69
|
-
have compulsory process for obtaining witnesses in his favor, and to have the
|
70
|
-
assistance of counsel for his defense. </FONT></DIV>
|
71
|
-
<DIV> </DIV>
|
72
|
-
<DIV><FONT face=Arial size=2>Amendment VII</FONT></DIV>
|
73
|
-
<DIV> </DIV>
|
74
|
-
<DIV><FONT face=Arial size=2>In suits at common law, where the value in
|
75
|
-
controversy shall exceed twenty dollars, the right of trial by jury shall be
|
76
|
-
preserved, and no fact tried by a jury, shall be otherwise reexamined in any
|
77
|
-
court of the United States, than according to the rules of the common law.
|
78
|
-
</FONT></DIV>
|
79
|
-
<DIV> </DIV>
|
80
|
-
<DIV><FONT face=Arial size=2>Amendment VIII</FONT></DIV>
|
81
|
-
<DIV> </DIV>
|
82
|
-
<DIV><FONT face=Arial size=2>Excessive bail shall not be required, nor excessive
|
83
|
-
fines imposed, nor cruel and unusual punishments inflicted. </FONT></DIV>
|
84
|
-
<DIV> </DIV>
|
85
|
-
<DIV><FONT face=Arial size=2>Amendment IX</FONT></DIV>
|
86
|
-
<DIV> </DIV>
|
87
|
-
<DIV><FONT face=Arial size=2>The enumeration in the Constitution, of certain
|
88
|
-
rights, shall not be construed to deny or disparage others retained by the
|
89
|
-
people. </FONT></DIV>
|
90
|
-
<DIV> </DIV>
|
91
|
-
<DIV><FONT face=Arial size=2>Amendment X</FONT></DIV>
|
92
|
-
<DIV> </DIV>
|
93
|
-
<DIV><FONT face=Arial size=2>The powers not delegated to the United States by
|
94
|
-
the Constitution, nor prohibited by it to the states, are reserved to the states
|
95
|
-
respectively, or to the people. </FONT></DIV></DIV></BODY></HTML>
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
+
<HTML><HEAD>
|
3
|
+
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
|
4
|
+
<META content="MSHTML 6.00.3790.1830" name=GENERATOR></HEAD>
|
5
|
+
<BODY>
|
6
|
+
<DIV>
|
7
|
+
<DIV><FONT face=Arial size=2>THE BILL OF RIGHTS<BR>Amendments 1-10 of the
|
8
|
+
Constitution</FONT></DIV>
|
9
|
+
<DIV> </DIV>
|
10
|
+
<DIV><FONT face=Arial size=2>The Conventions of a number of the States having,
|
11
|
+
at the time of adopting the Constitution, expressed a desire, in order to
|
12
|
+
prevent misconstruction or abuse of its powers, that further declaratory and
|
13
|
+
restrictive clauses should be added, and as extending the ground of public
|
14
|
+
confidence in the Government will best insure the beneficent ends of its
|
15
|
+
institution; <BR>Resolved, by the Senate and House of Representatives of the
|
16
|
+
United States of America, in Congress assembled, two-thirds of both Houses
|
17
|
+
concurring, that the following articles be proposed to the Legislatures of the
|
18
|
+
several States, as amendments to the Constitution of the United States; all or
|
19
|
+
any of which articles, when ratified by three-fourths of the said Legislatures,
|
20
|
+
to be valid to all intents and purposes as part of the said Constitution,
|
21
|
+
namely: </FONT></DIV>
|
22
|
+
<DIV> </DIV>
|
23
|
+
<DIV><FONT face=Arial size=2>Amendment I</FONT></DIV>
|
24
|
+
<DIV> </DIV>
|
25
|
+
<DIV><FONT face=Arial size=2>Congress shall make no law respecting an
|
26
|
+
establishment of religion, or prohibiting the free exercise thereof; or
|
27
|
+
abridging the freedom of speech, or of the press; or the right of the people
|
28
|
+
peaceably to assemble, and to petition the government for a redress of
|
29
|
+
grievances. </FONT></DIV>
|
30
|
+
<DIV> </DIV>
|
31
|
+
<DIV><FONT face=Arial size=2>Amendment II</FONT></DIV>
|
32
|
+
<DIV> </DIV>
|
33
|
+
<DIV><FONT face=Arial size=2>A well regulated militia, being necessary to the
|
34
|
+
security of a free state, the right of the people to keep and bear arms, shall
|
35
|
+
not be infringed. </FONT></DIV>
|
36
|
+
<DIV> </DIV>
|
37
|
+
<DIV><FONT face=Arial size=2>Amendment III</FONT></DIV>
|
38
|
+
<DIV> </DIV>
|
39
|
+
<DIV><FONT face=Arial size=2>No soldier shall, in time of peace be quartered in
|
40
|
+
any house, without the consent of the owner, nor in time of war, but in a manner
|
41
|
+
to be prescribed by law. </FONT></DIV>
|
42
|
+
<DIV> </DIV>
|
43
|
+
<DIV><FONT face=Arial size=2>Amendment IV</FONT></DIV>
|
44
|
+
<DIV> </DIV>
|
45
|
+
<DIV><FONT face=Arial size=2>The right of the people to be secure in their
|
46
|
+
persons, houses, papers, and effects, against unreasonable searches and
|
47
|
+
seizures, shall not be violated, and no warrants shall issue, but upon probable
|
48
|
+
cause, supported by oath or affirmation, and particularly describing the place
|
49
|
+
to be searched, and the persons or things to be seized. </FONT></DIV>
|
50
|
+
<DIV> </DIV>
|
51
|
+
<DIV><FONT face=Arial size=2>Amendment V</FONT></DIV>
|
52
|
+
<DIV> </DIV>
|
53
|
+
<DIV><FONT face=Arial size=2>No person shall be held to answer for a capital, or
|
54
|
+
otherwise infamous crime, unless on a presentment or indictment of a grand jury,
|
55
|
+
except in cases arising in the land or naval forces, or in the militia, when in
|
56
|
+
actual service in time of war or public danger; nor shall any person be subject
|
57
|
+
for the same offense to be twice put in jeopardy of life or limb; nor shall be
|
58
|
+
compelled in any criminal case to be a witness against himself, nor be deprived
|
59
|
+
of life, liberty, or property, without due process of law; nor shall private
|
60
|
+
property be taken for public use, without just compensation. </FONT></DIV>
|
61
|
+
<DIV> </DIV>
|
62
|
+
<DIV><FONT face=Arial size=2>Amendment VI</FONT></DIV>
|
63
|
+
<DIV> </DIV>
|
64
|
+
<DIV><FONT face=Arial size=2>In all criminal prosecutions, the accused shall
|
65
|
+
enjoy the right to a speedy and public trial, by an impartial jury of the state
|
66
|
+
and district wherein the crime shall have been committed, which district shall
|
67
|
+
have been previously ascertained by law, and to be informed of the nature and
|
68
|
+
cause of the accusation; to be confronted with the witnesses against him; to
|
69
|
+
have compulsory process for obtaining witnesses in his favor, and to have the
|
70
|
+
assistance of counsel for his defense. </FONT></DIV>
|
71
|
+
<DIV> </DIV>
|
72
|
+
<DIV><FONT face=Arial size=2>Amendment VII</FONT></DIV>
|
73
|
+
<DIV> </DIV>
|
74
|
+
<DIV><FONT face=Arial size=2>In suits at common law, where the value in
|
75
|
+
controversy shall exceed twenty dollars, the right of trial by jury shall be
|
76
|
+
preserved, and no fact tried by a jury, shall be otherwise reexamined in any
|
77
|
+
court of the United States, than according to the rules of the common law.
|
78
|
+
</FONT></DIV>
|
79
|
+
<DIV> </DIV>
|
80
|
+
<DIV><FONT face=Arial size=2>Amendment VIII</FONT></DIV>
|
81
|
+
<DIV> </DIV>
|
82
|
+
<DIV><FONT face=Arial size=2>Excessive bail shall not be required, nor excessive
|
83
|
+
fines imposed, nor cruel and unusual punishments inflicted. </FONT></DIV>
|
84
|
+
<DIV> </DIV>
|
85
|
+
<DIV><FONT face=Arial size=2>Amendment IX</FONT></DIV>
|
86
|
+
<DIV> </DIV>
|
87
|
+
<DIV><FONT face=Arial size=2>The enumeration in the Constitution, of certain
|
88
|
+
rights, shall not be construed to deny or disparage others retained by the
|
89
|
+
people. </FONT></DIV>
|
90
|
+
<DIV> </DIV>
|
91
|
+
<DIV><FONT face=Arial size=2>Amendment X</FONT></DIV>
|
92
|
+
<DIV> </DIV>
|
93
|
+
<DIV><FONT face=Arial size=2>The powers not delegated to the United States by
|
94
|
+
the Constitution, nor prohibited by it to the states, are reserved to the states
|
95
|
+
respectively, or to the people. </FONT></DIV></DIV></BODY></HTML>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
./../../src/tnef --version
|
2
|
-
tnef 1.4.
|
2
|
+
tnef 1.4.10
|
3
3
|
Copyright (C) 1999-2011 by Mark Simpson
|
4
4
|
Copyright (C) 1997 by Thomas Boll (original code)
|
5
5
|
tnef comes with ABSOLUTELY NO WARRANTY.
|
@@ -8,7 +8,7 @@ Public License. For more information about these matters, see the file
|
|
8
8
|
named COPYING.
|
9
9
|
|
10
10
|
./../../src/tnef -V
|
11
|
-
tnef 1.4.
|
11
|
+
tnef 1.4.10
|
12
12
|
Copyright (C) 1999-2011 by Mark Simpson
|
13
13
|
Copyright (C) 1997 by Thomas Boll (original code)
|
14
14
|
tnef comes with ABSOLUTELY NO WARRANTY.
|
@@ -1,9 +1,8 @@
|
|
1
|
-
# Makefile.in generated by automake 1.
|
1
|
+
# Makefile.in generated by automake 1.14 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
|
-
# Copyright (C) 1994
|
5
|
-
|
6
|
-
# Foundation, Inc.
|
4
|
+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
5
|
+
|
7
6
|
# This Makefile.in is free software; the Free Software Foundation
|
8
7
|
# gives unlimited permission to copy and/or distribute it,
|
9
8
|
# with or without modifications, as long as this notice is preserved.
|
@@ -15,6 +14,51 @@
|
|
15
14
|
|
16
15
|
@SET_MAKE@
|
17
16
|
VPATH = @srcdir@
|
17
|
+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
18
|
+
am__make_running_with_option = \
|
19
|
+
case $${target_option-} in \
|
20
|
+
?) ;; \
|
21
|
+
*) echo "am__make_running_with_option: internal error: invalid" \
|
22
|
+
"target option '$${target_option-}' specified" >&2; \
|
23
|
+
exit 1;; \
|
24
|
+
esac; \
|
25
|
+
has_opt=no; \
|
26
|
+
sane_makeflags=$$MAKEFLAGS; \
|
27
|
+
if $(am__is_gnu_make); then \
|
28
|
+
sane_makeflags=$$MFLAGS; \
|
29
|
+
else \
|
30
|
+
case $$MAKEFLAGS in \
|
31
|
+
*\\[\ \ ]*) \
|
32
|
+
bs=\\; \
|
33
|
+
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
34
|
+
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
35
|
+
esac; \
|
36
|
+
fi; \
|
37
|
+
skip_next=no; \
|
38
|
+
strip_trailopt () \
|
39
|
+
{ \
|
40
|
+
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
41
|
+
}; \
|
42
|
+
for flg in $$sane_makeflags; do \
|
43
|
+
test $$skip_next = yes && { skip_next=no; continue; }; \
|
44
|
+
case $$flg in \
|
45
|
+
*=*|--*) continue;; \
|
46
|
+
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
47
|
+
-*I?*) strip_trailopt 'I';; \
|
48
|
+
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
49
|
+
-*O?*) strip_trailopt 'O';; \
|
50
|
+
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
51
|
+
-*l?*) strip_trailopt 'l';; \
|
52
|
+
-[dEDm]) skip_next=yes;; \
|
53
|
+
-[JT]) skip_next=yes;; \
|
54
|
+
esac; \
|
55
|
+
case $$flg in \
|
56
|
+
*$$target_option*) has_opt=yes; break;; \
|
57
|
+
esac; \
|
58
|
+
done; \
|
59
|
+
test $$has_opt = yes
|
60
|
+
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
61
|
+
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
18
62
|
pkgdatadir = $(datadir)/@PACKAGE@
|
19
63
|
pkgincludedir = $(includedir)/@PACKAGE@
|
20
64
|
pkglibdir = $(libdir)/@PACKAGE@
|
@@ -33,7 +77,8 @@ PRE_UNINSTALL = :
|
|
33
77
|
POST_UNINSTALL = :
|
34
78
|
XFAIL_TESTS =
|
35
79
|
subdir = tests/files
|
36
|
-
DIST_COMMON = $(srcdir)/Makefile.
|
80
|
+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
81
|
+
$(top_srcdir)/mkinstalldirs $(top_srcdir)/test-driver
|
37
82
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
38
83
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
39
84
|
$(top_srcdir)/configure.in
|
@@ -43,24 +88,261 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
43
88
|
CONFIG_HEADER = $(top_builddir)/src/config.h
|
44
89
|
CONFIG_CLEAN_FILES =
|
45
90
|
CONFIG_CLEAN_VPATH_FILES =
|
91
|
+
AM_V_P = $(am__v_P_@AM_V@)
|
92
|
+
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
93
|
+
am__v_P_0 = false
|
94
|
+
am__v_P_1 = :
|
95
|
+
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
96
|
+
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
97
|
+
am__v_GEN_0 = @echo " GEN " $@;
|
98
|
+
am__v_GEN_1 =
|
99
|
+
AM_V_at = $(am__v_at_@AM_V@)
|
100
|
+
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
101
|
+
am__v_at_0 = @
|
102
|
+
am__v_at_1 =
|
46
103
|
SOURCES =
|
47
104
|
DIST_SOURCES =
|
48
|
-
RECURSIVE_TARGETS = all-recursive check-recursive
|
49
|
-
|
50
|
-
install-
|
51
|
-
install-
|
52
|
-
install-
|
53
|
-
|
54
|
-
|
105
|
+
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
106
|
+
ctags-recursive dvi-recursive html-recursive info-recursive \
|
107
|
+
install-data-recursive install-dvi-recursive \
|
108
|
+
install-exec-recursive install-html-recursive \
|
109
|
+
install-info-recursive install-pdf-recursive \
|
110
|
+
install-ps-recursive install-recursive installcheck-recursive \
|
111
|
+
installdirs-recursive pdf-recursive ps-recursive \
|
112
|
+
tags-recursive uninstall-recursive
|
113
|
+
am__can_run_installinfo = \
|
114
|
+
case $$AM_UPDATE_INFO_DIR in \
|
115
|
+
n|no|NO) false;; \
|
116
|
+
*) (install-info --version) >/dev/null 2>&1;; \
|
117
|
+
esac
|
55
118
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
56
119
|
distclean-recursive maintainer-clean-recursive
|
57
|
-
|
58
|
-
|
59
|
-
|
120
|
+
am__recursive_targets = \
|
121
|
+
$(RECURSIVE_TARGETS) \
|
122
|
+
$(RECURSIVE_CLEAN_TARGETS) \
|
123
|
+
$(am__extra_recursive_targets)
|
124
|
+
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
125
|
+
check recheck distdir
|
126
|
+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
127
|
+
# Read a list of newline-separated strings from the standard input,
|
128
|
+
# and print each of them once, without duplicates. Input order is
|
129
|
+
# *not* preserved.
|
130
|
+
am__uniquify_input = $(AWK) '\
|
131
|
+
BEGIN { nonempty = 0; } \
|
132
|
+
{ items[$$0] = 1; nonempty = 1; } \
|
133
|
+
END { if (nonempty) { for (i in items) print i; }; } \
|
134
|
+
'
|
135
|
+
# Make sure the list of sources is unique. This is necessary because,
|
136
|
+
# e.g., the same source file might be shared among _SOURCES variables
|
137
|
+
# for different programs/libraries.
|
138
|
+
am__define_uniq_tagged_files = \
|
139
|
+
list='$(am__tagged_files)'; \
|
140
|
+
unique=`for i in $$list; do \
|
141
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
142
|
+
done | $(am__uniquify_input)`
|
60
143
|
ETAGS = etags
|
61
144
|
CTAGS = ctags
|
62
|
-
|
63
|
-
red
|
145
|
+
am__tty_colors_dummy = \
|
146
|
+
mgn= red= grn= lgn= blu= brg= std=; \
|
147
|
+
am__color_tests=no
|
148
|
+
am__tty_colors = { \
|
149
|
+
$(am__tty_colors_dummy); \
|
150
|
+
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
151
|
+
am__color_tests=no; \
|
152
|
+
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
153
|
+
am__color_tests=yes; \
|
154
|
+
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
155
|
+
am__color_tests=yes; \
|
156
|
+
fi; \
|
157
|
+
if test $$am__color_tests = yes; then \
|
158
|
+
red='[0;31m'; \
|
159
|
+
grn='[0;32m'; \
|
160
|
+
lgn='[1;32m'; \
|
161
|
+
blu='[1;34m'; \
|
162
|
+
mgn='[0;35m'; \
|
163
|
+
brg='[1m'; \
|
164
|
+
std='[m'; \
|
165
|
+
fi; \
|
166
|
+
}
|
167
|
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
168
|
+
am__vpath_adj = case $$p in \
|
169
|
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
170
|
+
*) f=$$p;; \
|
171
|
+
esac;
|
172
|
+
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
173
|
+
am__install_max = 40
|
174
|
+
am__nobase_strip_setup = \
|
175
|
+
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
176
|
+
am__nobase_strip = \
|
177
|
+
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
178
|
+
am__nobase_list = $(am__nobase_strip_setup); \
|
179
|
+
for p in $$list; do echo "$$p $$p"; done | \
|
180
|
+
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
181
|
+
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
182
|
+
if (++n[$$2] == $(am__install_max)) \
|
183
|
+
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
184
|
+
END { for (dir in files) print dir, files[dir] }'
|
185
|
+
am__base_list = \
|
186
|
+
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
187
|
+
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
188
|
+
am__uninstall_files_from_dir = { \
|
189
|
+
test -z "$$files" \
|
190
|
+
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
191
|
+
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
192
|
+
$(am__cd) "$$dir" && rm -f $$files; }; \
|
193
|
+
}
|
194
|
+
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
195
|
+
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
196
|
+
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
197
|
+
# A command that, given a newline-separated list of test names on the
|
198
|
+
# standard input, print the name of the tests that are to be re-run
|
199
|
+
# upon "make recheck".
|
200
|
+
am__list_recheck_tests = $(AWK) '{ \
|
201
|
+
recheck = 1; \
|
202
|
+
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
203
|
+
{ \
|
204
|
+
if (rc < 0) \
|
205
|
+
{ \
|
206
|
+
if ((getline line2 < ($$0 ".log")) < 0) \
|
207
|
+
recheck = 0; \
|
208
|
+
break; \
|
209
|
+
} \
|
210
|
+
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
211
|
+
{ \
|
212
|
+
recheck = 0; \
|
213
|
+
break; \
|
214
|
+
} \
|
215
|
+
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
216
|
+
{ \
|
217
|
+
break; \
|
218
|
+
} \
|
219
|
+
}; \
|
220
|
+
if (recheck) \
|
221
|
+
print $$0; \
|
222
|
+
close ($$0 ".trs"); \
|
223
|
+
close ($$0 ".log"); \
|
224
|
+
}'
|
225
|
+
# A command that, given a newline-separated list of test names on the
|
226
|
+
# standard input, create the global log from their .trs and .log files.
|
227
|
+
am__create_global_log = $(AWK) ' \
|
228
|
+
function fatal(msg) \
|
229
|
+
{ \
|
230
|
+
print "fatal: making $@: " msg | "cat >&2"; \
|
231
|
+
exit 1; \
|
232
|
+
} \
|
233
|
+
function rst_section(header) \
|
234
|
+
{ \
|
235
|
+
print header; \
|
236
|
+
len = length(header); \
|
237
|
+
for (i = 1; i <= len; i = i + 1) \
|
238
|
+
printf "="; \
|
239
|
+
printf "\n\n"; \
|
240
|
+
} \
|
241
|
+
{ \
|
242
|
+
copy_in_global_log = 1; \
|
243
|
+
global_test_result = "RUN"; \
|
244
|
+
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
245
|
+
{ \
|
246
|
+
if (rc < 0) \
|
247
|
+
fatal("failed to read from " $$0 ".trs"); \
|
248
|
+
if (line ~ /$(am__global_test_result_rx)/) \
|
249
|
+
{ \
|
250
|
+
sub("$(am__global_test_result_rx)", "", line); \
|
251
|
+
sub("[ ]*$$", "", line); \
|
252
|
+
global_test_result = line; \
|
253
|
+
} \
|
254
|
+
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
255
|
+
copy_in_global_log = 0; \
|
256
|
+
}; \
|
257
|
+
if (copy_in_global_log) \
|
258
|
+
{ \
|
259
|
+
rst_section(global_test_result ": " $$0); \
|
260
|
+
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
261
|
+
{ \
|
262
|
+
if (rc < 0) \
|
263
|
+
fatal("failed to read from " $$0 ".log"); \
|
264
|
+
print line; \
|
265
|
+
}; \
|
266
|
+
printf "\n"; \
|
267
|
+
}; \
|
268
|
+
close ($$0 ".trs"); \
|
269
|
+
close ($$0 ".log"); \
|
270
|
+
}'
|
271
|
+
# Restructured Text title.
|
272
|
+
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
273
|
+
# Solaris 10 'make', and several other traditional 'make' implementations,
|
274
|
+
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
275
|
+
# by disabling -e (using the XSI extension "set +e") if it's set.
|
276
|
+
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
277
|
+
# Default flags passed to test drivers.
|
278
|
+
am__common_driver_flags = \
|
279
|
+
--color-tests "$$am__color_tests" \
|
280
|
+
--enable-hard-errors "$$am__enable_hard_errors" \
|
281
|
+
--expect-failure "$$am__expect_failure"
|
282
|
+
# To be inserted before the command running the test. Creates the
|
283
|
+
# directory for the log if needed. Stores in $dir the directory
|
284
|
+
# containing $f, in $tst the test, in $log the log. Executes the
|
285
|
+
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
286
|
+
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
287
|
+
# will run the test scripts (or their associated LOG_COMPILER, if
|
288
|
+
# thy have one).
|
289
|
+
am__check_pre = \
|
290
|
+
$(am__sh_e_setup); \
|
291
|
+
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
292
|
+
$(am__tty_colors); \
|
293
|
+
srcdir=$(srcdir); export srcdir; \
|
294
|
+
case "$@" in \
|
295
|
+
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
296
|
+
*) am__odir=.;; \
|
297
|
+
esac; \
|
298
|
+
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
299
|
+
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
300
|
+
if test -f "./$$f"; then dir=./; \
|
301
|
+
elif test -f "$$f"; then dir=; \
|
302
|
+
else dir="$(srcdir)/"; fi; \
|
303
|
+
tst=$$dir$$f; log='$@'; \
|
304
|
+
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
305
|
+
am__enable_hard_errors=no; \
|
306
|
+
else \
|
307
|
+
am__enable_hard_errors=yes; \
|
308
|
+
fi; \
|
309
|
+
case " $(XFAIL_TESTS) " in \
|
310
|
+
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
311
|
+
am__expect_failure=yes;; \
|
312
|
+
*) \
|
313
|
+
am__expect_failure=no;; \
|
314
|
+
esac; \
|
315
|
+
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
316
|
+
# A shell command to get the names of the tests scripts with any registered
|
317
|
+
# extension removed (i.e., equivalently, the names of the test logs, with
|
318
|
+
# the '.log' extension removed). The result is saved in the shell variable
|
319
|
+
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
320
|
+
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
321
|
+
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
322
|
+
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
323
|
+
am__set_TESTS_bases = \
|
324
|
+
bases='$(TEST_LOGS)'; \
|
325
|
+
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
326
|
+
bases=`echo $$bases`
|
327
|
+
RECHECK_LOGS = $(TEST_LOGS)
|
328
|
+
TEST_SUITE_LOG = test-suite.log
|
329
|
+
TEST_EXTENSIONS = @EXEEXT@ .test
|
330
|
+
am__test_logs1 = $(TESTS:=.log)
|
331
|
+
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
|
332
|
+
TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
333
|
+
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
334
|
+
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
335
|
+
$(TEST_LOG_FLAGS)
|
336
|
+
am__set_b = \
|
337
|
+
case '$@' in \
|
338
|
+
*/*) \
|
339
|
+
case '$*' in \
|
340
|
+
*/*) b='$*';; \
|
341
|
+
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
342
|
+
esac;; \
|
343
|
+
*) \
|
344
|
+
b='$*';; \
|
345
|
+
esac
|
64
346
|
DIST_SUBDIRS = $(SUBDIRS)
|
65
347
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
66
348
|
am__relativize = \
|
@@ -90,6 +372,7 @@ am__relativize = \
|
|
90
372
|
reldir="$$dir2"
|
91
373
|
ACLOCAL = @ACLOCAL@
|
92
374
|
AMTAR = @AMTAR@
|
375
|
+
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
93
376
|
AUTOCONF = @AUTOCONF@
|
94
377
|
AUTOHEADER = @AUTOHEADER@
|
95
378
|
AUTOMAKE = @AUTOMAKE@
|
@@ -194,6 +477,7 @@ SUBDIRS = baselines datafiles
|
|
194
477
|
all: all-recursive
|
195
478
|
|
196
479
|
.SUFFIXES:
|
480
|
+
.SUFFIXES: .log .test .test$(EXEEXT) .trs
|
197
481
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
198
482
|
@for dep in $?; do \
|
199
483
|
case '$(am__configure_deps)' in \
|
@@ -226,22 +510,25 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
226
510
|
$(am__aclocal_m4_deps):
|
227
511
|
|
228
512
|
# This directory's subdirectories are mostly independent; you can cd
|
229
|
-
# into them and run
|
230
|
-
# To change the values of
|
231
|
-
# (1) if the variable is set in
|
232
|
-
# (which will cause the Makefiles to be regenerated when you run
|
233
|
-
# (2) otherwise, pass the desired values on the
|
234
|
-
$(
|
235
|
-
@fail
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
done; \
|
513
|
+
# into them and run 'make' without going through this Makefile.
|
514
|
+
# To change the values of 'make' variables: instead of editing Makefiles,
|
515
|
+
# (1) if the variable is set in 'config.status', edit 'config.status'
|
516
|
+
# (which will cause the Makefiles to be regenerated when you run 'make');
|
517
|
+
# (2) otherwise, pass the desired values on the 'make' command line.
|
518
|
+
$(am__recursive_targets):
|
519
|
+
@fail=; \
|
520
|
+
if $(am__make_keepgoing); then \
|
521
|
+
failcom='fail=yes'; \
|
522
|
+
else \
|
523
|
+
failcom='exit 1'; \
|
524
|
+
fi; \
|
242
525
|
dot_seen=no; \
|
243
526
|
target=`echo $@ | sed s/-recursive//`; \
|
244
|
-
|
527
|
+
case "$@" in \
|
528
|
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
529
|
+
*) list='$(SUBDIRS)' ;; \
|
530
|
+
esac; \
|
531
|
+
for subdir in $$list; do \
|
245
532
|
echo "Making $$target in $$subdir"; \
|
246
533
|
if test "$$subdir" = "."; then \
|
247
534
|
dot_seen=yes; \
|
@@ -256,57 +543,12 @@ $(RECURSIVE_TARGETS):
|
|
256
543
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
257
544
|
fi; test -z "$$fail"
|
258
545
|
|
259
|
-
$(
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
*=* | --[!k]*);; \
|
264
|
-
*k*) failcom='fail=yes';; \
|
265
|
-
esac; \
|
266
|
-
done; \
|
267
|
-
dot_seen=no; \
|
268
|
-
case "$@" in \
|
269
|
-
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
270
|
-
*) list='$(SUBDIRS)' ;; \
|
271
|
-
esac; \
|
272
|
-
rev=''; for subdir in $$list; do \
|
273
|
-
if test "$$subdir" = "."; then :; else \
|
274
|
-
rev="$$subdir $$rev"; \
|
275
|
-
fi; \
|
276
|
-
done; \
|
277
|
-
rev="$$rev ."; \
|
278
|
-
target=`echo $@ | sed s/-recursive//`; \
|
279
|
-
for subdir in $$rev; do \
|
280
|
-
echo "Making $$target in $$subdir"; \
|
281
|
-
if test "$$subdir" = "."; then \
|
282
|
-
local_target="$$target-am"; \
|
283
|
-
else \
|
284
|
-
local_target="$$target"; \
|
285
|
-
fi; \
|
286
|
-
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
287
|
-
|| eval $$failcom; \
|
288
|
-
done && test -z "$$fail"
|
289
|
-
tags-recursive:
|
290
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
291
|
-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
292
|
-
done
|
293
|
-
ctags-recursive:
|
294
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
295
|
-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
296
|
-
done
|
546
|
+
ID: $(am__tagged_files)
|
547
|
+
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
548
|
+
tags: tags-recursive
|
549
|
+
TAGS: tags
|
297
550
|
|
298
|
-
|
299
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
300
|
-
unique=`for i in $$list; do \
|
301
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
302
|
-
done | \
|
303
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
304
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
305
|
-
mkid -fID $$unique
|
306
|
-
tags: TAGS
|
307
|
-
|
308
|
-
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
309
|
-
$(TAGS_FILES) $(LISP)
|
551
|
+
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
310
552
|
set x; \
|
311
553
|
here=`pwd`; \
|
312
554
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
@@ -322,12 +564,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
322
564
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
323
565
|
fi; \
|
324
566
|
done; \
|
325
|
-
|
326
|
-
unique=`for i in $$list; do \
|
327
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
328
|
-
done | \
|
329
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
330
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
567
|
+
$(am__define_uniq_tagged_files); \
|
331
568
|
shift; \
|
332
569
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
333
570
|
test -n "$$unique" || unique=$$empty_fix; \
|
@@ -339,15 +576,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
339
576
|
$$unique; \
|
340
577
|
fi; \
|
341
578
|
fi
|
342
|
-
ctags:
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
348
|
-
done | \
|
349
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
350
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
579
|
+
ctags: ctags-recursive
|
580
|
+
|
581
|
+
CTAGS: ctags
|
582
|
+
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
583
|
+
$(am__define_uniq_tagged_files); \
|
351
584
|
test -z "$(CTAGS_ARGS)$$unique" \
|
352
585
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
353
586
|
$$unique
|
@@ -356,102 +589,180 @@ GTAGS:
|
|
356
589
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
357
590
|
&& $(am__cd) $(top_srcdir) \
|
358
591
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
592
|
+
cscopelist: cscopelist-recursive
|
593
|
+
|
594
|
+
cscopelist-am: $(am__tagged_files)
|
595
|
+
list='$(am__tagged_files)'; \
|
596
|
+
case "$(srcdir)" in \
|
597
|
+
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
598
|
+
*) sdir=$(subdir)/$(srcdir) ;; \
|
599
|
+
esac; \
|
600
|
+
for i in $$list; do \
|
601
|
+
if test -f "$$i"; then \
|
602
|
+
echo "$(subdir)/$$i"; \
|
603
|
+
else \
|
604
|
+
echo "$$sdir/$$i"; \
|
605
|
+
fi; \
|
606
|
+
done >> $(top_builddir)/cscope.files
|
359
607
|
|
360
608
|
distclean-tags:
|
361
609
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
362
610
|
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
*[\ \ ]$$tst[\ \ ]*) \
|
389
|
-
xfail=`expr $$xfail + 1`; \
|
390
|
-
col=$$lgn; res=XFAIL; \
|
391
|
-
;; \
|
392
|
-
*) \
|
393
|
-
failed=`expr $$failed + 1`; \
|
394
|
-
col=$$red; res=FAIL; \
|
395
|
-
;; \
|
396
|
-
esac; \
|
397
|
-
else \
|
398
|
-
skip=`expr $$skip + 1`; \
|
399
|
-
col=$$blu; res=SKIP; \
|
400
|
-
fi; \
|
401
|
-
echo "$${col}$$res$${std}: $$tst"; \
|
402
|
-
done; \
|
403
|
-
if test "$$all" -eq 1; then \
|
404
|
-
tests="test"; \
|
405
|
-
All=""; \
|
406
|
-
else \
|
407
|
-
tests="tests"; \
|
408
|
-
All="All "; \
|
611
|
+
# Recover from deleted '.trs' file; this should ensure that
|
612
|
+
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
613
|
+
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
614
|
+
# to avoid problems with "make -n".
|
615
|
+
.log.trs:
|
616
|
+
rm -f $< $@
|
617
|
+
$(MAKE) $(AM_MAKEFLAGS) $<
|
618
|
+
|
619
|
+
# Leading 'am--fnord' is there to ensure the list of targets does not
|
620
|
+
# expand to empty, as could happen e.g. with make check TESTS=''.
|
621
|
+
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
622
|
+
am--force-recheck:
|
623
|
+
@:
|
624
|
+
|
625
|
+
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
626
|
+
@$(am__set_TESTS_bases); \
|
627
|
+
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
628
|
+
redo_bases=`for i in $$bases; do \
|
629
|
+
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
630
|
+
done`; \
|
631
|
+
if test -n "$$redo_bases"; then \
|
632
|
+
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
633
|
+
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
634
|
+
if $(am__make_dryrun); then :; else \
|
635
|
+
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
409
636
|
fi; \
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
637
|
+
fi; \
|
638
|
+
if test -n "$$am__remaking_logs"; then \
|
639
|
+
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
640
|
+
"recursion detected" >&2; \
|
641
|
+
else \
|
642
|
+
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
643
|
+
fi; \
|
644
|
+
if $(am__make_dryrun); then :; else \
|
645
|
+
st=0; \
|
646
|
+
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
647
|
+
for i in $$redo_bases; do \
|
648
|
+
test -f $$i.trs && test -r $$i.trs \
|
649
|
+
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
650
|
+
test -f $$i.log && test -r $$i.log \
|
651
|
+
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
652
|
+
done; \
|
653
|
+
test $$st -eq 0 || exit 1; \
|
654
|
+
fi
|
655
|
+
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
656
|
+
ws='[ ]'; \
|
657
|
+
results=`for b in $$bases; do echo $$b.trs; done`; \
|
658
|
+
test -n "$$results" || results=/dev/null; \
|
659
|
+
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
660
|
+
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
661
|
+
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
662
|
+
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
663
|
+
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
664
|
+
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
665
|
+
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
666
|
+
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
667
|
+
success=true; \
|
668
|
+
else \
|
669
|
+
success=false; \
|
670
|
+
fi; \
|
671
|
+
br='==================='; br=$$br$$br$$br$$br; \
|
672
|
+
result_count () \
|
673
|
+
{ \
|
674
|
+
if test x"$$1" = x"--maybe-color"; then \
|
675
|
+
maybe_colorize=yes; \
|
676
|
+
elif test x"$$1" = x"--no-color"; then \
|
677
|
+
maybe_colorize=no; \
|
420
678
|
else \
|
421
|
-
|
422
|
-
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
679
|
+
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
423
680
|
fi; \
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
if test "$$skip" -eq 1; then \
|
429
|
-
skipped="($$skip test was not run)"; \
|
681
|
+
shift; \
|
682
|
+
desc=$$1 count=$$2; \
|
683
|
+
if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
684
|
+
color_start=$$3 color_end=$$std; \
|
430
685
|
else \
|
431
|
-
|
686
|
+
color_start= color_end=; \
|
432
687
|
fi; \
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
echo
|
450
|
-
|
451
|
-
|
452
|
-
echo
|
453
|
-
|
454
|
-
|
688
|
+
echo "$${color_start}# $$desc $$count$${color_end}"; \
|
689
|
+
}; \
|
690
|
+
create_testsuite_report () \
|
691
|
+
{ \
|
692
|
+
result_count $$1 "TOTAL:" $$all "$$brg"; \
|
693
|
+
result_count $$1 "PASS: " $$pass "$$grn"; \
|
694
|
+
result_count $$1 "SKIP: " $$skip "$$blu"; \
|
695
|
+
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
696
|
+
result_count $$1 "FAIL: " $$fail "$$red"; \
|
697
|
+
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
698
|
+
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
699
|
+
}; \
|
700
|
+
{ \
|
701
|
+
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
702
|
+
$(am__rst_title); \
|
703
|
+
create_testsuite_report --no-color; \
|
704
|
+
echo; \
|
705
|
+
echo ".. contents:: :depth: 2"; \
|
706
|
+
echo; \
|
707
|
+
for b in $$bases; do echo $$b; done \
|
708
|
+
| $(am__create_global_log); \
|
709
|
+
} >$(TEST_SUITE_LOG).tmp || exit 1; \
|
710
|
+
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
711
|
+
if $$success; then \
|
712
|
+
col="$$grn"; \
|
713
|
+
else \
|
714
|
+
col="$$red"; \
|
715
|
+
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
716
|
+
fi; \
|
717
|
+
echo "$${col}$$br$${std}"; \
|
718
|
+
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
719
|
+
echo "$${col}$$br$${std}"; \
|
720
|
+
create_testsuite_report --maybe-color; \
|
721
|
+
echo "$$col$$br$$std"; \
|
722
|
+
if $$success; then :; else \
|
723
|
+
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
724
|
+
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
725
|
+
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
726
|
+
fi; \
|
727
|
+
echo "$$col$$br$$std"; \
|
728
|
+
fi; \
|
729
|
+
$$success || exit 1
|
730
|
+
|
731
|
+
check-TESTS:
|
732
|
+
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
733
|
+
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
734
|
+
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
735
|
+
@set +e; $(am__set_TESTS_bases); \
|
736
|
+
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
737
|
+
trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
738
|
+
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
739
|
+
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
740
|
+
exit $$?;
|
741
|
+
recheck: all
|
742
|
+
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
743
|
+
@set +e; $(am__set_TESTS_bases); \
|
744
|
+
bases=`for i in $$bases; do echo $$i; done \
|
745
|
+
| $(am__list_recheck_tests)` || exit 1; \
|
746
|
+
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
747
|
+
log_list=`echo $$log_list`; \
|
748
|
+
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
749
|
+
am__force_recheck=am--force-recheck \
|
750
|
+
TEST_LOGS="$$log_list"; \
|
751
|
+
exit $$?
|
752
|
+
.test.log:
|
753
|
+
@p='$<'; \
|
754
|
+
$(am__set_b); \
|
755
|
+
$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
756
|
+
--log-file $$b.log --trs-file $$b.trs \
|
757
|
+
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
758
|
+
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
759
|
+
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
|
760
|
+
@am__EXEEXT_TRUE@ @p='$<'; \
|
761
|
+
@am__EXEEXT_TRUE@ $(am__set_b); \
|
762
|
+
@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
763
|
+
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
|
764
|
+
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
765
|
+
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
|
455
766
|
|
456
767
|
distdir: $(DISTFILES)
|
457
768
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
@@ -485,13 +796,10 @@ distdir: $(DISTFILES)
|
|
485
796
|
done
|
486
797
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
487
798
|
if test "$$subdir" = .; then :; else \
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
done
|
493
|
-
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
494
|
-
if test "$$subdir" = .; then :; else \
|
799
|
+
$(am__make_dryrun) \
|
800
|
+
|| test -d "$(distdir)/$$subdir" \
|
801
|
+
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
802
|
+
|| exit 1; \
|
495
803
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
496
804
|
$(am__relativize); \
|
497
805
|
new_distdir=$$reldir; \
|
@@ -537,6 +845,9 @@ install-strip:
|
|
537
845
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
538
846
|
fi
|
539
847
|
mostlyclean-generic:
|
848
|
+
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
849
|
+
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
850
|
+
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
540
851
|
|
541
852
|
clean-generic:
|
542
853
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
@@ -614,21 +925,20 @@ ps-am:
|
|
614
925
|
|
615
926
|
uninstall-am:
|
616
927
|
|
617
|
-
.MAKE: $(
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
install install-am install-
|
625
|
-
install-
|
626
|
-
install-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
tags-recursive uninstall uninstall-am
|
928
|
+
.MAKE: $(am__recursive_targets) check-am install-am install-strip
|
929
|
+
|
930
|
+
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
931
|
+
check-TESTS check-am clean clean-generic cscopelist-am ctags \
|
932
|
+
ctags-am distclean distclean-generic distclean-tags distdir \
|
933
|
+
dvi dvi-am html html-am info info-am install install-am \
|
934
|
+
install-data install-data-am install-dvi install-dvi-am \
|
935
|
+
install-exec install-exec-am install-html install-html-am \
|
936
|
+
install-info install-info-am install-man install-pdf \
|
937
|
+
install-pdf-am install-ps install-ps-am install-strip \
|
938
|
+
installcheck installcheck-am installdirs installdirs-am \
|
939
|
+
maintainer-clean maintainer-clean-generic mostlyclean \
|
940
|
+
mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
|
941
|
+
uninstall uninstall-am
|
632
942
|
|
633
943
|
|
634
944
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|