summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c57e63d..c031afb2 100644
--- a/Makefile
+++ b/Makefile
@@ -43,3 +43,10 @@ dos2unix:
done
rm -f dos2unix.tmp
+xhdrid:
+ for f in `find . | egrep '\.(h|c|S|s|cpp|hpp)$$'`; do \
+ echo Processing $$f...; \
+ cat $$f | sed 's/.*\$$Author\$$/ */' > /tmp/id; \
+ cp /tmp/id $$f; \
+ done
+