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