]> git.ipfire.org Git - thirdparty/git.git/blame - config.mak.in
GIT-VERSION-GEN: support non-standard $GIT_DIR path
[thirdparty/git.git] / config.mak.in
CommitLineData
55667714
JN
1# git Makefile configuration, included in main Makefile
2# @configure_input@
3
fd22c027 4CC = @CC@
60a144f2 5CFLAGS = @CFLAGS@
ebef8277 6CPPFLAGS = @CPPFLAGS@
1352fdbe 7LDFLAGS = @LDFLAGS@
fd22c027
JN
8AR = @AR@
9TAR = @TAR@
d1b1a919 10DIFF = @DIFF@
fd22c027
JN
11#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
12
55667714
JN
13prefix = @prefix@
14exec_prefix = @exec_prefix@
15bindir = @bindir@
98bb1ff8 16gitexecdir = @libexecdir@/git-core
2d023581 17datarootdir = @datarootdir@
98bb1ff8 18template_dir = @datadir@/git-core/templates
5937b792 19sysconfdir = @sysconfdir@
55667714 20
dd6fc7ca 21mandir = @mandir@
55667714
JN
22
23srcdir = @srcdir@
24VPATH = @srcdir@
25
26export exec_prefix mandir
27export srcdir VPATH