1# git Makefile configuration, included in main Makefile
2# @configure_input@
34
prefix = @prefix@
5exec_prefix = @exec_prefix@
6bindir = @bindir@
7#gitexecdir = @libexecdir@/git-core/
8template_dir = @datadir@/git-core/templates/
9GIT_PYTHON_DIR = @datadir@/git-core/python
1011
mandir=@mandir@
1213
srcdir = @srcdir@
14VPATH = @srcdir@
1516
export exec_prefix mandir
17export srcdir VPATH
18