summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:05:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:05:57 -0800
commit8dce46a9e7ab5421cb9b1e5d1b512fc53b7350e7 (patch)
treec30f15db0296c3d70becd65b67a12858c90a11db
parent5787c2f5459e19bb7206c98116dbdec54da7bcc0 (diff)
Add standard X.Org README.md file
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eff0a14
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+gccmakedep - create dependencies in makefiles
+---------------------------------------------
+
+This is an alternate version of makedepend implemented as a shell script
+wrapper around `gcc -M`
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/util/gccmakedep
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+