Commit 2d734eb
committed
Update build rules.
1. Add autoconf build script.
2. Remove MS-DOS support.
3. Remove CMake build rules.
4. Fix bugs.
5. Update docs.
6. Remove Python build script.
修改: .gitignore
删除: CMakeLists.txt
删除: Makefile
新文件: Makefile.devel
新文件: Makefile.in
修改: README.md
新文件: build-aux/install-sh
新文件: build-aux/mkinstalldirs
新文件: configure.ac
重命名: doc/archs.md -> doc/architectures.md
修改: doc/compilers.md
修改: doc/doc.md
重命名: doc/stds.md -> doc/languagestandards.md
修改: doc/platforms.md
重命名: src/title.h -> include/libplatform.h.in
重命名: src/lparchs.h -> include/platform_predef/architectures.h
重命名: src/lpcomps.h -> include/platform_predef/compilers.h
重命名: src/lpstds.h -> include/platform_predef/languagestandards.h
重命名: src/lpplat.h -> include/platform_predef/platforms.h
新文件: m4/readfile.m4
删除: make.cmd
删除: src/_lpcomps_make.py
删除: src/end.h
删除: tools/build.py
删除: tools/dos-make.bat1 parent a21a0cc commit 2d734eb
File tree
25 files changed
+1150
-923
lines changed- build-aux
- doc
- include
- platform_predef
- m4
- src
- tools
25 files changed
+1150
-923
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 15 | | |
24 | 16 | | |
25 | 17 | | |
| |||
30 | 22 | | |
31 | 23 | | |
32 | 24 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 25 | | |
59 | 26 | | |
60 | 27 | | |
61 | 28 | | |
62 | | - | |
63 | | - | |
| 29 | + | |
64 | 30 | | |
65 | 31 | | |
66 | 32 | | |
| |||
0 commit comments