source:
.gitignore
@
f1bcd004
Last change on this file since f1bcd004 was 874960b, checked in by , 7 years ago | |
---|---|
|
|
File size: 1005 bytes |
Rev | Line | |
---|---|---|
[8f1b0e1] | 1 | # build files |
[00cc023] | 2 | *.[ao] |
[c07d724] | 3 | *.pyc |
[8f1b0e1] | 4 | |
5 | # generated by configure | |
6 | autom4te.cache | |
7 | config.h | |
8 | config.status | |
9 | config.log | |
10 | stamp-h1 | |
11 | Makefile | |
12 | driver/Makefile | |
13 | libcfa/Makefile | |
14 | src/Makefile | |
[bf70aa9] | 15 | /version |
[8f1b0e1] | 16 | |
[15db1ab] | 17 | # genereted by premake |
[0ada2f0] | 18 | src/examples/gc_no_raii/build |
[15db1ab] | 19 | |
[8f1b0e1] | 20 | # build directories |
[00cc023] | 21 | .deps |
22 | .dirstamp | |
[8f1b0e1] | 23 | bin |
24 | lib | |
[d3b7937] | 25 | include |
[874960b] | 26 | share |
[8f1b0e1] | 27 | |
28 | # src executables, for lib and bin | |
[c3a4385] | 29 | src/driver/cc1 |
30 | src/driver/cfa | |
[d3b7937] | 31 | src/driver/cfa-cpp |
[f96b061] | 32 | |
[375a068] | 33 | src/prelude/builtins.cf |
[6ce3ae9] | 34 | src/prelude/gcc-builtins.cf |
35 | src/prelude/gcc-builtins.c | |
[375a068] | 36 | src/prelude/extras.cf |
[3fe34ae] | 37 | src/prelude/bootloader.c |
[c3a4385] | 38 | src/libcfa/libcfa-prelude.c |
[8f1b0e1] | 39 | |
[c89503c] | 40 | # generated by bison and lex from parser.yy and lex.ll |
[6e7e2b36] | 41 | src/Parser/parser.output |
[64cb860] | 42 | src/Parser/lex.cc |
43 | src/Parser/parser.cc | |
44 | src/Parser/parser.h | |
[44f44617] | 45 | src/Parser/parser.hh |
[e82aa9df] | 46 | |
[c89503c] | 47 | tools/prettyprinter/parser.output |
48 | tools/prettyprinter/lex.cc | |
49 | tools/prettyprinter/parser.cc | |
50 | tools/prettyprinter/parser.h | |
[8c97ee7] | 51 | tools/prettyprinter/parser.hh |
[c89503c] | 52 | tools/prettyprinter/pretty |
53 | tools/pretty | |
54 | ||
[e82aa9df] | 55 | # generated by xfig for user manual |
56 | doc/user/Cdecl.tex | |
57 | doc/user/pointer1.tex | |
58 | doc/user/pointer2.tex | |
[b0f7a43] | 59 | doc/user/EHMHierarchy.tex |
Note: See TracBrowser
for help on using the repository browser.