mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
5873a060ca
* these are dependencies for gcc 4 Graphite engine build. * CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables. * PPL is needed by GCC build even if it isn't the chosen backend.
45 lines
656 B
Plaintext
45 lines
656 B
Plaintext
# Ignore objects and archives.
|
|
*.[oa]
|
|
# library description files
|
|
*.lo
|
|
*.la
|
|
|
|
.deps/
|
|
.libs/
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autoconf/Doxyfile
|
|
autoconf/config.guess
|
|
autoconf/config.sub
|
|
autoconf/depcomp
|
|
autoconf/install-sh
|
|
autoconf/ltmain.sh
|
|
autoconf/missing
|
|
autom4te.cache/
|
|
./cloog
|
|
cloog-isl-uninstalled.pc
|
|
cloog-isl-uninstalled.sh
|
|
cloog-isl.pc
|
|
cloog-isl.pc.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
doc/Makefile
|
|
doc/Makefile.in
|
|
doc/gitversion.texi
|
|
genversion.sh
|
|
libtool
|
|
m4/libtool.m4
|
|
m4/ltoptions.m4
|
|
m4/ltsugar.m4
|
|
m4/ltversion.m4
|
|
m4/lt~obsolete.m4
|
|
source/version.c
|
|
test/.deps/
|
|
test/Makefile
|
|
test/Makefile.in
|
|
test/generate_test
|
|
version.h
|
|
include/cloog/version.h
|