summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
new file mode 100644
index 0000000000..04f508ab90
--- /dev/null
+++ b/config.mak.in
@@ -0,0 +1,24 @@
+# git Makefile configuration, included in main Makefile
+# @configure_input@
+
+CC = @CC@
+AR = @AR@
+TAR = @TAR@
+#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+#gitexecdir = @libexecdir@/git-core/
+datarootdir = @datarootdir@
+template_dir = @datadir@/git-core/templates/
+GIT_PYTHON_DIR = @datadir@/git-core/python
+
+mandir=@mandir@
+
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+export exec_prefix mandir
+export srcdir VPATH
+