git-verify-pack: get rid of while loop
[git.git] / config.mak.in
blob04f508ab90527f5d71462b245b6b598d689c1853
1 # git Makefile configuration, included in main Makefile
2 # @configure_input@
4 CC = @CC@
5 AR = @AR@
6 TAR = @TAR@
7 #INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
9 prefix = @prefix@
10 exec_prefix = @exec_prefix@
11 bindir = @bindir@
12 #gitexecdir = @libexecdir@/git-core/
13 datarootdir = @datarootdir@
14 template_dir = @datadir@/git-core/templates/
15 GIT_PYTHON_DIR = @datadir@/git-core/python
17 mandir=@mandir@
19 srcdir = @srcdir@
20 VPATH = @srcdir@
22 export exec_prefix mandir
23 export srcdir VPATH