summaryrefslogtreecommitdiff
path: root/debugger/system_routine/.gitignore
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-01-10 17:25:24 -0500
committerGaetan Nadon <memsize@videotron.ca>2012-01-12 09:13:08 -0500
commit4768adf7d77706fb6c2967695e0afa7d7c7dbb75 (patch)
tree8ee58940d1d8ad29baeb85af7a2a82384a424ecc /debugger/system_routine/.gitignore
parent9f8766030463bc0c75506d990831b853f19d7725 (diff)
Debugger: convert existing makefiles to Automake.
A common xorg idiom is used. The dependencies are auto-detected. If they are present, the debugger is build. If any are missing, the debugger is silently skipped. If --enable-shader-debugger is specified, the configuration will abort if any of the dependencies is missing. No user actions is needed, no env variable to set (as it should be) This will fix a number of problems: build cannot start due Makefile missing in tarball. build fails as GEN4ASM variable not available in Makefile. distcheck is also disturbed. In the process other minor problems were fixed: helper target is missing dependencies on evict.h. too may arguments given to pre_cpp.py but they were ignored. fills /tmp with temporary files. Acked-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'debugger/system_routine/.gitignore')
-rw-r--r--debugger/system_routine/.gitignore12
1 files changed, 10 insertions, 2 deletions
diff --git a/debugger/system_routine/.gitignore b/debugger/system_routine/.gitignore
index dad5fcf1..d19500cf 100644
--- a/debugger/system_routine/.gitignore
+++ b/debugger/system_routine/.gitignore
@@ -1,2 +1,10 @@
-GNUmakefile
-!Makefile
+evict.h
+eviction_macro
+sr
+sr.asm
+sr.c
+sr.cpp
+tiny
+tiny.asm
+tiny.c
+tiny.cpp