]> git.ipfire.org Git - thirdparty/git.git/blame - config.mak.in
ci: fix GCC install in the Travis CI GCC OSX job
[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@
55d9bf0a 11PACKAGE_TARNAME = @PACKAGE_TARNAME@
fd22c027
JN
12#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
13
55667714
JN
14prefix = @prefix@
15exec_prefix = @exec_prefix@
16bindir = @bindir@
98bb1ff8 17gitexecdir = @libexecdir@/git-core
2d023581 18datarootdir = @datarootdir@
98bb1ff8 19template_dir = @datadir@/git-core/templates
5937b792 20sysconfdir = @sysconfdir@
55d9bf0a 21docdir = @docdir@
55667714 22
dd6fc7ca 23mandir = @mandir@
fc1c5415 24htmldir = @htmldir@