Merge branch 'rr/minimal-stat'
[git.git] / config.mak.in
blobe8a9bb4682a239762bc7c4946b19f58353b80baf
1 # git Makefile configuration, included in main Makefile
2 # @configure_input@
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
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@
21 mandir = @mandir@
23 srcdir = @srcdir@
24 VPATH = @srcdir@
26 export exec_prefix mandir
27 export srcdir VPATH