]> git.ipfire.org Git - thirdparty/git.git/blame - Makefile
build: propagate $DIFF to scripts
[thirdparty/git.git] / Makefile
CommitLineData
2731d048 1# The default target of this Makefile is...
6fc301bb 2all::
2731d048 3
2314c947 4# Define V=1 to have a more verbose compile.
74f2b2a8 5#
0e0aea5a
JH
6# Define SHELL_PATH to a POSIX shell if your /bin/sh is broken.
7#
8# Define SANE_TOOL_PATH to a colon-separated list of paths to prepend
9# to PATH if your tools in /usr/bin are broken.
10#
e88a135b
GV
11# Define SOCKLEN_T to a suitable type (such as 'size_t') if your
12# system headers do not define a socklen_t type.
13#
f9f33cdc
GV
14# Define INLINE to a suitable substitute (such as '__inline' or '') if git
15# fails to compile with errors about undefined inline functions or similar.
16#
c4582f93
MR
17# Define SNPRINTF_RETURNS_BOGUS if your are on a system which snprintf()
18# or vsnprintf() return -1 instead of number of characters which would
19# have been written to the final string if enough space had been available.
20#
cba22528
BC
21# Define FREAD_READS_DIRECTORIES if your are on a system which succeeds
22# when attempting to read from an fopen'ed directory.
23#
765ac8ec 24# Define NO_OPENSSL environment variable if you do not have OpenSSL.
30ae47b4 25# This also implies BLK_SHA1.
2cb45e95 26#
8da1e212 27# Define NO_CURL if you do not have libcurl installed. git-http-pull and
58e60dd2
NH
28# git-http-push are not built, and you cannot use http:// and https://
29# transports.
b2c0bd65 30#
6d9bbc50
PM
31# Define CURLDIR=/foo/bar if your curl header and library files are in
32# /foo/bar/include and /foo/bar/lib directories.
33#
58e60dd2
NH
34# Define NO_EXPAT if you do not have expat installed. git-http-push is
35# not built, and you cannot push using http:// and https:// transports.
36#
85b4518f
SB
37# Define EXPATDIR=/foo/bar if your expat header and library files are in
38# /foo/bar/include and /foo/bar/lib directories.
39#
35a730f0
JH
40# Define NO_D_INO_IN_DIRENT if you don't have d_ino in your struct dirent.
41#
63be37b0 42# Define NO_D_TYPE_IN_DIRENT if your platform defines DT_UNKNOWN but lacks
a50dec22 43# d_type in struct dirent (Cygwin 1.5, fixed in Cygwin 1.7).
63be37b0 44#
579d1fbf
RJ
45# Define NO_C99_FORMAT if your formatted IO functions (printf/scanf et.al.)
46# do not support the 'size specifiers' introduced by C99, namely ll, hh,
47# j, z, t. (representing long long int, char, intmax_t, size_t, ptrdiff_t).
465e649d 48# some C compilers supported these specifiers prior to C99 as an extension.
579d1fbf 49#
ef34af24
LT
50# Define NO_STRCASESTR if you don't have strcasestr.
51#
b21b9f1d
RS
52# Define NO_MEMMEM if you don't have memmem.
53#
817151e6
PE
54# Define NO_STRLCPY if you don't have strlcpy.
55#
bc6b4f52
JR
56# Define NO_STRTOUMAX if you don't have strtoumax in the C library.
57# If your compiler also does not support long long or does not have
58# strtoull, define NO_STRTOULL.
59#
e40b61fb
JR
60# Define NO_SETENV if you don't have setenv in the C library.
61#
bfa8fccf
JN
62# Define NO_UNSETENV if you don't have unsetenv in the C library.
63#
ca5bb5d5
SP
64# Define NO_MKDTEMP if you don't have mkdtemp in the C library.
65#
0620b39b
DA
66# Define NO_MKSTEMPS if you don't have mkstemps in the C library.
67#
e1c06886
DA
68# Define NO_LIBGEN_H if you don't have libgen.h.
69#
ecc395c1
BC
70# Define NEEDS_LIBGEN if your libgen needs -lgen when linking
71#
2600973f
RS
72# Define NO_SYS_SELECT_H if you don't have sys/select.h.
73#
9f0bb90d
JH
74# Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link.
75# Enable it on Windows. By default, symrefs are still used.
2fabd217 76#
02853588 77# Define NO_SVN_TESTS if you want to skip time-consuming SVN interoperability
60d02ccc
EW
78# tests. These tests take up a significant amount of the total test time
79# but are not needed unless you plan to talk to SVN repos.
80#
8eb38cad
SP
81# Define NO_FINK if you are building on Darwin/Mac OS X, have Fink
82# installed in /sw, but don't want GIT to link against any libraries
83# installed there. If defined you may specify your own (or Fink's)
84# include directories and library directories by defining CFLAGS
85# and LDFLAGS appropriately.
86#
87# Define NO_DARWIN_PORTS if you are building on Darwin/Mac OS X,
88# have DarwinPorts installed in /opt/local, but don't want GIT to
89# link against any libraries installed there. If defined you may
90# specify your own (or DarwinPort's) include directories and
91# library directories by defining CFLAGS and LDFLAGS appropriately.
92#
d7c208a9
LT
93# Define BLK_SHA1 environment variable if you want the C version
94# of the SHA1 that assumes you can do unaligned 32-bit loads and
95# have a fast htonl() function.
96#
5bdac8b3
PB
97# Define PPC_SHA1 environment variable when running make to make use of
98# a bundled SHA1 routine optimized for PowerPC.
597c9cc5 99#
0460dba4
BG
100# Define NEEDS_CRYPTO_WITH_SSL if you need -lcrypto when using -lssl (Darwin).
101#
102# Define NEEDS_SSL_WITH_CRYPTO if you need -lssl when using -lcrypto (Darwin).
f0ebff0d 103#
597c9cc5 104# Define NEEDS_LIBICONV if linking with libc is not enough (Darwin).
f0ebff0d
PM
105#
106# Define NEEDS_SOCKET if linking with libc is not enough (SunOS,
107# Patrick Mauritz).
108#
70cf9910
BC
109# Define NEEDS_RESOLV if linking with -lnsl and/or -lsocket is not enough.
110# Notably on Solaris hstrerror resides in libresolv and on Solaris 7
111# inet_ntop and inet_pton additionally reside there.
112#
730d48a2
JS
113# Define NO_MMAP if you want to avoid mmap.
114#
46059cc6
JH
115# Define NO_PTHREADS if you do not have or do not want to use Pthreads.
116#
6900679c 117# Define NO_PREAD if you have a problem with pread() system call (e.g.
a50dec22 118# cygwin1.dll before v1.5.22).
6900679c 119#
1510fea7
SP
120# Define NO_FAST_WORKING_DIRECTORY if accessing objects in pack files is
121# generally faster on your platform than accessing the working directory.
122#
c869753e
SP
123# Define NO_TRUSTABLE_FILEMODE if your filesystem may claim to support
124# the executable mode bit, but doesn't really do so.
125#
49744d63
PA
126# Define NO_IPV6 if you lack IPv6 support and getaddrinfo().
127#
bdc37f5a
JH
128# Define NO_SOCKADDR_STORAGE if your platform does not have struct
129# sockaddr_storage.
130#
b6e56eca
FP
131# Define NO_ICONV if your libc does not properly support iconv.
132#
fd547a97
RJ
133# Define OLD_ICONV if your library has an old iconv(), where the second
134# (input buffer pointer) parameter is declared with type (const char **).
135#
609a2289
DS
136# Define NO_DEFLATE_BOUND if your zlib does not have deflateBound.
137#
20648877
MK
138# Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
139# that tells runtime paths to dynamic libraries;
140# "-Wl,-rpath=/path/lib" is used instead.
bbfc63dd 141#
5bdac8b3
PB
142# Define USE_NSEC below if you want git to care about sub-second file mtimes
143# and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and
144# it will BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely
145# randomly break unless your underlying filesystem supports those sub-second
146# times (my ext3 doesn't).
f6af75d2 147#
c567383b
BG
148# Define USE_ST_TIMESPEC if your "struct stat" uses "st_ctimespec" instead of
149# "st_ctim"
150#
c06ff490
KB
151# Define NO_NSEC if your "struct stat" does not have "st_ctim.tv_nsec"
152# available. This automatically turns USE_NSEC off.
153#
5bdac8b3 154# Define USE_STDEV below if you want git to care about the underlying device
10455d2a 155# change being considered an inode change from the update-index perspective.
f848718a 156#
fdb2a2a6
JH
157# Define NO_ST_BLOCKS_IN_STRUCT_STAT if your platform does not have st_blocks
158# field that counts the on-disk footprint in 512-byte blocks.
159#
4c7100a9
JH
160# Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8
161#
162213d2
JN
162# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72
163# (not v1.73 or v1.71).
164#
165# Define ASCIIDOC_NO_ROFF if your DocBook XSL escapes raw roff directives
166# (versions 1.72 and later and 1.68.1 and earlier).
7f55cf45 167#
204d363f
TR
168# Define GNU_ROFF if your target system uses GNU groff. This forces
169# apostrophes to be ASCII so that cut&pasting examples to the shell
170# will work.
171#
f848718a
AR
172# Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's
173# MakeMaker (e.g. using ActiveState under Cygwin).
174#
499c2939
JK
175# Define NO_PERL if you do not want Perl scripts or libraries at all.
176#
d4e1b47a
JH
177# Define NO_PYTHON if you do not want Python scripts or libraries at all.
178#
3cfaf11b
ER
179# Define NO_TCLTK if you do not want Tcl/Tk GUI.
180#
5f5dbd71
SP
181# The TCL_PATH variable governs the location of the Tcl interpreter
182# used to optimize git-gui for your system. Only used if NO_TCLTK
183# is not set. Defaults to the bare 'tclsh'.
184#
185# The TCLTK_PATH variable governs the location of the Tcl/Tk interpreter.
81b63c70
ER
186# If not set it defaults to the bare 'wish'. If it is set to the empty
187# string then NO_TCLTK will be forced (this is used by configure script).
188#
43fe901b
BD
189# Define INTERNAL_QSORT to use Git's implementation of qsort(), which
190# is a simplified version of the merge sort used in glibc. This is
191# recommended if Git triggers O(n^2) behavior in your platform's qsort().
192#
34779c53
JS
193# Define UNRELIABLE_FSTAT if your system's fstat does not return the same
194# information on a not yet closed file that lstat would return for the same
195# file after it was closed.
be66a6c4 196#
348df166
JS
197# Define OBJECT_CREATION_USES_RENAMES if your operating systems has problems
198# when hardlinking a file to another name and unlinking the original file right
be66a6c4 199# away (some NTFS drivers seem to zero the contents in that scenario).
2c8f8b19 200#
3426e34f
JS
201# Define NO_CROSS_DIRECTORY_HARDLINKS if you plan to distribute the installed
202# programs as a tar, where bin/ and libexec/ might be on different file systems.
f0ed8226
MSO
203#
204# Define USE_NED_ALLOCATOR if you want to replace the platforms default
205# memory allocators with the nedmalloc allocator written by Niall Douglas.
02232adf
JK
206#
207# Define NO_REGEX if you have no or inferior regex support in your C library.
8f4b576a 208#
63267de2
JN
209# Define JSMIN to point to JavaScript minifier that functions as
210# a filter to have gitweb.js minified.
8678bc09 211#
0e6ce213
MR
212# Define CSSMIN to point to a CSS minifier in order to generate a minified
213# version of gitweb.css
214#
a3d023d0
JH
215# Define DEFAULT_PAGER to a sensible pager command (defaults to "less") if
216# you want to use something different. The value will be interpreted by the
217# shell at runtime when it is used.
218#
8f4b576a
JN
219# Define DEFAULT_EDITOR to a sensible editor command (defaults to "vi") if you
220# want to use something different. The value will be interpreted by the shell
221# if necessary when it is used. Examples:
222#
223# DEFAULT_EDITOR='~/bin/vi',
224# DEFAULT_EDITOR='$GIT_FALLBACK_EDITOR',
225# DEFAULT_EDITOR='"C:\Program Files\Vim\gvim.exe" --nofork'
dfea5750
JN
226#
227# Define COMPUTE_HEADER_DEPENDENCIES if your compiler supports the -MMD option
228# and you want to avoid rebuilding objects when an unrelated header file
229# changes.
f2fabbf7
JN
230#
231# Define CHECK_HEADER_DEPENDENCIES to check for problems in the hard-coded
232# dependency rules.
5bdac8b3 233
13fca9f3 234GIT-VERSION-FILE: FORCE
36546385 235 @$(SHELL_PATH) ./GIT-VERSION-GEN
9b88fcef 236-include GIT-VERSION-FILE
a9db2974 237
e15f5451
PJ
238uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
239uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
240uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')
241uname_R := $(shell sh -c 'uname -r 2>/dev/null || echo not')
242uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo not')
46059cc6 243uname_V := $(shell sh -c 'uname -v 2>/dev/null || echo not')
e15f5451 244
d691d84e
RJ
245ifdef MSVC
246 # avoid the MingW and Cygwin configuration sections
247 uname_S := Windows
248 uname_O := Windows
249endif
250
94d23317 251# CFLAGS and LDFLAGS are for the users to override from the command line.
12aa7456 252
b05701c5 253CFLAGS = -g -O2 -Wall
94d23317 254LDFLAGS =
ebef8277 255ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS)
94d23317 256ALL_LDFLAGS = $(LDFLAGS)
4dc00021 257STRIP ?= strip
29c2cce4 258
49fa65a7
JS
259# Among the variables below, these:
260# gitexecdir
261# template_dir
026fa0d5
SP
262# mandir
263# infodir
49fa65a7
JS
264# htmldir
265# ETC_GITCONFIG (but not sysconfdir)
026fa0d5
SP
266# can be specified as a relative path some/where/else;
267# this is interpreted as relative to $(prefix) and "git" at
49fa65a7
JS
268# runtime figures out where they are based on the path to the executable.
269# This can help installing the suite in a relocatable way.
270
b05701c5 271prefix = $(HOME)
026fa0d5
SP
272bindir_relative = bin
273bindir = $(prefix)/$(bindir_relative)
274mandir = share/man
275infodir = share/info
276gitexecdir = libexec/git-core
9354768a 277sharedir = $(prefix)/share
026fa0d5
SP
278template_dir = share/git-core/templates
279htmldir = share/doc/git-doc
b51b8bbf
JT
280ifeq ($(prefix),/usr)
281sysconfdir = /etc
026fa0d5 282ETC_GITCONFIG = $(sysconfdir)/gitconfig
b51b8bbf
JT
283else
284sysconfdir = $(prefix)/etc
026fa0d5 285ETC_GITCONFIG = etc/gitconfig
b51b8bbf 286endif
10861bea 287lib = lib
a682ef9f 288# DESTDIR=
352c8111 289pathsep = :
5c2a7fbc 290
8ea7ad69 291export prefix bindir sharedir sysconfdir
e14421b9 292
b05701c5
PR
293CC = gcc
294AR = ar
4cb08df5 295RM = rm -f
d1b1a919 296DIFF = diff
229a7ed7 297TAR = tar
89b2f19c 298FIND = find
b05701c5
PR
299INSTALL = install
300RPMBUILD = rpmbuild
5f5dbd71 301TCL_PATH = tclsh
81b63c70 302TCLTK_PATH = wish
158629b2 303PTHREAD_LIBS = -lpthread
48793cf4 304PTHREAD_CFLAGS =
e83c5163 305
5f5dbd71
SP
306export TCL_PATH TCLTK_PATH
307
44c9e859
LT
308# sparse is architecture-neutral, which means that we need to tell it
309# explicitly what architecture to check for. Fix this up for yours..
b05701c5 310SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__
44c9e859 311
28818ffa
PB
312
313
314### --- END CONFIGURATION SECTION ---
315
8d7f586f 316# Those must not be GNU-specific; they are shared with perl/ which may
18b0fc1c
PB
317# be built by a different compiler. (Note that this is an artifact now
318# but it still might be nice to keep that distinction.)
81b50f3c 319BASIC_CFLAGS = -I.
18b0fc1c 320BASIC_LDFLAGS =
8d7f586f 321
5c928c06
JS
322# Guard against environment variables
323BUILTIN_OBJS =
324BUILT_INS =
325COMPAT_CFLAGS =
326COMPAT_OBJS =
a673cfed 327EXTRA_CPPFLAGS =
5c928c06
JS
328LIB_H =
329LIB_OBJS =
1b22c99c 330PROGRAM_OBJS =
5c928c06
JS
331PROGRAMS =
332SCRIPT_PERL =
d4e1b47a 333SCRIPT_PYTHON =
5c928c06 334SCRIPT_SH =
46bac904 335SCRIPT_LIB =
225f78c8 336TEST_PROGRAMS_NEED_X =
5c928c06 337
c40d92e4
JN
338# Having this variable in your environment would break pipelines because
339# you cause "cd" to echo its destination to stdout. It can also take
340# scripts to unexpected places. If you like CDPATH, define it for your
341# interactive shell sessions without exporting it.
342unexport CDPATH
343
74ca5e6d
JH
344SCRIPT_SH += git-am.sh
345SCRIPT_SH += git-bisect.sh
afcbc8e7 346SCRIPT_SH += git-difftool--helper.sh
74ca5e6d
JH
347SCRIPT_SH += git-filter-branch.sh
348SCRIPT_SH += git-lost-found.sh
349SCRIPT_SH += git-merge-octopus.sh
350SCRIPT_SH += git-merge-one-file.sh
351SCRIPT_SH += git-merge-resolve.sh
74ca5e6d 352SCRIPT_SH += git-mergetool.sh
74ca5e6d
JH
353SCRIPT_SH += git-pull.sh
354SCRIPT_SH += git-quiltimport.sh
355SCRIPT_SH += git-rebase--interactive.sh
356SCRIPT_SH += git-rebase.sh
357SCRIPT_SH += git-repack.sh
358SCRIPT_SH += git-request-pull.sh
74ca5e6d
JH
359SCRIPT_SH += git-stash.sh
360SCRIPT_SH += git-submodule.sh
361SCRIPT_SH += git-web--browse.sh
362
46bac904
JN
363SCRIPT_LIB += git-mergetool--lib
364SCRIPT_LIB += git-parse-remote
365SCRIPT_LIB += git-sh-setup
366
74ca5e6d 367SCRIPT_PERL += git-add--interactive.perl
afcbc8e7 368SCRIPT_PERL += git-difftool.perl
74ca5e6d
JH
369SCRIPT_PERL += git-archimport.perl
370SCRIPT_PERL += git-cvsexportcommit.perl
371SCRIPT_PERL += git-cvsimport.perl
372SCRIPT_PERL += git-cvsserver.perl
373SCRIPT_PERL += git-relink.perl
374SCRIPT_PERL += git-send-email.perl
375SCRIPT_PERL += git-svn.perl
60036a41 376
d6ebd259
AE
377SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
378 $(patsubst %.perl,%,$(SCRIPT_PERL)) \
d4e1b47a 379 $(patsubst %.py,%,$(SCRIPT_PYTHON)) \
e475fe16 380 git-instaweb
d6ebd259 381
42f77406
JH
382# Empty...
383EXTRA_PROGRAMS =
d6ebd259 384
74ca5e6d
JH
385# ... and all the rest that could be moved out of bindir to gitexecdir
386PROGRAMS += $(EXTRA_PROGRAMS)
1b22c99c
JN
387
388PROGRAM_OBJS += fast-import.o
389PROGRAM_OBJS += imap-send.o
390PROGRAM_OBJS += shell.o
391PROGRAM_OBJS += show-index.o
392PROGRAM_OBJS += upload-pack.o
393PROGRAM_OBJS += http-backend.o
394
395PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
74ca5e6d 396
225f78c8
JN
397TEST_PROGRAMS_NEED_X += test-chmtime
398TEST_PROGRAMS_NEED_X += test-ctype
399TEST_PROGRAMS_NEED_X += test-date
400TEST_PROGRAMS_NEED_X += test-delta
401TEST_PROGRAMS_NEED_X += test-dump-cache-tree
402TEST_PROGRAMS_NEED_X += test-genrandom
403TEST_PROGRAMS_NEED_X += test-match-trees
404TEST_PROGRAMS_NEED_X += test-parse-options
405TEST_PROGRAMS_NEED_X += test-path-utils
406TEST_PROGRAMS_NEED_X += test-run-command
407TEST_PROGRAMS_NEED_X += test-sha1
408TEST_PROGRAMS_NEED_X += test-sigchain
409TEST_PROGRAMS_NEED_X += test-index-version
410
a026d531 411TEST_PROGRAMS = $(patsubst %,%$X,$(TEST_PROGRAMS_NEED_X))
74ca5e6d 412
1736855c 413# List built-in command $C whose implementation cmd_$C() is not in
81b50f3c
LT
414# builtin/$C.o but is linked in as part of some other command.
415BUILT_INS += $(patsubst builtin/%.o,git-%$X,$(BUILTIN_OBJS))
74ca5e6d 416
74ca5e6d 417BUILT_INS += git-cherry$X
fcb6c076 418BUILT_INS += git-cherry-pick$X
74ca5e6d
JH
419BUILT_INS += git-format-patch$X
420BUILT_INS += git-fsck-objects$X
421BUILT_INS += git-get-tar-commit-id$X
422BUILT_INS += git-init$X
423BUILT_INS += git-merge-subtree$X
424BUILT_INS += git-peek-remote$X
425BUILT_INS += git-repo-config$X
426BUILT_INS += git-show$X
24b1f65f 427BUILT_INS += git-stage$X
74ca5e6d
JH
428BUILT_INS += git-status$X
429BUILT_INS += git-whatchanged$X
91730800 430
ad17f013
JH
431# what 'all' will build and 'install' will install in gitexecdir,
432# excluding programs for built-in commands
6506e156 433ALL_PROGRAMS = $(PROGRAMS) $(SCRIPTS)
e83c5163 434
3cfaf11b 435# what 'all' will build but not install in gitexecdir
499c2939 436OTHER_PROGRAMS = git$X
3cfaf11b 437
ea925196
MO
438# what test wrappers are needed and 'install' will install, in bindir
439BINDIR_PROGRAMS_NEED_X += git
440BINDIR_PROGRAMS_NEED_X += git-upload-pack
441BINDIR_PROGRAMS_NEED_X += git-receive-pack
442BINDIR_PROGRAMS_NEED_X += git-upload-archive
443BINDIR_PROGRAMS_NEED_X += git-shell
444
445BINDIR_PROGRAMS_NO_X += git-cvsserver
446
3d32051f
RA
447# Set paths to tools early so that they can be used for version tests.
448ifndef SHELL_PATH
449 SHELL_PATH = /bin/sh
450endif
451ifndef PERL_PATH
452 PERL_PATH = /usr/bin/perl
453endif
d4e1b47a
JH
454ifndef PYTHON_PATH
455 PYTHON_PATH = /usr/bin/python
456endif
720d150c 457
3a793478 458export PERL_PATH
d4e1b47a 459export PYTHON_PATH
3a793478 460
0a02ce72 461LIB_FILE=libgit.a
3443546f 462XDIFF_LIB=xdiff/lib.a
8f3f9b09 463
75194438 464LIB_H += advice.h
74ca5e6d
JH
465LIB_H += archive.h
466LIB_H += attr.h
467LIB_H += blob.h
468LIB_H += builtin.h
469LIB_H += cache.h
470LIB_H += cache-tree.h
21528abc 471LIB_H += color.h
74ca5e6d 472LIB_H += commit.h
75457126 473LIB_H += compat/bswap.h
adbc0b6b 474LIB_H += compat/cygwin.h
fcb6c076 475LIB_H += compat/mingw.h
44626dc7 476LIB_H += compat/win32/pthread.h
74ca5e6d
JH
477LIB_H += csum-file.h
478LIB_H += decorate.h
479LIB_H += delta.h
480LIB_H += diffcore.h
481LIB_H += diff.h
482LIB_H += dir.h
21528abc 483LIB_H += exec_cmd.h
74ca5e6d
JH
484LIB_H += fsck.h
485LIB_H += git-compat-util.h
c12172d2 486LIB_H += graph.h
74ca5e6d
JH
487LIB_H += grep.h
488LIB_H += hash.h
940208a7 489LIB_H += help.h
8af84dad 490LIB_H += levenshtein.h
74ca5e6d
JH
491LIB_H += list-objects.h
492LIB_H += ll-merge.h
493LIB_H += log-tree.h
494LIB_H += mailmap.h
db3a9545 495LIB_H += merge-recursive.h
a97a7468 496LIB_H += notes.h
74ca5e6d
JH
497LIB_H += object.h
498LIB_H += pack.h
94e724a7 499LIB_H += pack-refs.h
74ca5e6d
JH
500LIB_H += pack-revindex.h
501LIB_H += parse-options.h
502LIB_H += patch-ids.h
74ca5e6d
JH
503LIB_H += pkt-line.h
504LIB_H += progress.h
505LIB_H += quote.h
506LIB_H += reflog-walk.h
507LIB_H += refs.h
508LIB_H += remote.h
5b2fd956 509LIB_H += rerere.h
cfc5789a 510LIB_H += resolve-undo.h
74ca5e6d
JH
511LIB_H += revision.h
512LIB_H += run-command.h
628522ec 513LIB_H += sha1-lookup.h
74ca5e6d 514LIB_H += sideband.h
4a16d072 515LIB_H += sigchain.h
74ca5e6d 516LIB_H += strbuf.h
fcb6c076 517LIB_H += string-list.h
752c0c24 518LIB_H += submodule.h
74ca5e6d
JH
519LIB_H += tag.h
520LIB_H += transport.h
521LIB_H += tree.h
522LIB_H += tree-walk.h
523LIB_H += unpack-trees.h
be58e70d 524LIB_H += userdiff.h
74ca5e6d 525LIB_H += utf8.h
21528abc
JN
526LIB_H += xdiff-interface.h
527LIB_H += xdiff/xdiff.h
74ca5e6d 528
5b8e6f85 529LIB_OBJS += abspath.o
75194438 530LIB_OBJS += advice.o
74ca5e6d
JH
531LIB_OBJS += alias.o
532LIB_OBJS += alloc.o
533LIB_OBJS += archive.o
534LIB_OBJS += archive-tar.o
535LIB_OBJS += archive-zip.o
536LIB_OBJS += attr.o
537LIB_OBJS += base85.o
a2ad79ce 538LIB_OBJS += bisect.o
74ca5e6d
JH
539LIB_OBJS += blob.o
540LIB_OBJS += branch.o
541LIB_OBJS += bundle.o
542LIB_OBJS += cache-tree.o
543LIB_OBJS += color.o
544LIB_OBJS += combine-diff.o
545LIB_OBJS += commit.o
546LIB_OBJS += config.o
547LIB_OBJS += connect.o
548LIB_OBJS += convert.o
549LIB_OBJS += copy.o
550LIB_OBJS += csum-file.o
551LIB_OBJS += ctype.o
552LIB_OBJS += date.o
553LIB_OBJS += decorate.o
554LIB_OBJS += diffcore-break.o
555LIB_OBJS += diffcore-delta.o
556LIB_OBJS += diffcore-order.o
557LIB_OBJS += diffcore-pickaxe.o
558LIB_OBJS += diffcore-rename.o
559LIB_OBJS += diff-delta.o
560LIB_OBJS += diff-lib.o
fcb6c076 561LIB_OBJS += diff-no-index.o
74ca5e6d
JH
562LIB_OBJS += diff.o
563LIB_OBJS += dir.o
d82f33e2 564LIB_OBJS += editor.o
74ca5e6d
JH
565LIB_OBJS += entry.o
566LIB_OBJS += environment.o
567LIB_OBJS += exec_cmd.o
568LIB_OBJS += fsck.o
c12172d2 569LIB_OBJS += graph.o
74ca5e6d
JH
570LIB_OBJS += grep.o
571LIB_OBJS += hash.o
572LIB_OBJS += help.o
a5031214 573LIB_OBJS += hex.o
74ca5e6d 574LIB_OBJS += ident.o
8af84dad 575LIB_OBJS += levenshtein.o
74ca5e6d
JH
576LIB_OBJS += list-objects.o
577LIB_OBJS += ll-merge.o
578LIB_OBJS += lockfile.o
579LIB_OBJS += log-tree.o
580LIB_OBJS += mailmap.o
581LIB_OBJS += match-trees.o
582LIB_OBJS += merge-file.o
9047ebbc 583LIB_OBJS += merge-recursive.o
96872bc2 584LIB_OBJS += name-hash.o
a97a7468 585LIB_OBJS += notes.o
74ca5e6d
JH
586LIB_OBJS += object.o
587LIB_OBJS += pack-check.o
94e724a7 588LIB_OBJS += pack-refs.o
74ca5e6d
JH
589LIB_OBJS += pack-revindex.o
590LIB_OBJS += pack-write.o
591LIB_OBJS += pager.o
592LIB_OBJS += parse-options.o
593LIB_OBJS += patch-delta.o
594LIB_OBJS += patch-ids.o
74ca5e6d
JH
595LIB_OBJS += path.o
596LIB_OBJS += pkt-line.o
fcb6c076 597LIB_OBJS += preload-index.o
74ca5e6d
JH
598LIB_OBJS += pretty.o
599LIB_OBJS += progress.o
600LIB_OBJS += quote.o
601LIB_OBJS += reachable.o
602LIB_OBJS += read-cache.o
603LIB_OBJS += reflog-walk.o
604LIB_OBJS += refs.o
605LIB_OBJS += remote.o
68095570 606LIB_OBJS += replace_object.o
5b2fd956 607LIB_OBJS += rerere.o
cfc5789a 608LIB_OBJS += resolve-undo.o
74ca5e6d
JH
609LIB_OBJS += revision.o
610LIB_OBJS += run-command.o
611LIB_OBJS += server-info.o
612LIB_OBJS += setup.o
628522ec 613LIB_OBJS += sha1-lookup.o
fcb6c076 614LIB_OBJS += sha1_file.o
74ca5e6d
JH
615LIB_OBJS += sha1_name.o
616LIB_OBJS += shallow.o
617LIB_OBJS += sideband.o
4a16d072 618LIB_OBJS += sigchain.o
74ca5e6d 619LIB_OBJS += strbuf.o
fcb6c076 620LIB_OBJS += string-list.o
752c0c24 621LIB_OBJS += submodule.o
74ca5e6d
JH
622LIB_OBJS += symlinks.o
623LIB_OBJS += tag.o
624LIB_OBJS += trace.o
625LIB_OBJS += transport.o
6eb996b5 626LIB_OBJS += transport-helper.o
74ca5e6d
JH
627LIB_OBJS += tree-diff.o
628LIB_OBJS += tree.o
629LIB_OBJS += tree-walk.o
630LIB_OBJS += unpack-trees.o
631LIB_OBJS += usage.o
fcb6c076 632LIB_OBJS += userdiff.o
74ca5e6d
JH
633LIB_OBJS += utf8.o
634LIB_OBJS += walker.o
112db553 635LIB_OBJS += wrapper.o
74ca5e6d
JH
636LIB_OBJS += write_or_die.o
637LIB_OBJS += ws.o
638LIB_OBJS += wt-status.o
639LIB_OBJS += xdiff-interface.o
640
81b50f3c
LT
641BUILTIN_OBJS += builtin/add.o
642BUILTIN_OBJS += builtin/annotate.o
643BUILTIN_OBJS += builtin/apply.o
644BUILTIN_OBJS += builtin/archive.o
645BUILTIN_OBJS += builtin/bisect--helper.o
646BUILTIN_OBJS += builtin/blame.o
647BUILTIN_OBJS += builtin/branch.o
648BUILTIN_OBJS += builtin/bundle.o
649BUILTIN_OBJS += builtin/cat-file.o
650BUILTIN_OBJS += builtin/check-attr.o
651BUILTIN_OBJS += builtin/check-ref-format.o
652BUILTIN_OBJS += builtin/checkout-index.o
653BUILTIN_OBJS += builtin/checkout.o
654BUILTIN_OBJS += builtin/clean.o
655BUILTIN_OBJS += builtin/clone.o
656BUILTIN_OBJS += builtin/commit-tree.o
657BUILTIN_OBJS += builtin/commit.o
658BUILTIN_OBJS += builtin/config.o
659BUILTIN_OBJS += builtin/count-objects.o
660BUILTIN_OBJS += builtin/describe.o
661BUILTIN_OBJS += builtin/diff-files.o
662BUILTIN_OBJS += builtin/diff-index.o
663BUILTIN_OBJS += builtin/diff-tree.o
664BUILTIN_OBJS += builtin/diff.o
665BUILTIN_OBJS += builtin/fast-export.o
666BUILTIN_OBJS += builtin/fetch-pack.o
667BUILTIN_OBJS += builtin/fetch.o
668BUILTIN_OBJS += builtin/fmt-merge-msg.o
669BUILTIN_OBJS += builtin/for-each-ref.o
670BUILTIN_OBJS += builtin/fsck.o
671BUILTIN_OBJS += builtin/gc.o
672BUILTIN_OBJS += builtin/grep.o
673BUILTIN_OBJS += builtin/hash-object.o
674BUILTIN_OBJS += builtin/help.o
675BUILTIN_OBJS += builtin/index-pack.o
676BUILTIN_OBJS += builtin/init-db.o
677BUILTIN_OBJS += builtin/log.o
678BUILTIN_OBJS += builtin/ls-files.o
679BUILTIN_OBJS += builtin/ls-remote.o
680BUILTIN_OBJS += builtin/ls-tree.o
681BUILTIN_OBJS += builtin/mailinfo.o
682BUILTIN_OBJS += builtin/mailsplit.o
683BUILTIN_OBJS += builtin/merge.o
684BUILTIN_OBJS += builtin/merge-base.o
685BUILTIN_OBJS += builtin/merge-file.o
686BUILTIN_OBJS += builtin/merge-index.o
687BUILTIN_OBJS += builtin/merge-ours.o
688BUILTIN_OBJS += builtin/merge-recursive.o
689BUILTIN_OBJS += builtin/merge-tree.o
690BUILTIN_OBJS += builtin/mktag.o
691BUILTIN_OBJS += builtin/mktree.o
692BUILTIN_OBJS += builtin/mv.o
693BUILTIN_OBJS += builtin/name-rev.o
2949151f 694BUILTIN_OBJS += builtin/notes.o
81b50f3c
LT
695BUILTIN_OBJS += builtin/pack-objects.o
696BUILTIN_OBJS += builtin/pack-redundant.o
697BUILTIN_OBJS += builtin/pack-refs.o
698BUILTIN_OBJS += builtin/patch-id.o
699BUILTIN_OBJS += builtin/prune-packed.o
700BUILTIN_OBJS += builtin/prune.o
701BUILTIN_OBJS += builtin/push.o
702BUILTIN_OBJS += builtin/read-tree.o
703BUILTIN_OBJS += builtin/receive-pack.o
704BUILTIN_OBJS += builtin/reflog.o
705BUILTIN_OBJS += builtin/remote.o
706BUILTIN_OBJS += builtin/replace.o
707BUILTIN_OBJS += builtin/rerere.o
708BUILTIN_OBJS += builtin/reset.o
709BUILTIN_OBJS += builtin/rev-list.o
710BUILTIN_OBJS += builtin/rev-parse.o
711BUILTIN_OBJS += builtin/revert.o
712BUILTIN_OBJS += builtin/rm.o
713BUILTIN_OBJS += builtin/send-pack.o
714BUILTIN_OBJS += builtin/shortlog.o
715BUILTIN_OBJS += builtin/show-branch.o
716BUILTIN_OBJS += builtin/show-ref.o
717BUILTIN_OBJS += builtin/stripspace.o
718BUILTIN_OBJS += builtin/symbolic-ref.o
719BUILTIN_OBJS += builtin/tag.o
720BUILTIN_OBJS += builtin/tar-tree.o
721BUILTIN_OBJS += builtin/unpack-file.o
722BUILTIN_OBJS += builtin/unpack-objects.o
723BUILTIN_OBJS += builtin/update-index.o
724BUILTIN_OBJS += builtin/update-ref.o
725BUILTIN_OBJS += builtin/update-server-info.o
726BUILTIN_OBJS += builtin/upload-archive.o
727BUILTIN_OBJS += builtin/var.o
728BUILTIN_OBJS += builtin/verify-pack.o
729BUILTIN_OBJS += builtin/verify-tag.o
730BUILTIN_OBJS += builtin/write-tree.o
70827b15 731
54c261f9 732GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
bef19da9 733EXTLIBS =
cef661fc 734
229a7ed7
JH
735#
736# Platform specific tweaks
737#
f7c15343
JH
738
739# We choose to avoid "if .. else if .. else .. endif endif"
740# because maintaining the nesting to match is a pain. If
741# we had "elif" things would have been much nicer...
f7c15343 742
46856f4e
GV
743ifeq ($(uname_S),OSF1)
744 # Need this for u_short definitions et al
745 BASIC_CFLAGS += -D_OSF_SOURCE
746 SOCKLEN_T = int
747 NO_STRTOULL = YesPlease
748 NO_NSEC = YesPlease
749endif
817151e6
PE
750ifeq ($(uname_S),Linux)
751 NO_STRLCPY = YesPlease
0620b39b 752 NO_MKSTEMPS = YesPlease
817151e6 753endif
ca7a7416
GP
754ifeq ($(uname_S),GNU/kFreeBSD)
755 NO_STRLCPY = YesPlease
0620b39b 756 NO_MKSTEMPS = YesPlease
ca7a7416 757endif
457bb452
BLG
758ifeq ($(uname_S),UnixWare)
759 CC = cc
760 NEEDS_SOCKET = YesPlease
761 NEEDS_NSL = YesPlease
762 NEEDS_SSL_WITH_CRYPTO = YesPlease
763 NEEDS_LIBICONV = YesPlease
764 SHELL_PATH = /usr/local/bin/bash
765 NO_IPV6 = YesPlease
766 NO_HSTRERROR = YesPlease
0620b39b 767 NO_MKSTEMPS = YesPlease
457bb452
BLG
768 BASIC_CFLAGS += -Kthread
769 BASIC_CFLAGS += -I/usr/local/include
770 BASIC_LDFLAGS += -L/usr/local/lib
771 INSTALL = ginstall
772 TAR = gtar
773 NO_STRCASESTR = YesPlease
774 NO_MEMMEM = YesPlease
775endif
776ifeq ($(uname_S),SCO_SV)
777 ifeq ($(uname_R),3.2)
778 CFLAGS = -O2
779 endif
780 ifeq ($(uname_R),5)
781 CC = cc
782 BASIC_CFLAGS += -Kthread
783 endif
784 NEEDS_SOCKET = YesPlease
785 NEEDS_NSL = YesPlease
786 NEEDS_SSL_WITH_CRYPTO = YesPlease
787 NEEDS_LIBICONV = YesPlease
788 SHELL_PATH = /usr/bin/bash
789 NO_IPV6 = YesPlease
790 NO_HSTRERROR = YesPlease
0620b39b 791 NO_MKSTEMPS = YesPlease
457bb452
BLG
792 BASIC_CFLAGS += -I/usr/local/include
793 BASIC_LDFLAGS += -L/usr/local/lib
794 NO_STRCASESTR = YesPlease
795 NO_MEMMEM = YesPlease
796 INSTALL = ginstall
797 TAR = gtar
798endif
f7c15343 799ifeq ($(uname_S),Darwin)
0460dba4 800 NEEDS_CRYPTO_WITH_SSL = YesPlease
597c9cc5
JH
801 NEEDS_SSL_WITH_CRYPTO = YesPlease
802 NEEDS_LIBICONV = YesPlease
7233d221 803 ifeq ($(shell expr "$(uname_R)" : '[15678]\.'),2)
fe4aafba
WC
804 OLD_ICONV = UnfortunatelyYes
805 endif
7233d221
JS
806 ifeq ($(shell expr "$(uname_R)" : '[15]\.'),2)
807 NO_STRLCPY = YesPlease
808 endif
3d59405c 809 NO_MEMMEM = YesPlease
c567383b 810 USE_ST_TIMESPEC = YesPlease
597c9cc5 811endif
f7c15343 812ifeq ($(uname_S),SunOS)
f0ebff0d 813 NEEDS_SOCKET = YesPlease
5a90d4ac 814 NEEDS_NSL = YesPlease
229a7ed7 815 SHELL_PATH = /bin/bash
0e0aea5a 816 SANE_TOOL_PATH = /usr/xpg6/bin:/usr/xpg4/bin
229a7ed7 817 NO_STRCASESTR = YesPlease
b21b9f1d 818 NO_MEMMEM = YesPlease
4e0da763 819 NO_MKDTEMP = YesPlease
0620b39b 820 NO_MKSTEMPS = YesPlease
ee78cac2 821 NO_REGEX = YesPlease
614dd905
GV
822 ifeq ($(uname_R),5.6)
823 SOCKLEN_T = int
824 NO_HSTRERROR = YesPlease
825 NO_IPV6 = YesPlease
826 NO_SOCKADDR_STORAGE = YesPlease
827 NO_UNSETENV = YesPlease
828 NO_SETENV = YesPlease
829 NO_STRLCPY = YesPlease
830 NO_C99_FORMAT = YesPlease
831 NO_STRTOUMAX = YesPlease
832 GIT_TEST_CMP = cmp
833 endif
a7a24ee7
BC
834 ifeq ($(uname_R),5.7)
835 NEEDS_RESOLV = YesPlease
836 NO_IPV6 = YesPlease
837 NO_SOCKADDR_STORAGE = YesPlease
838 NO_UNSETENV = YesPlease
839 NO_SETENV = YesPlease
840 NO_STRLCPY = YesPlease
841 NO_C99_FORMAT = YesPlease
842 NO_STRTOUMAX = YesPlease
b2b0026e 843 GIT_TEST_CMP = cmp
a0c0be97 844 endif
e40b61fb 845 ifeq ($(uname_R),5.8)
731043fd 846 NO_UNSETENV = YesPlease
e40b61fb 847 NO_SETENV = YesPlease
66c4509b 848 NO_C99_FORMAT = YesPlease
bc6b4f52 849 NO_STRTOUMAX = YesPlease
b2b0026e 850 GIT_TEST_CMP = cmp
e40b61fb 851 endif
40d88d4f
DS
852 ifeq ($(uname_R),5.9)
853 NO_UNSETENV = YesPlease
854 NO_SETENV = YesPlease
66c4509b 855 NO_C99_FORMAT = YesPlease
bc6b4f52 856 NO_STRTOUMAX = YesPlease
b2b0026e 857 GIT_TEST_CMP = cmp
40d88d4f 858 endif
efc07deb 859 INSTALL = /usr/ucb/install
229a7ed7 860 TAR = gtar
1d7b1af4 861 BASIC_CFLAGS += -D__EXTENSIONS__ -D__sun__ -DHAVE_ALLOCA_H
f0ebff0d 862endif
f7c15343 863ifeq ($(uname_O),Cygwin)
ecebd1e1 864 ifeq ($(shell expr "$(uname_R)" : '1\.[1-6]\.'),4)
a50dec22
EB
865 NO_D_TYPE_IN_DIRENT = YesPlease
866 NO_D_INO_IN_DIRENT = YesPlease
867 NO_STRCASESTR = YesPlease
868 NO_MEMMEM = YesPlease
869 NO_MKSTEMPS = YesPlease
870 NO_SYMLINK_HEAD = YesPlease
871 NO_IPV6 = YesPlease
872 OLD_ICONV = UnfortunatelyYes
873 endif
17754517 874 NEEDS_LIBICONV = YesPlease
1510fea7 875 NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
c869753e 876 NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
75607874 877 NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
2e67a5f4
JH
878 # There are conflicting reports about this.
879 # On some boxes NO_MMAP is needed, and not so elsewhere.
87ac1390
JH
880 # Try commenting this out if you suspect MMAP is more efficient
881 NO_MMAP = YesPlease
a23cd8ec 882 X = .exe
035b76b0
RJ
883 COMPAT_OBJS += compat/cygwin.o
884 UNRELIABLE_FSTAT = UnfortunatelyYes
7c6ef2f2 885endif
b3bf974c
AK
886ifeq ($(uname_S),FreeBSD)
887 NEEDS_LIBICONV = YesPlease
21a0d9b4 888 OLD_ICONV = YesPlease
a2f22dbf 889 NO_MEMMEM = YesPlease
8d7f586f
PB
890 BASIC_CFLAGS += -I/usr/local/include
891 BASIC_LDFLAGS += -L/usr/local/lib
81a24b52 892 DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
91408042 893 USE_ST_TIMESPEC = YesPlease
069bb576 894 ifeq ($(shell expr "$(uname_R)" : '4\.'),2)
158629b2 895 PTHREAD_LIBS = -pthread
069bb576
DS
896 NO_UINTMAX_T = YesPlease
897 NO_STRTOUMAX = YesPlease
898 endif
44211e8c 899 PYTHON_PATH = /usr/local/bin/python
b3bf974c 900endif
f7c15343 901ifeq ($(uname_S),OpenBSD)
5fb41e8a 902 NO_STRCASESTR = YesPlease
b21b9f1d 903 NO_MEMMEM = YesPlease
90f2e652 904 USE_ST_TIMESPEC = YesPlease
18c5a525 905 NEEDS_LIBICONV = YesPlease
8d7f586f
PB
906 BASIC_CFLAGS += -I/usr/local/include
907 BASIC_LDFLAGS += -L/usr/local/lib
94d23317
JH
908endif
909ifeq ($(uname_S),NetBSD)
e88856b4
DS
910 ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
911 NEEDS_LIBICONV = YesPlease
912 endif
8d7f586f 913 BASIC_CFLAGS += -I/usr/pkg/include
f5b904db 914 BASIC_LDFLAGS += -L/usr/pkg/lib $(CC_LD_DYNPATH)/usr/pkg/lib
9a695fbf 915 USE_ST_TIMESPEC = YesPlease
0620b39b 916 NO_MKSTEMPS = YesPlease
18c5a525 917endif
a6da9395
JR
918ifeq ($(uname_S),AIX)
919 NO_STRCASESTR=YesPlease
b21b9f1d 920 NO_MEMMEM = YesPlease
377d9c40 921 NO_MKDTEMP = YesPlease
0620b39b 922 NO_MKSTEMPS = YesPlease
817151e6 923 NO_STRLCPY = YesPlease
c06ff490 924 NO_NSEC = YesPlease
377d9c40
MR
925 FREAD_READS_DIRECTORIES = UnfortunatelyYes
926 INTERNAL_QSORT = UnfortunatelyYes
a6da9395 927 NEEDS_LIBICONV=YesPlease
377d9c40 928 BASIC_CFLAGS += -D_LARGE_FILES
7eb151d6 929 ifeq ($(shell expr "$(uname_V)" : '[1234]'),1)
46059cc6 930 NO_PTHREADS = YesPlease
48793cf4
GV
931 else
932 PTHREAD_LIBS = -lpthread
46059cc6 933 endif
520fbc2a
GV
934 ifeq ($(shell expr "$(uname_V).$(uname_R)" : '5\.1'),3)
935 INLINE=''
936 endif
b2b0026e 937 GIT_TEST_CMP = cmp
a6da9395 938endif
c29ba0c3
TS
939ifeq ($(uname_S),GNU)
940 # GNU/Hurd
941 NO_STRLCPY=YesPlease
0620b39b 942 NO_MKSTEMPS = YesPlease
c29ba0c3 943endif
1fdffc1b
BC
944ifeq ($(uname_S),IRIX)
945 NO_SETENV = YesPlease
946 NO_UNSETENV = YesPlease
947 NO_STRCASESTR = YesPlease
948 NO_MEMMEM = YesPlease
949 NO_MKSTEMPS = YesPlease
950 NO_MKDTEMP = YesPlease
651aef34
BC
951 # When compiled with the MIPSpro 7.4.4m compiler, and without pthreads
952 # (i.e. NO_PTHREADS is set), and _with_ MMAP (i.e. NO_MMAP is not set),
953 # git dies with a segmentation fault when trying to access the first
954 # entry of a reflog. The conservative choice is made to always set
955 # NO_MMAP. If you suspect that your compiler is not affected by this
956 # issue, comment out the NO_MMAP statement.
1fdffc1b 957 NO_MMAP = YesPlease
1fdffc1b
BC
958 SNPRINTF_RETURNS_BOGUS = YesPlease
959 SHELL_PATH = /usr/gnu/bin/bash
960 NEEDS_LIBGEN = YesPlease
961endif
289c4b36 962ifeq ($(uname_S),IRIX64)
289c4b36 963 NO_SETENV=YesPlease
7c74ff50 964 NO_UNSETENV = YesPlease
289c4b36 965 NO_STRCASESTR=YesPlease
b21b9f1d 966 NO_MEMMEM = YesPlease
0620b39b 967 NO_MKSTEMPS = YesPlease
7c74ff50 968 NO_MKDTEMP = YesPlease
651aef34
BC
969 # When compiled with the MIPSpro 7.4.4m compiler, and without pthreads
970 # (i.e. NO_PTHREADS is set), and _with_ MMAP (i.e. NO_MMAP is not set),
971 # git dies with a segmentation fault when trying to access the first
972 # entry of a reflog. The conservative choice is made to always set
973 # NO_MMAP. If you suspect that your compiler is not affected by this
974 # issue, comment out the NO_MMAP statement.
7c74ff50 975 NO_MMAP = YesPlease
7c74ff50 976 SNPRINTF_RETURNS_BOGUS = YesPlease
289c4b36 977 SHELL_PATH=/usr/gnu/bin/bash
7c74ff50 978 NEEDS_LIBGEN = YesPlease
289c4b36 979endif
81cc66a5 980ifeq ($(uname_S),HP-UX)
176959d7 981 INLINE = __inline
81cc66a5
RS
982 NO_IPV6=YesPlease
983 NO_SETENV=YesPlease
984 NO_STRCASESTR=YesPlease
985 NO_MEMMEM = YesPlease
0620b39b 986 NO_MKSTEMPS = YesPlease
81cc66a5
RS
987 NO_STRLCPY = YesPlease
988 NO_MKDTEMP = YesPlease
989 NO_UNSETENV = YesPlease
990 NO_HSTRERROR = YesPlease
991 NO_SYS_SELECT_H = YesPlease
7d770163 992 SNPRINTF_RETURNS_BOGUS = YesPlease
176959d7
GV
993 NO_NSEC = YesPlease
994 ifeq ($(uname_R),B.11.00)
995 NO_INET_NTOP = YesPlease
996 NO_INET_PTON = YesPlease
e78673ff
GV
997 endif
998 ifeq ($(uname_R),B.10.20)
999 # Override HP-UX 11.x setting:
1000 INLINE =
1001 SOCKLEN_T = size_t
1002 NO_PREAD = YesPlease
1003 NO_INET_NTOP = YesPlease
1004 NO_INET_PTON = YesPlease
176959d7 1005 endif
b2b0026e 1006 GIT_TEST_CMP = cmp
81cc66a5 1007endif
d691d84e 1008ifeq ($(uname_S),Windows)
f5c31781 1009 GIT_VERSION := $(GIT_VERSION).MSVC
164a5e3f
MSO
1010 pathsep = ;
1011 NO_PREAD = YesPlease
c36e1638 1012 NEEDS_CRYPTO_WITH_SSL = YesPlease
164a5e3f
MSO
1013 NO_LIBGEN_H = YesPlease
1014 NO_SYMLINK_HEAD = YesPlease
1015 NO_IPV6 = YesPlease
1016 NO_SETENV = YesPlease
1017 NO_UNSETENV = YesPlease
1018 NO_STRCASESTR = YesPlease
1019 NO_STRLCPY = YesPlease
1020 NO_MEMMEM = YesPlease
1021 # NEEDS_LIBICONV = YesPlease
1022 NO_ICONV = YesPlease
1023 NO_C99_FORMAT = YesPlease
1024 NO_STRTOUMAX = YesPlease
1025 NO_STRTOULL = YesPlease
1026 NO_MKDTEMP = YesPlease
1027 NO_MKSTEMPS = YesPlease
1028 SNPRINTF_RETURNS_BOGUS = YesPlease
1029 NO_SVN_TESTS = YesPlease
1030 NO_PERL_MAKEMAKER = YesPlease
1031 RUNTIME_PREFIX = YesPlease
1032 NO_POSIX_ONLY_PROGRAMS = YesPlease
1033 NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
1034 NO_NSEC = YesPlease
1035 USE_WIN32_MMAP = YesPlease
1036 # USE_NED_ALLOCATOR = YesPlease
1037 UNRELIABLE_FSTAT = UnfortunatelyYes
1038 OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
1039 NO_REGEX = YesPlease
1040 NO_CURL = YesPlease
56932249 1041 NO_PYTHON = YesPlease
9bccfcdb 1042 BLK_SHA1 = YesPlease
164a5e3f
MSO
1043
1044 CC = compat/vcbuild/scripts/clink.pl
1045 AR = compat/vcbuild/scripts/lib.pl
1046 CFLAGS =
f2d50d93 1047 BASIC_CFLAGS = -nologo -I. -I../zlib -Icompat/vcbuild -Icompat/vcbuild/include -DWIN32 -D_CONSOLE -DHAVE_STRING_H -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE
44626dc7
AH
1048 COMPAT_OBJS = compat/msvc.o compat/fnmatch/fnmatch.o compat/winansi.o compat/win32/pthread.o
1049 COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DNOGDI -DHAVE_STRING_H -DHAVE_ALLOCA_H -Icompat -Icompat/fnmatch -Icompat/regex -Icompat/fnmatch -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"
164a5e3f
MSO
1050 BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE -NODEFAULTLIB:MSVCRT.lib
1051 EXTLIBS = advapi32.lib shell32.lib wininet.lib ws2_32.lib
767f8b31 1052 PTHREAD_LIBS =
164a5e3f
MSO
1053 lib =
1054ifndef DEBUG
1055 BASIC_CFLAGS += -GL -Os -MT
1056 BASIC_LDFLAGS += -LTCG
1057 AR += -LTCG
1058else
1059 BASIC_CFLAGS += -Zi -MTd
1060endif
1061 X = .exe
d691d84e 1062endif
f4626df5 1063ifneq (,$(findstring MINGW,$(uname_S)))
352c8111 1064 pathsep = ;
f4626df5 1065 NO_PREAD = YesPlease
4192e1cd 1066 NEEDS_CRYPTO_WITH_SSL = YesPlease
e1c06886 1067 NO_LIBGEN_H = YesPlease
f4626df5 1068 NO_SYMLINK_HEAD = YesPlease
f4626df5
JS
1069 NO_SETENV = YesPlease
1070 NO_UNSETENV = YesPlease
1071 NO_STRCASESTR = YesPlease
1072 NO_STRLCPY = YesPlease
1073 NO_MEMMEM = YesPlease
1074 NEEDS_LIBICONV = YesPlease
1075 OLD_ICONV = YesPlease
1076 NO_C99_FORMAT = YesPlease
1077 NO_STRTOUMAX = YesPlease
1078 NO_MKDTEMP = YesPlease
0620b39b 1079 NO_MKSTEMPS = YesPlease
f4626df5
JS
1080 SNPRINTF_RETURNS_BOGUS = YesPlease
1081 NO_SVN_TESTS = YesPlease
1082 NO_PERL_MAKEMAKER = YesPlease
25655221 1083 RUNTIME_PREFIX = YesPlease
f4626df5 1084 NO_POSIX_ONLY_PROGRAMS = YesPlease
fdb2a2a6 1085 NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
c06ff490 1086 NO_NSEC = YesPlease
b130a72b 1087 USE_WIN32_MMAP = YesPlease
f0ed8226 1088 USE_NED_ALLOCATOR = YesPlease
34779c53 1089 UNRELIABLE_FSTAT = UnfortunatelyYes
348df166 1090 OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
02232adf 1091 NO_REGEX = YesPlease
56932249 1092 NO_PYTHON = YesPlease
9bccfcdb 1093 BLK_SHA1 = YesPlease
767f8b31 1094 COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/fnmatch -Icompat/win32
23326d14 1095 COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
44626dc7
AH
1096 COMPAT_OBJS += compat/mingw.o compat/fnmatch/fnmatch.o compat/winansi.o \
1097 compat/win32/pthread.o
f4626df5 1098 EXTLIBS += -lws2_32
767f8b31 1099 PTHREAD_LIBS =
f4626df5 1100 X = .exe
48c46f1a
SP
1101ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
1102 htmldir=doc/git/html/
1103 prefix =
1104 INSTALL = /bin/install
1105 EXTLIBS += /mingw/lib/libz.a
1106 NO_R_TO_GCC_LINKER = YesPlease
1107 INTERNAL_QSORT = YesPlease
48c46f1a
SP
1108else
1109 NO_CURL = YesPlease
48c46f1a 1110endif
f4626df5 1111endif
597c9cc5 1112
55667714 1113-include config.mak.autogen
f2d6a256 1114-include config.mak
597c9cc5 1115
f2fabbf7
JN
1116ifdef CHECK_HEADER_DEPENDENCIES
1117USE_COMPUTED_HEADER_DEPENDENCIES =
1118endif
1119
1120ifdef COMPUTE_HEADER_DEPENDENCIES
1121USE_COMPUTED_HEADER_DEPENDENCIES = YesPlease
1122endif
1123
0e0aea5a 1124ifdef SANE_TOOL_PATH
61dbb3c4
JH
1125SANE_TOOL_PATH_SQ = $(subst ','\'',$(SANE_TOOL_PATH))
1126BROKEN_PATH_FIX = 's|^\# @@BROKEN_PATH_FIX@@$$|git_broken_path_fix $(SANE_TOOL_PATH_SQ)|'
0e0aea5a
JH
1127PATH := $(SANE_TOOL_PATH):${PATH}
1128else
61dbb3c4 1129BROKEN_PATH_FIX = '/^\# @@BROKEN_PATH_FIX@@$$/d'
0e0aea5a
JH
1130endif
1131
f9f33cdc
GV
1132ifneq (,$(INLINE))
1133 BASIC_CFLAGS += -Dinline=$(INLINE)
1134endif
1135
e88a135b
GV
1136ifneq (,$(SOCKLEN_T))
1137 BASIC_CFLAGS += -Dsocklen_t=$(SOCKLEN_T)
1138endif
1139
59f86740
BG
1140ifeq ($(uname_S),Darwin)
1141 ifndef NO_FINK
1142 ifeq ($(shell test -d /sw/lib && echo y),y)
1143 BASIC_CFLAGS += -I/sw/include
1144 BASIC_LDFLAGS += -L/sw/lib
1145 endif
1146 endif
1147 ifndef NO_DARWIN_PORTS
1148 ifeq ($(shell test -d /opt/local/lib && echo y),y)
1149 BASIC_CFLAGS += -I/opt/local/include
1150 BASIC_LDFLAGS += -L/opt/local/lib
1151 endif
1152 endif
f7d9d04e 1153 PTHREAD_LIBS =
59f86740
BG
1154endif
1155
f5b904db
JH
1156ifndef CC_LD_DYNPATH
1157 ifdef NO_R_TO_GCC_LINKER
1158 # Some gcc does not accept and pass -R to the linker to specify
1159 # the runtime dynamic library path.
1160 CC_LD_DYNPATH = -Wl,-rpath,
1161 else
1162 CC_LD_DYNPATH = -R
1163 endif
bbfc63dd
JH
1164endif
1165
e1c06886
DA
1166ifdef NO_LIBGEN_H
1167 COMPAT_CFLAGS += -DNO_LIBGEN_H
1168 COMPAT_OBJS += compat/basename.o
1169endif
1170
30ae764b
DB
1171ifdef NO_CURL
1172 BASIC_CFLAGS += -DNO_CURL
4256f36c
JS
1173 REMOTE_CURL_PRIMARY =
1174 REMOTE_CURL_ALIASES =
1175 REMOTE_CURL_NAMES =
30ae764b 1176else
229a7ed7 1177 ifdef CURLDIR
10861bea 1178 # Try "-Wl,-rpath=$(CURLDIR)/$(lib)" in such a case.
8d7f586f 1179 BASIC_CFLAGS += -I$(CURLDIR)/include
10861bea 1180 CURL_LIBCURL = -L$(CURLDIR)/$(lib) $(CC_LD_DYNPATH)$(CURLDIR)/$(lib) -lcurl
229a7ed7
JH
1181 else
1182 CURL_LIBCURL = -lcurl
1183 endif
4256f36c
JS
1184 REMOTE_CURL_PRIMARY = git-remote-http$X
1185 REMOTE_CURL_ALIASES = git-remote-https$X git-remote-ftp$X git-remote-ftps$X
1186 REMOTE_CURL_NAMES = $(REMOTE_CURL_PRIMARY) $(REMOTE_CURL_ALIASES)
1b22c99c
JN
1187 PROGRAM_OBJS += http-fetch.o
1188 PROGRAMS += $(REMOTE_CURL_NAMES)
08900987
NH
1189 curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r | sed -ne 2p)
1190 ifeq "$(curl_check)" "070908"
1191 ifndef NO_EXPAT
1b22c99c 1192 PROGRAM_OBJS += http-push.o
08900987 1193 endif
58e60dd2 1194 endif
459a21bd 1195 ifndef NO_EXPAT
85b4518f
SB
1196 ifdef EXPATDIR
1197 BASIC_CFLAGS += -I$(EXPATDIR)/include
1198 EXPAT_LIBEXPAT = -L$(EXPATDIR)/$(lib) $(CC_LD_DYNPATH)$(EXPATDIR)/$(lib) -lexpat
1199 else
1200 EXPAT_LIBEXPAT = -lexpat
1201 endif
459a21bd 1202 endif
229a7ed7
JH
1203endif
1204
bef19da9
RS
1205ifdef ZLIB_PATH
1206 BASIC_CFLAGS += -I$(ZLIB_PATH)/include
10861bea 1207 EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib)
bef19da9
RS
1208endif
1209EXTLIBS += -lz
1210
58eda022 1211ifndef NO_POSIX_ONLY_PROGRAMS
1b22c99c 1212 PROGRAM_OBJS += daemon.o
58eda022 1213endif
dd53c7ab 1214ifndef NO_OPENSSL
215a7ad1 1215 OPENSSL_LIBSSL = -lssl
455a7f32 1216 ifdef OPENSSLDIR
8d7f586f 1217 BASIC_CFLAGS += -I$(OPENSSLDIR)/include
10861bea 1218 OPENSSL_LINK = -L$(OPENSSLDIR)/$(lib) $(CC_LD_DYNPATH)$(OPENSSLDIR)/$(lib)
455a7f32
JH
1219 else
1220 OPENSSL_LINK =
1221 endif
0460dba4
BG
1222 ifdef NEEDS_CRYPTO_WITH_SSL
1223 OPENSSL_LINK += -lcrypto
1224 endif
dd53c7ab 1225else
8d7f586f 1226 BASIC_CFLAGS += -DNO_OPENSSL
30ae47b4 1227 BLK_SHA1 = 1
215a7ad1 1228 OPENSSL_LIBSSL =
dd53c7ab 1229endif
597c9cc5 1230ifdef NEEDS_SSL_WITH_CRYPTO
455a7f32 1231 LIB_4_CRYPTO = $(OPENSSL_LINK) -lcrypto -lssl
597c9cc5 1232else
455a7f32 1233 LIB_4_CRYPTO = $(OPENSSL_LINK) -lcrypto
597c9cc5
JH
1234endif
1235ifdef NEEDS_LIBICONV
455a7f32 1236 ifdef ICONVDIR
8d7f586f 1237 BASIC_CFLAGS += -I$(ICONVDIR)/include
10861bea 1238 ICONV_LINK = -L$(ICONVDIR)/$(lib) $(CC_LD_DYNPATH)$(ICONVDIR)/$(lib)
455a7f32
JH
1239 else
1240 ICONV_LINK =
1241 endif
d595a473 1242 EXTLIBS += $(ICONV_LINK) -liconv
597c9cc5 1243endif
ecc395c1
BC
1244ifdef NEEDS_LIBGEN
1245 EXTLIBS += -lgen
1246endif
f0ebff0d 1247ifdef NEEDS_SOCKET
d595a473 1248 EXTLIBS += -lsocket
f0ebff0d 1249endif
5a90d4ac 1250ifdef NEEDS_NSL
d595a473 1251 EXTLIBS += -lnsl
5a90d4ac 1252endif
70cf9910
BC
1253ifdef NEEDS_RESOLV
1254 EXTLIBS += -lresolv
1255endif
63be37b0 1256ifdef NO_D_TYPE_IN_DIRENT
8d7f586f 1257 BASIC_CFLAGS += -DNO_D_TYPE_IN_DIRENT
63be37b0 1258endif
35a730f0 1259ifdef NO_D_INO_IN_DIRENT
8d7f586f 1260 BASIC_CFLAGS += -DNO_D_INO_IN_DIRENT
35a730f0 1261endif
fdb2a2a6
JH
1262ifdef NO_ST_BLOCKS_IN_STRUCT_STAT
1263 BASIC_CFLAGS += -DNO_ST_BLOCKS_IN_STRUCT_STAT
1264endif
d7371a2d
BG
1265ifdef USE_NSEC
1266 BASIC_CFLAGS += -DUSE_NSEC
1267endif
c567383b
BG
1268ifdef USE_ST_TIMESPEC
1269 BASIC_CFLAGS += -DUSE_ST_TIMESPEC
1270endif
c06ff490
KB
1271ifdef NO_NSEC
1272 BASIC_CFLAGS += -DNO_NSEC
1273endif
579d1fbf 1274ifdef NO_C99_FORMAT
8188e73b 1275 BASIC_CFLAGS += -DNO_C99_FORMAT
579d1fbf 1276endif
c4582f93
MR
1277ifdef SNPRINTF_RETURNS_BOGUS
1278 COMPAT_CFLAGS += -DSNPRINTF_RETURNS_BOGUS
1279 COMPAT_OBJS += compat/snprintf.o
1280endif
cba22528
BC
1281ifdef FREAD_READS_DIRECTORIES
1282 COMPAT_CFLAGS += -DFREAD_READS_DIRECTORIES
1283 COMPAT_OBJS += compat/fopen.o
1284endif
9f0bb90d 1285ifdef NO_SYMLINK_HEAD
8d7f586f 1286 BASIC_CFLAGS += -DNO_SYMLINK_HEAD
9f0bb90d 1287endif
ef34af24 1288ifdef NO_STRCASESTR
4050c0df 1289 COMPAT_CFLAGS += -DNO_STRCASESTR
e40b61fb
JR
1290 COMPAT_OBJS += compat/strcasestr.o
1291endif
817151e6
PE
1292ifdef NO_STRLCPY
1293 COMPAT_CFLAGS += -DNO_STRLCPY
1294 COMPAT_OBJS += compat/strlcpy.o
1295endif
bc6b4f52
JR
1296ifdef NO_STRTOUMAX
1297 COMPAT_CFLAGS += -DNO_STRTOUMAX
1298 COMPAT_OBJS += compat/strtoumax.o
1299endif
1300ifdef NO_STRTOULL
1301 COMPAT_CFLAGS += -DNO_STRTOULL
1302endif
e40b61fb 1303ifdef NO_SETENV
4050c0df 1304 COMPAT_CFLAGS += -DNO_SETENV
e40b61fb 1305 COMPAT_OBJS += compat/setenv.o
ef34af24 1306endif
ca5bb5d5
SP
1307ifdef NO_MKDTEMP
1308 COMPAT_CFLAGS += -DNO_MKDTEMP
1309 COMPAT_OBJS += compat/mkdtemp.o
1310endif
0620b39b
DA
1311ifdef NO_MKSTEMPS
1312 COMPAT_CFLAGS += -DNO_MKSTEMPS
0620b39b 1313endif
104ff34a 1314ifdef NO_UNSETENV
731043fd
JR
1315 COMPAT_CFLAGS += -DNO_UNSETENV
1316 COMPAT_OBJS += compat/unsetenv.o
1317endif
2600973f
RS
1318ifdef NO_SYS_SELECT_H
1319 BASIC_CFLAGS += -DNO_SYS_SELECT_H
1320endif
730d48a2 1321ifdef NO_MMAP
4050c0df 1322 COMPAT_CFLAGS += -DNO_MMAP
e40b61fb 1323 COMPAT_OBJS += compat/mmap.o
b130a72b
JL
1324else
1325 ifdef USE_WIN32_MMAP
1326 COMPAT_CFLAGS += -DUSE_WIN32_MMAP
1327 COMPAT_OBJS += compat/win32mmap.o
1328 endif
730d48a2 1329endif
348df166
JS
1330ifdef OBJECT_CREATION_USES_RENAMES
1331 COMPAT_CFLAGS += -DOBJECT_CREATION_MODE=1
be66a6c4 1332endif
6900679c
SH
1333ifdef NO_PREAD
1334 COMPAT_CFLAGS += -DNO_PREAD
1335 COMPAT_OBJS += compat/pread.o
1336endif
1510fea7
SP
1337ifdef NO_FAST_WORKING_DIRECTORY
1338 BASIC_CFLAGS += -DNO_FAST_WORKING_DIRECTORY
1339endif
c869753e
SP
1340ifdef NO_TRUSTABLE_FILEMODE
1341 BASIC_CFLAGS += -DNO_TRUSTABLE_FILEMODE
1342endif
49744d63 1343ifdef NO_IPV6
8d7f586f 1344 BASIC_CFLAGS += -DNO_IPV6
bdc37f5a 1345endif
0bc3e781
DS
1346ifdef NO_UINTMAX_T
1347 BASIC_CFLAGS += -Duintmax_t=uint32_t
1348endif
bdc37f5a
JH
1349ifdef NO_SOCKADDR_STORAGE
1350ifdef NO_IPV6
8d7f586f 1351 BASIC_CFLAGS += -Dsockaddr_storage=sockaddr_in
bdc37f5a 1352else
8d7f586f 1353 BASIC_CFLAGS += -Dsockaddr_storage=sockaddr_in6
bdc37f5a 1354endif
49744d63 1355endif
6ba68ab2
YL
1356ifdef NO_INET_NTOP
1357 LIB_OBJS += compat/inet_ntop.o
1358endif
dd467629
JL
1359ifdef NO_INET_PTON
1360 LIB_OBJS += compat/inet_pton.o
1361endif
cef661fc 1362
b6e56eca 1363ifdef NO_ICONV
8d7f586f 1364 BASIC_CFLAGS += -DNO_ICONV
b6e56eca
FP
1365endif
1366
fd547a97
RJ
1367ifdef OLD_ICONV
1368 BASIC_CFLAGS += -DOLD_ICONV
1369endif
1370
609a2289
DS
1371ifdef NO_DEFLATE_BOUND
1372 BASIC_CFLAGS += -DNO_DEFLATE_BOUND
1373endif
1374
d7c208a9
LT
1375ifdef BLK_SHA1
1376 SHA1_HEADER = "block-sha1/sha1.h"
1377 LIB_OBJS += block-sha1/sha1.o
21528abc 1378 LIB_H += block-sha1/sha1.h
d7c208a9 1379else
7c6ef2f2
NP
1380ifdef PPC_SHA1
1381 SHA1_HEADER = "ppc/sha1.h"
1382 LIB_OBJS += ppc/sha1.o ppc/sha1ppc.o
21528abc 1383 LIB_H += ppc/sha1.h
7c6ef2f2
NP
1384else
1385 SHA1_HEADER = <openssl/sha.h>
d595a473 1386 EXTLIBS += $(LIB_4_CRYPTO)
7c6ef2f2
NP
1387endif
1388endif
f848718a
AR
1389ifdef NO_PERL_MAKEMAKER
1390 export NO_PERL_MAKEMAKER
1391endif
fa0c87c3
AR
1392ifdef NO_HSTRERROR
1393 COMPAT_CFLAGS += -DNO_HSTRERROR
1394 COMPAT_OBJS += compat/hstrerror.o
1395endif
b21b9f1d
RS
1396ifdef NO_MEMMEM
1397 COMPAT_CFLAGS += -DNO_MEMMEM
1398 COMPAT_OBJS += compat/memmem.o
1399endif
43fe901b
BD
1400ifdef INTERNAL_QSORT
1401 COMPAT_CFLAGS += -DINTERNAL_QSORT
1402 COMPAT_OBJS += compat/qsort.o
1403endif
35fb0e86
SP
1404ifdef RUNTIME_PREFIX
1405 COMPAT_CFLAGS += -DRUNTIME_PREFIX
1406endif
b7774343 1407
46059cc6 1408ifdef NO_PTHREADS
46059cc6
JH
1409 BASIC_CFLAGS += -DNO_PTHREADS
1410else
48793cf4 1411 BASIC_CFLAGS += $(PTHREAD_CFLAGS)
46059cc6 1412 EXTLIBS += $(PTHREAD_LIBS)
833e3df1 1413 LIB_OBJS += thread-utils.o
8ecce684 1414endif
7eb151d6 1415
81a24b52
AR
1416ifdef DIR_HAS_BSD_GROUP_SEMANTICS
1417 COMPAT_CFLAGS += -DDIR_HAS_BSD_GROUP_SEMANTICS
1418endif
34779c53
JS
1419ifdef UNRELIABLE_FSTAT
1420 BASIC_CFLAGS += -DUNRELIABLE_FSTAT
1421endif
02232adf
JK
1422ifdef NO_REGEX
1423 COMPAT_CFLAGS += -Icompat/regex
1424 COMPAT_OBJS += compat/regex/regex.o
1425endif
8ecce684 1426
f0ed8226
MSO
1427ifdef USE_NED_ALLOCATOR
1428 COMPAT_CFLAGS += -DUSE_NED_ALLOCATOR -DOVERRIDE_STRDUP -DNDEBUG -DREPLACE_SYSTEM_ALLOCATOR -Icompat/nedmalloc
1429 COMPAT_OBJS += compat/nedmalloc/nedmalloc.o
1430endif
1431
7b3bdbb3
JH
1432ifdef GIT_TEST_CMP_USE_COPIED_CONTEXT
1433 export GIT_TEST_CMP_USE_COPIED_CONTEXT
1434endif
1435
81b63c70
ER
1436ifeq ($(TCLTK_PATH),)
1437NO_TCLTK=NoThanks
1438endif
1439
499c2939
JK
1440ifeq ($(PERL_PATH),)
1441NO_PERL=NoThanks
1442endif
1443
d4e1b47a
JH
1444ifeq ($(PYTHON_PATH),)
1445NO_PYTHON=NoThanks
1446endif
1447
3b486cd2 1448QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
b7774343
AR
1449QUIET_SUBDIR1 =
1450
a6f37099
AR
1451ifneq ($(findstring $(MAKEFLAGS),w),w)
1452PRINT_DIR = --no-print-directory
1453else # "make -w"
1454NO_SUBDIR = :
1455endif
1456
b7774343 1457ifneq ($(findstring $(MAKEFLAGS),s),s)
2314c947 1458ifndef V
31d0399c 1459 QUIET_CC = @echo ' ' CC $@;
74f2b2a8
SP
1460 QUIET_AR = @echo ' ' AR $@;
1461 QUIET_LINK = @echo ' ' LINK $@;
1462 QUIET_BUILT_IN = @echo ' ' BUILTIN $@;
1463 QUIET_GEN = @echo ' ' GEN $@;
611c7f6a 1464 QUIET_LNCP = @echo ' ' LN/CP $@;
3b486cd2 1465 QUIET_SUBDIR0 = +@subdir=
a6f37099
AR
1466 QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
1467 $(MAKE) $(PRINT_DIR) -C $$subdir
2314c947 1468 export V
31d0399c 1469 export QUIET_GEN
b7774343
AR
1470 export QUIET_BUILT_IN
1471endif
74f2b2a8 1472endif
7c6ef2f2 1473
4c7100a9
JH
1474ifdef ASCIIDOC8
1475 export ASCIIDOC8
1476endif
1477
addf88e4 1478# Shell quote (do not use $(call) to accommodate ancient setups);
39c015c5
JS
1479
1480SHA1_HEADER_SQ = $(subst ','\'',$(SHA1_HEADER))
32043c9f 1481ETC_GITCONFIG_SQ = $(subst ','\'',$(ETC_GITCONFIG))
39c015c5
JS
1482
1483DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
1484bindir_SQ = $(subst ','\'',$(bindir))
026fa0d5 1485bindir_relative_SQ = $(subst ','\'',$(bindir_relative))
8e566f24 1486mandir_SQ = $(subst ','\'',$(mandir))
a149a1a4 1487infodir_SQ = $(subst ','\'',$(infodir))
39c015c5
JS
1488gitexecdir_SQ = $(subst ','\'',$(gitexecdir))
1489template_dir_SQ = $(subst ','\'',$(template_dir))
5d6491c7 1490htmldir_SQ = $(subst ','\'',$(htmldir))
ca3bcabf 1491prefix_SQ = $(subst ','\'',$(prefix))
39c015c5
JS
1492
1493SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
1494PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
d4e1b47a 1495PYTHON_PATH_SQ = $(subst ','\'',$(PYTHON_PATH))
81b63c70 1496TCLTK_PATH_SQ = $(subst ','\'',$(TCLTK_PATH))
09ce4bb6 1497DIFF_SQ = $(subst ','\'',$(DIFF))
39c015c5 1498
d595a473
PB
1499LIBS = $(GITLIBS) $(EXTLIBS)
1500
32043c9f 1501BASIC_CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER_SQ)' \
506b17b1 1502 $(COMPAT_CFLAGS)
e40b61fb 1503LIB_OBJS += $(COMPAT_OBJS)
8d7f586f 1504
8f4b576a
JN
1505# Quote for C
1506
1507ifdef DEFAULT_EDITOR
1508DEFAULT_EDITOR_CQ = "$(subst ",\",$(subst \,\\,$(DEFAULT_EDITOR)))"
1509DEFAULT_EDITOR_CQ_SQ = $(subst ','\'',$(DEFAULT_EDITOR_CQ))
1510
1511BASIC_CFLAGS += -DDEFAULT_EDITOR='$(DEFAULT_EDITOR_CQ_SQ)'
1512endif
1513
a3d023d0
JH
1514ifdef DEFAULT_PAGER
1515DEFAULT_PAGER_CQ = "$(subst ",\",$(subst \,\\,$(DEFAULT_PAGER)))"
1516DEFAULT_PAGER_CQ_SQ = $(subst ','\'',$(DEFAULT_PAGER_CQ))
1517
1518BASIC_CFLAGS += -DDEFAULT_PAGER='$(DEFAULT_PAGER_CQ_SQ)'
1519endif
1520
8d7f586f
PB
1521ALL_CFLAGS += $(BASIC_CFLAGS)
1522ALL_LDFLAGS += $(BASIC_LDFLAGS)
1523
d1b1a919 1524export DIFF TAR INSTALL DESTDIR SHELL_PATH
d595a473
PB
1525
1526
28818ffa
PB
1527### Build rules
1528
c94c8e5f
BC
1529SHELL = $(SHELL_PATH)
1530
46bac904 1531all:: shell_compatibility_test $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) $(OTHER_PROGRAMS) GIT-BUILD-OPTIONS
6fc301bb 1532ifneq (,$X)
ade2ca0c 1533 $(QUIET_BUILT_IN)$(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) git$X)), test -d '$p' -o '$p' -ef '$p$X' || $(RM) '$p';)
6fc301bb 1534endif
89967023 1535
6fc301bb 1536all::
3cfaf11b 1537ifndef NO_TCLTK
e84a063d 1538 $(QUIET_SUBDIR0)git-gui $(QUIET_SUBDIR1) gitexecdir='$(gitexec_instdir_SQ)' all
62ba5143 1539 $(QUIET_SUBDIR0)gitk-git $(QUIET_SUBDIR1) all
3cfaf11b 1540endif
499c2939 1541ifndef NO_PERL
74f2b2a8 1542 $(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' prefix='$(prefix_SQ)' all
2fe40b63
SR
1543endif
1544ifndef NO_PYTHON
1545 $(QUIET_SUBDIR0)git_remote_helpers $(QUIET_SUBDIR1) PYTHON_PATH='$(PYTHON_PATH_SQ)' prefix='$(prefix_SQ)' all
499c2939 1546endif
502be959 1547 $(QUIET_SUBDIR0)templates $(QUIET_SUBDIR1) SHELL_PATH='$(SHELL_PATH_SQ)' PERL_PATH='$(PERL_PATH_SQ)'
b05701c5 1548
6dc4627e
BC
1549please_set_SHELL_PATH_to_a_more_modern_shell:
1550 @$$(:)
1551
1552shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
1553
4dc00021
JH
1554strip: $(PROGRAMS) git$X
1555 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) git$X
1556
373a5ede 1557git.o: common-cmds.h
a673cfed 1558git.s git.o: EXTRA_CPPFLAGS = -DGIT_VERSION='"$(GIT_VERSION)"' \
373a5ede 1559 '-DGIT_HTML_PATH="$(htmldir_SQ)"'
334d28ae
JH
1560
1561git$X: git.o $(BUILTIN_OBJS) $(GITLIBS)
54dadbdb 1562 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ git.o \
70827b15 1563 $(BUILTIN_OBJS) $(ALL_LDFLAGS) $(LIBS)
6a2e50f9 1564
81b50f3c 1565builtin/help.o: common-cmds.h
a673cfed 1566builtin/help.s builtin/help.o: EXTRA_CPPFLAGS = \
373a5ede
JN
1567 '-DGIT_HTML_PATH="$(htmldir_SQ)"' \
1568 '-DGIT_MAN_PATH="$(mandir_SQ)"' \
1569 '-DGIT_INFO_PATH="$(infodir_SQ)"'
08df6171 1570
91730800 1571$(BUILT_INS): git$X
3e073dc5
AF
1572 $(QUIET_BUILT_IN)$(RM) $@ && \
1573 ln git$X $@ 2>/dev/null || \
1574 ln -s git$X $@ 2>/dev/null || \
1575 cp git$X $@
91730800 1576
79d30668 1577common-cmds.h: ./generate-cmdlist.sh command-list.txt
48dd1da8 1578
766b084f 1579common-cmds.h: $(wildcard Documentation/git-*.txt)
74f2b2a8 1580 $(QUIET_GEN)./generate-cmdlist.sh > $@+ && mv $@+ $@
a87cd02c 1581
46bac904
JN
1582define cmd_munge_script
1583$(RM) $@ $@+ && \
1584sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
1585 -e 's|@SHELL_PATH@|$(SHELL_PATH_SQ)|' \
09ce4bb6 1586 -e 's|@@DIFF@@|$(DIFF_SQ)|' \
46bac904
JN
1587 -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
1588 -e 's/@@NO_CURL@@/$(NO_CURL)/g' \
1589 -e $(BROKEN_PATH_FIX) \
1590 $@.sh >$@+
1591endef
1592
d6ebd259 1593$(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
46bac904 1594 $(QUIET_GEN)$(cmd_munge_script) && \
74f2b2a8 1595 chmod +x $@+ && \
fc36f6a6 1596 mv $@+ $@
bc6146d2 1597
46bac904
JN
1598$(SCRIPT_LIB) : % : %.sh
1599 $(QUIET_GEN)$(cmd_munge_script) && \
1600 mv $@+ $@
1601
499c2939 1602ifndef NO_PERL
f848718a
AR
1603$(patsubst %.perl,%,$(SCRIPT_PERL)): perl/perl.mak
1604
d1a20575 1605perl/perl.mak: GIT-CFLAGS perl/Makefile perl/Makefile.PL
31d0399c 1606 $(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' prefix='$(prefix_SQ)' $(@F)
f848718a 1607
f6276fe1 1608$(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl
4cb08df5 1609 $(QUIET_GEN)$(RM) $@ $@+ && \
e883932f 1610 INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C perl -s --no-print-directory instlibdir` && \
998c4daa
JH
1611 sed -e '1{' \
1612 -e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \
1613 -e ' h' \
352c8111 1614 -e ' s=.*=use lib (split(/$(pathsep)/, $$ENV{GITPERLLIB} || "@@INSTLIBDIR@@"));=' \
998c4daa
JH
1615 -e ' H' \
1616 -e ' x' \
1617 -e '}' \
f6276fe1 1618 -e 's|@@INSTLIBDIR@@|'"$$INSTLIBDIR"'|g' \
3ff8cbed 1619 -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
74f2b2a8
SP
1620 $@.perl >$@+ && \
1621 chmod +x $@+ && \
fc36f6a6 1622 mv $@+ $@
bc6146d2 1623
62331ef1
JWH
1624
1625.PHONY: gitweb
1626gitweb:
1627 $(QUIET_SUBDIR0)gitweb $(QUIET_SUBDIR1) all
1628
63267de2 1629ifdef JSMIN
0e6ce213 1630GITWEB_PROGRAMS += gitweb/gitweb.min.js
09b89d1a 1631GITWEB_JS = gitweb/gitweb.min.js
63267de2 1632else
09b89d1a 1633GITWEB_JS = gitweb/gitweb.js
63267de2 1634endif
0e6ce213
MR
1635ifdef CSSMIN
1636GITWEB_PROGRAMS += gitweb/gitweb.min.css
09b89d1a
MR
1637GITWEB_CSS = gitweb/gitweb.min.css
1638else
1639GITWEB_CSS = gitweb/gitweb.css
0e6ce213
MR
1640endif
1641OTHER_PROGRAMS += gitweb/gitweb.cgi $(GITWEB_PROGRAMS)
1642gitweb/gitweb.cgi: gitweb/gitweb.perl $(GITWEB_PROGRAMS)
62331ef1
JWH
1643 $(QUIET_SUBDIR0)gitweb $(QUIET_SUBDIR1) $(patsubst gitweb/%,%,$@)
1644
1645ifdef JSMIN
1646gitweb/gitweb.min.js: gitweb/gitweb.js
1647 $(QUIET_SUBDIR0)gitweb $(QUIET_SUBDIR1) $(patsubst gitweb/%,%,$@)
1648endif # JSMIN
0e6ce213
MR
1649ifdef CSSMIN
1650gitweb/gitweb.min.css: gitweb/gitweb.css
1651 $(QUIET_SUBDIR0)gitweb $(QUIET_SUBDIR1) $(patsubst gitweb/%,%,$@)
1652endif # CSSMIN
62331ef1 1653
5d043a3d 1654
4af819d4 1655git-instaweb: git-instaweb.sh gitweb/gitweb.cgi gitweb/gitweb.css gitweb/gitweb.js
4cb08df5 1656 $(QUIET_GEN)$(RM) $@ $@+ && \
a51d37c1
EW
1657 sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
1658 -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
1659 -e 's/@@NO_CURL@@/$(NO_CURL)/g' \
6e959ab0 1660 -e '/@@GITWEB_CGI@@/r gitweb/gitweb.cgi' \
07002287 1661 -e '/@@GITWEB_CGI@@/d' \
09b89d1a 1662 -e '/@@GITWEB_CSS@@/r $(GITWEB_CSS)' \
07002287 1663 -e '/@@GITWEB_CSS@@/d' \
09b89d1a 1664 -e '/@@GITWEB_JS@@/r $(GITWEB_JS)' \
4af819d4 1665 -e '/@@GITWEB_JS@@/d' \
c5699693 1666 -e 's|@@PERL@@|$(PERL_PATH_SQ)|g' \
09b89d1a
MR
1667 -e 's|@@GITWEB_CSS_NAME@@|$(GITWEB_CSS)|' \
1668 -e 's|@@GITWEB_JS_NAME@@|$(GITWEB_JS)|' \
74f2b2a8
SP
1669 $@.sh > $@+ && \
1670 chmod +x $@+ && \
a51d37c1 1671 mv $@+ $@
499c2939
JK
1672else # NO_PERL
1673$(patsubst %.perl,%,$(SCRIPT_PERL)) git-instaweb: % : unimplemented.sh
1674 $(QUIET_GEN)$(RM) $@ $@+ && \
1675 sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
1676 -e 's|@@REASON@@|NO_PERL=$(NO_PERL)|g' \
1677 unimplemented.sh >$@+ && \
1678 chmod +x $@+ && \
1679 mv $@+ $@
1680endif # NO_PERL
a51d37c1 1681
2fe40b63
SR
1682ifndef NO_PYTHON
1683$(patsubst %.py,%,$(SCRIPT_PYTHON)): GIT-CFLAGS
1684$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
1685 $(QUIET_GEN)$(RM) $@ $@+ && \
1686 INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \
1687 --no-print-directory prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' \
1688 instlibdir` && \
1689 sed -e '1{' \
1690 -e ' s|#!.*python|#!$(PYTHON_PATH_SQ)|' \
1691 -e '}' \
1692 -e 's|^import sys.*|&; \\\
1693 import os; \\\
0ae08401
DA
1694 sys.path.insert(0, os.getenv("GITPYTHONLIB",\
1695 "@@INSTLIBDIR@@"));|' \
2fe40b63
SR
1696 -e 's|@@INSTLIBDIR@@|'"$$INSTLIBDIR"'|g' \
1697 $@.py >$@+ && \
1698 chmod +x $@+ && \
1699 mv $@+ $@
1700else # NO_PYTHON
1701$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : unimplemented.sh
1702 $(QUIET_GEN)$(RM) $@ $@+ && \
1703 sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
1704 -e 's|@@REASON@@|NO_PYTHON=$(NO_PYTHON)|g' \
1705 unimplemented.sh >$@+ && \
1706 chmod +x $@+ && \
1707 mv $@+ $@
1708endif # NO_PYTHON
1709
3900145e 1710configure: configure.ac
4cb08df5 1711 $(QUIET_GEN)$(RM) $@ $<+ && \
3900145e 1712 sed -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
74f2b2a8
SP
1713 $< > $<+ && \
1714 autoconf -o $@ $<+ && \
4cb08df5 1715 $(RM) $<+
3900145e 1716
9b88fcef 1717# These can record GIT_VERSION
54dadbdb 1718git.o git.spec \
9b88fcef
JH
1719 $(patsubst %.sh,%,$(SCRIPT_SH)) \
1720 $(patsubst %.perl,%,$(SCRIPT_PERL)) \
9b88fcef 1721 : GIT-VERSION-FILE
e99fcf96 1722
5b8805e7 1723TEST_OBJS := $(patsubst test-%$X,test-%.o,$(TEST_PROGRAMS))
1b22c99c
JN
1724GIT_OBJS := $(LIB_OBJS) $(BUILTIN_OBJS) $(PROGRAM_OBJS) $(TEST_OBJS) \
1725 git.o http.o http-walker.o remote-curl.o
beeb4564
JN
1726XDIFF_OBJS = xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o \
1727 xdiff/xmerge.o xdiff/xpatience.o
c3739913
JN
1728OBJECTS := $(GIT_OBJS) $(XDIFF_OBJS)
1729
ec5e0bb8 1730dep_files := $(foreach f,$(OBJECTS),$(dir $f).depend/$(notdir $f).d)
010acc15 1731dep_dirs := $(addsuffix .depend,$(sort $(dir $(OBJECTS))))
beeb4564 1732
dfea5750 1733ifdef COMPUTE_HEADER_DEPENDENCIES
dfea5750
JN
1734$(dep_dirs):
1735 mkdir -p $@
1736
1737missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
ec5e0bb8 1738dep_file = $(dir $@).depend/$(notdir $@).d
f2fabbf7
JN
1739dep_args = -MF $(dep_file) -MMD -MP
1740ifdef CHECK_HEADER_DEPENDENCIES
1741$(error cannot compute header dependencies outside a normal build. \
1742Please unset CHECK_HEADER_DEPENDENCIES and try again)
1743endif
1744endif
1745
1746ifndef COMPUTE_HEADER_DEPENDENCIES
1747ifndef CHECK_HEADER_DEPENDENCIES
dfea5750
JN
1748dep_dirs =
1749missing_dep_dirs =
f2fabbf7
JN
1750dep_args =
1751endif
dfea5750
JN
1752endif
1753
f2fabbf7
JN
1754ifdef CHECK_HEADER_DEPENDENCIES
1755ifndef PRINT_HEADER_DEPENDENCIES
1756missing_deps = $(filter-out $(notdir $^), \
1757 $(notdir $(shell $(MAKE) -s $@ \
1758 CHECK_HEADER_DEPENDENCIES=YesPlease \
1759 USE_COMPUTED_HEADER_DEPENDENCIES=YesPlease \
1760 PRINT_HEADER_DEPENDENCIES=YesPlease)))
1761endif
1762endif
1763
1764ASM_SRC := $(wildcard $(OBJECTS:o=S))
1765ASM_OBJ := $(ASM_SRC:S=o)
1766C_OBJ := $(filter-out $(ASM_OBJ),$(OBJECTS))
1767
30248886
JN
1768.SUFFIXES:
1769
f2fabbf7
JN
1770ifdef PRINT_HEADER_DEPENDENCIES
1771$(C_OBJ): %.o: %.c FORCE
1772 echo $^
1773$(ASM_OBJ): %.o: %.S FORCE
1774 echo $^
1775
1776ifndef CHECK_HEADER_DEPENDENCIES
1777$(error cannot print header dependencies during a normal build. \
1778Please set CHECK_HEADER_DEPENDENCIES and try again)
1779endif
1780endif
1781
1782ifndef PRINT_HEADER_DEPENDENCIES
1783ifdef CHECK_HEADER_DEPENDENCIES
1784$(C_OBJ): %.o: %.c $(dep_files) FORCE
1785 @set -e; echo CHECK $@; \
1786 missing_deps="$(missing_deps)"; \
1787 if test "$$missing_deps"; \
1788 then \
1789 echo missing dependencies: $$missing_deps; \
1790 false; \
1791 fi
1792$(ASM_OBJ): %.o: %.S $(dep_files) FORCE
1793 @set -e; echo CHECK $@; \
1794 missing_deps="$(missing_deps)"; \
1795 if test "$$missing_deps"; \
1796 then \
1797 echo missing dependencies: $$missing_deps; \
1798 false; \
1799 fi
1800endif
1801endif
1802
1803ifndef CHECK_HEADER_DEPENDENCIES
dfea5750 1804$(C_OBJ): %.o: %.c GIT-CFLAGS $(missing_dep_dirs)
a673cfed 1805 $(QUIET_CC)$(CC) -o $*.o -c $(dep_args) $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
dfea5750 1806$(ASM_OBJ): %.o: %.S GIT-CFLAGS $(missing_dep_dirs)
a673cfed 1807 $(QUIET_CC)$(CC) -o $*.o -c $(dep_args) $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
f2fabbf7 1808endif
dfea5750 1809
13fca9f3 1810%.s: %.c GIT-CFLAGS FORCE
a673cfed 1811 $(QUIET_CC)$(CC) -S $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
f2fabbf7
JN
1812
1813ifdef USE_COMPUTED_HEADER_DEPENDENCIES
dfea5750
JN
1814# Take advantage of gcc's on-the-fly dependency generation
1815# See <http://gcc.gnu.org/gcc-3.0/features.html>.
f2fabbf7
JN
1816dep_files_present := $(wildcard $(dep_files))
1817ifneq ($(dep_files_present),)
1818include $(dep_files_present)
dfea5750 1819endif
dfea5750 1820else
dfea5750
JN
1821# Dependencies on header files, for platforms that do not support
1822# the gcc -MMD option.
1823#
1824# Dependencies on automatically generated headers such as common-cmds.h
1825# should _not_ be included here, since they are necessary even when
1826# building an object for the first time.
1827#
1828# XXX. Please check occasionally that these include all dependencies
1829# gcc detects!
a310d434 1830
beeb4564 1831$(GIT_OBJS): $(LIB_H)
2e0e8b68
JH
1832builtin/branch.o builtin/checkout.o builtin/clone.o builtin/reset.o branch.o transport.o: branch.h
1833builtin/bundle.o bundle.o transport.o: bundle.h
1834builtin/bisect--helper.o builtin/rev-list.o bisect.o: bisect.h
1835builtin/clone.o builtin/fetch-pack.o transport.o: fetch-pack.h
1836builtin/grep.o: thread-utils.h
1837builtin/send-pack.o transport.o: send-pack.h
1838builtin/log.o builtin/shortlog.o: shortlog.h
1839builtin/prune.o builtin/reflog.o reachable.o: reachable.h
1840builtin/commit.o builtin/revert.o wt-status.o: wt-status.h
1841builtin/tar-tree.o archive-tar.o: tar.h
1842builtin/pack-objects.o: thread-utils.h
beeb4564
JN
1843http-fetch.o http-walker.o remote-curl.o transport.o walker.o: walker.h
1844http.o http-walker.o http-push.o remote-curl.o: http.h
1845
beeb4564
JN
1846xdiff-interface.o $(XDIFF_OBJS): \
1847 xdiff/xinclude.h xdiff/xmacros.h xdiff/xdiff.h xdiff/xtypes.h \
1848 xdiff/xutils.h xdiff/xprepare.h xdiff/xdiffi.h xdiff/xemit.h
dfea5750 1849endif
a310d434 1850
a673cfed 1851exec_cmd.s exec_cmd.o: EXTRA_CPPFLAGS = \
373a5ede
JN
1852 '-DGIT_EXEC_PATH="$(gitexecdir_SQ)"' \
1853 '-DBINDIR="$(bindir_relative_SQ)"' \
1854 '-DPREFIX="$(prefix_SQ)"'
026fa0d5 1855
a673cfed 1856builtin/init-db.s builtin/init-db.o: EXTRA_CPPFLAGS = \
373a5ede 1857 -DDEFAULT_GIT_TEMPLATE_DIR='"$(template_dir_SQ)"'
77cb17e9 1858
a673cfed 1859config.s config.o: EXTRA_CPPFLAGS = -DETC_GITCONFIG='"$(ETC_GITCONFIG_SQ)"'
506b17b1 1860
a673cfed 1861http.s http.o: EXTRA_CPPFLAGS = -DGIT_USER_AGENT='"git/$(GIT_VERSION)"'
20fc9bc5 1862
8d9fbe57 1863ifdef NO_EXPAT
a673cfed 1864http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT
8d9fbe57
NH
1865endif
1866
8eef8e09 1867git-%$X: %.o $(GITLIBS)
74f2b2a8 1868 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)
623c8a14 1869
684ec6c6
RS
1870git-imap-send$X: imap-send.o $(GITLIBS)
1871 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
1872 $(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL)
f2561fda 1873
ae209bd3 1874git-http-fetch$X: revision.o http.o http-walker.o http-fetch.o $(GITLIBS)
1088261f 1875 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
17fd9f57 1876 $(LIBS) $(CURL_LIBCURL)
8fced61c 1877git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
74f2b2a8 1878 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
39c015c5
JS
1879 $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
1880
28ca0c90
IL
1881$(REMOTE_CURL_ALIASES): $(REMOTE_CURL_PRIMARY)
1882 $(QUIET_LNCP)$(RM) $@ && \
1883 ln $< $@ 2>/dev/null || \
1884 ln -s $< $@ 2>/dev/null || \
1885 cp $< $@
1886
1887$(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walker.o $(GITLIBS)
a2d725b7
DB
1888 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
1889 $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
1890
28818ffa 1891$(LIB_FILE): $(LIB_OBJS)
4cb08df5 1892 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)
28818ffa 1893
3443546f 1894$(XDIFF_LIB): $(XDIFF_OBJS)
4cb08df5 1895 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(XDIFF_OBJS)
3443546f
LT
1896
1897
28818ffa
PB
1898doc:
1899 $(MAKE) -C Documentation all
1900
414851a4
MG
1901man:
1902 $(MAKE) -C Documentation man
1903
1904html:
1905 $(MAKE) -C Documentation html
1906
4739809c
DK
1907info:
1908 $(MAKE) -C Documentation info
1909
a325a1a7
MV
1910pdf:
1911 $(MAKE) -C Documentation pdf
1912
f81e7c62 1913TAGS:
4cb08df5 1914 $(RM) TAGS
89b2f19c 1915 $(FIND) . -name '*.[hcS]' -print | xargs etags -a
f81e7c62
FK
1916
1917tags:
4cb08df5 1918 $(RM) tags
89b2f19c 1919 $(FIND) . -name '*.[hcS]' -print | xargs ctags -a
28818ffa 1920
a2a9150b
KP
1921cscope:
1922 $(RM) cscope*
1923 $(FIND) . -name '*.[hcS]' -print | xargs cscope -b
1924
ca3bcabf 1925### Detect prefix changes
7cdbff14 1926TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):\
ca3bcabf
YL
1927 $(bindir_SQ):$(gitexecdir_SQ):$(template_dir_SQ):$(prefix_SQ)
1928
13fca9f3 1929GIT-CFLAGS: FORCE
ca3bcabf
YL
1930 @FLAGS='$(TRACK_CFLAGS)'; \
1931 if test x"$$FLAGS" != x"`cat GIT-CFLAGS 2>/dev/null`" ; then \
1932 echo 1>&2 " * new build flags or prefix"; \
1933 echo "$$FLAGS" >GIT-CFLAGS; \
1934 fi
1935
bfce5087
JH
1936# We need to apply sq twice, once to protect from the shell
1937# that runs GIT-BUILD-OPTIONS, and then again to protect it
1938# and the first level quoting from the shell that runs "echo".
13fca9f3 1939GIT-BUILD-OPTIONS: FORCE
bfce5087 1940 @echo SHELL_PATH=\''$(subst ','\'',$(SHELL_PATH_SQ))'\' >$@
be38ca3d 1941 @echo PERL_PATH=\''$(subst ','\'',$(PERL_PATH_SQ))'\' >>$@
d1b1a919 1942 @echo DIFF=\''$(subst ','\'',$(subst ','\'',$(DIFF)))'\' >>$@
bfce5087 1943 @echo TAR=\''$(subst ','\'',$(subst ','\'',$(TAR)))'\' >>$@
119c8eee 1944 @echo NO_CURL=\''$(subst ','\'',$(subst ','\'',$(NO_CURL)))'\' >>$@
1b19ccd2 1945 @echo NO_PERL=\''$(subst ','\'',$(subst ','\'',$(NO_PERL)))'\' >>$@
ac10a857 1946 @echo NO_PYTHON=\''$(subst ','\'',$(subst ','\'',$(NO_PYTHON)))'\' >>$@
7cf7f54a 1947
6bdb18a9
ER
1948### Detect Tck/Tk interpreter path changes
1949ifndef NO_TCLTK
1950TRACK_VARS = $(subst ','\'',-DTCLTK_PATH='$(TCLTK_PATH_SQ)')
1951
13fca9f3 1952GIT-GUI-VARS: FORCE
6bdb18a9
ER
1953 @VARS='$(TRACK_VARS)'; \
1954 if test x"$$VARS" != x"`cat $@ 2>/dev/null`" ; then \
1955 echo 1>&2 " * new Tcl/Tk interpreter location"; \
1956 echo "$$VARS" >$@; \
1957 fi
6bdb18a9
ER
1958endif
1959
ea925196
MO
1960test_bindir_programs := $(patsubst %,bin-wrappers/%,$(BINDIR_PROGRAMS_NEED_X) $(BINDIR_PROGRAMS_NO_X) $(TEST_PROGRAMS_NEED_X))
1961
1962all:: $(TEST_PROGRAMS) $(test_bindir_programs)
1963
1964bin-wrappers/%: wrap-for-bin.sh
1965 @mkdir -p bin-wrappers
1966 $(QUIET_GEN)sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
1967 -e 's|@@BUILD_DIR@@|$(shell pwd)|' \
1968 -e 's|@@PROG@@|$(@F)|' < $< > $@ && \
1969 chmod +x $@
96651ef5 1970
abb7c7b3
JS
1971# GNU make supports exporting all variables by "export" without parameters.
1972# However, the environment gets quite big, and some programs have problems
1973# with that.
1974
140245b3 1975export NO_SVN_TESTS
abb7c7b3 1976
225f78c8
JN
1977### Testing rules
1978
96651ef5 1979test: all
28818ffa
PB
1980 $(MAKE) -C t/ all
1981
b4285c71
RS
1982test-ctype$X: ctype.o
1983
5c5ba73b 1984test-date$X: date.o ctype.o
28818ffa 1985
5c5ba73b 1986test-delta$X: diff-delta.o patch-delta.o
28818ffa 1987
481424e1
AR
1988test-parse-options$X: parse-options.o
1989
daa99a91 1990.PRECIOUS: $(TEST_OBJS)
fa8fe28c 1991
5c5ba73b
JP
1992test-%$X: test-%.o $(GITLIBS)
1993 $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)
2dca1af4 1994
b65bc21e
JH
1995check-sha1:: test-sha1$X
1996 ./test-sha1.sh
1997
7c4c9f4c 1998check: common-cmds.h
912f9980
JH
1999 if sparse; \
2000 then \
2001 for i in *.c; \
2002 do \
2003 sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
2004 done; \
2005 else \
2006 echo 2>&1 "Did you mean 'make test'?"; \
2007 exit 1; \
2008 fi
28818ffa 2009
36e5e70e 2010remove-dashes:
b4f02d35 2011 ./fixup-builtins $(BUILT_INS) $(PROGRAMS) $(SCRIPTS)
28818ffa
PB
2012
2013### Installation rules
2014
0c0ead7e 2015ifneq ($(filter /%,$(firstword $(template_dir))),)
0b50b860 2016template_instdir = $(template_dir)
026fa0d5
SP
2017else
2018template_instdir = $(prefix)/$(template_dir)
0b50b860
JS
2019endif
2020export template_instdir
2021
0c0ead7e 2022ifneq ($(filter /%,$(firstword $(gitexecdir))),)
49fa65a7 2023gitexec_instdir = $(gitexecdir)
026fa0d5
SP
2024else
2025gitexec_instdir = $(prefix)/$(gitexecdir)
49fa65a7
JS
2026endif
2027gitexec_instdir_SQ = $(subst ','\'',$(gitexec_instdir))
2028export gitexec_instdir
2029
ea925196
MO
2030install_bindir_programs := $(patsubst %,%$X,$(BINDIR_PROGRAMS_NEED_X)) $(BINDIR_PROGRAMS_NO_X)
2031
d6ebd259 2032install: all
41650765 2033 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
49fa65a7
JS
2034 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
2035 $(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
46bac904 2036 $(INSTALL) -m 644 $(SCRIPT_LIB) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
ea925196 2037 $(INSTALL) $(install_bindir_programs) '$(DESTDIR_SQ)$(bindir_SQ)'
7ffe7098 2038 $(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
5be3b17f 2039ifndef NO_PERL
28072a5d 2040 $(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
5be3b17f 2041endif
2fe40b63
SR
2042ifndef NO_PYTHON
2043 $(MAKE) -C git_remote_helpers prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
2044endif
3cfaf11b 2045ifndef NO_TCLTK
62ba5143 2046 $(MAKE) -C gitk-git install
49fa65a7 2047 $(MAKE) -C git-gui gitexecdir='$(gitexec_instdir_SQ)' install
3cfaf11b 2048endif
6fc301bb 2049ifneq (,$X)
d4b19027 2050 $(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) git$X)), test '$(DESTDIR_SQ)$(gitexec_instdir_SQ)/$p' -ef '$(DESTDIR_SQ)$(gitexec_instdir_SQ)/$p$X' || $(RM) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)/$p';)
6fc301bb 2051endif
28ca0c90 2052
46beb559 2053 bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \
49fa65a7 2054 execdir=$$(cd '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' && pwd) && \
6edd1496
JH
2055 { test "$$bindir/" = "$$execdir/" || \
2056 { $(RM) "$$execdir/git$X" && \
3426e34f 2057 test -z "$(NO_CROSS_DIRECTORY_HARDLINKS)" && \
4ecbc178 2058 ln "$$bindir/git$X" "$$execdir/git$X" 2>/dev/null || \
6edd1496 2059 cp "$$bindir/git$X" "$$execdir/git$X"; } ; } && \
4ecbc178 2060 { for p in $(BUILT_INS); do \
b56c79cc 2061 $(RM) "$$execdir/$$p" && \
4ecbc178
JK
2062 ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
2063 ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \
2064 cp "$$execdir/git$X" "$$execdir/$$p" || exit; \
fe4a9c36 2065 done; } && \
28ca0c90
IL
2066 { for p in $(REMOTE_CURL_ALIASES); do \
2067 $(RM) "$$execdir/$$p" && \
2068 ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
2069 ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
2070 cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; \
2071 done; } && \
7b4b59a9 2072 ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
28818ffa
PB
2073
2074install-doc:
2075 $(MAKE) -C Documentation install
2076
b1a46b70
MH
2077install-man:
2078 $(MAKE) -C Documentation install-man
2079
ae081f3e
TL
2080install-html:
2081 $(MAKE) -C Documentation install-html
2082
4739809c
DK
2083install-info:
2084 $(MAKE) -C Documentation install-info
2085
a325a1a7
MV
2086install-pdf:
2087 $(MAKE) -C Documentation install-pdf
2088
6538d1ef
EW
2089quick-install-doc:
2090 $(MAKE) -C Documentation quick-install
28818ffa 2091
b1a46b70
MH
2092quick-install-man:
2093 $(MAKE) -C Documentation quick-install-man
2094
6fe570de
MG
2095quick-install-html:
2096 $(MAKE) -C Documentation quick-install-html
2097
28818ffa
PB
2098
2099
2100### Maintainer's dist rules
2101
9b88fcef 2102git.spec: git.spec.in
fc36f6a6
JM
2103 sed -e 's/@@VERSION@@/$(GIT_VERSION)/g' < $< > $@+
2104 mv $@+ $@
a9db2974 2105
27dedf0c 2106GIT_TARNAME=git-$(GIT_VERSION)
6c0f8694 2107dist: git.spec git-archive$(X) configure
9ccb64c8
JH
2108 ./git-archive --format=tar \
2109 --prefix=$(GIT_TARNAME)/ HEAD^{tree} > $(GIT_TARNAME).tar
a9db2974 2110 @mkdir -p $(GIT_TARNAME)
f58494bf 2111 @cp git.spec configure $(GIT_TARNAME)
181129d2 2112 @echo $(GIT_VERSION) > $(GIT_TARNAME)/version
d647c2ea 2113 @$(MAKE) -C git-gui TARDIR=../$(GIT_TARNAME)/git-gui dist-version
181129d2 2114 $(TAR) rf $(GIT_TARNAME).tar \
d647c2ea 2115 $(GIT_TARNAME)/git.spec \
f58494bf 2116 $(GIT_TARNAME)/configure \
d647c2ea 2117 $(GIT_TARNAME)/version \
115f0fe4 2118 $(GIT_TARNAME)/git-gui/version
4cb08df5 2119 @$(RM) -r $(GIT_TARNAME)
9dce3c06 2120 gzip -f -9 $(GIT_TARNAME).tar
a9db2974
CW
2121
2122rpm: dist
a96e9c28
TZ
2123 $(RPMBUILD) \
2124 --define "_source_filedigest_algorithm md5" \
2125 --define "_binary_filedigest_algorithm md5" \
2126 -ta $(GIT_TARNAME).tar.gz
a9db2974 2127
52db0495
TS
2128htmldocs = git-htmldocs-$(GIT_VERSION)
2129manpages = git-manpages-$(GIT_VERSION)
2130dist-doc:
4cb08df5 2131 $(RM) -r .doc-tmp-dir
52db0495
TS
2132 mkdir .doc-tmp-dir
2133 $(MAKE) -C Documentation WEBDOC_DEST=../.doc-tmp-dir install-webdoc
2134 cd .doc-tmp-dir && $(TAR) cf ../$(htmldocs).tar .
2135 gzip -n -9 -f $(htmldocs).tar
2136 :
4cb08df5 2137 $(RM) -r .doc-tmp-dir
4392da4d 2138 mkdir -p .doc-tmp-dir/man1 .doc-tmp-dir/man5 .doc-tmp-dir/man7
c5360324 2139 $(MAKE) -C Documentation DESTDIR=./ \
7b8cf0cf 2140 man1dir=../.doc-tmp-dir/man1 \
4392da4d 2141 man5dir=../.doc-tmp-dir/man5 \
7b8cf0cf 2142 man7dir=../.doc-tmp-dir/man7 \
52db0495
TS
2143 install
2144 cd .doc-tmp-dir && $(TAR) cf ../$(manpages).tar .
2145 gzip -n -9 -f $(manpages).tar
4cb08df5 2146 $(RM) -r .doc-tmp-dir
52db0495 2147
28818ffa 2148### Cleaning rules
87a81c83 2149
922aa807
MM
2150distclean: clean
2151 $(RM) configure
2152
e83c5163 2153clean:
7fc9d152 2154 $(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
81b50f3c 2155 builtin/*.o $(LIB_FILE) $(XDIFF_LIB)
46bac904 2156 $(RM) $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git$X
4cb08df5 2157 $(RM) $(TEST_PROGRAMS)
ea925196 2158 $(RM) -r bin-wrappers
dfea5750 2159 $(RM) -r $(dep_dirs)
a2a9150b 2160 $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags cscope*
4cb08df5 2161 $(RM) -r autom4te.cache
922aa807 2162 $(RM) config.log config.mak.autogen config.mak.append config.status config.cache
4cb08df5
EM
2163 $(RM) -r $(GIT_TARNAME) .doc-tmp-dir
2164 $(RM) $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
2165 $(RM) $(htmldocs).tar.gz $(manpages).tar.gz
ca67f002 2166 $(MAKE) -C Documentation/ clean
499c2939 2167ifndef NO_PERL
8830bf4b 2168 $(RM) gitweb/gitweb.cgi gitweb/gitweb.min.*
f848718a 2169 $(MAKE) -C perl clean
2fe40b63
SR
2170endif
2171ifndef NO_PYTHON
2172 $(MAKE) -C git_remote_helpers clean
499c2939 2173endif
b1edc53d 2174 $(MAKE) -C templates/ clean
4b7581f0 2175 $(MAKE) -C t/ clean
3cfaf11b 2176ifndef NO_TCLTK
62ba5143 2177 $(MAKE) -C gitk-git clean
3cfaf11b
ER
2178 $(MAKE) -C git-gui clean
2179endif
7cf7f54a 2180 $(RM) GIT-VERSION-FILE GIT-CFLAGS GIT-GUI-VARS GIT-BUILD-OPTIONS
9b88fcef 2181
4dc00021 2182.PHONY: all install clean strip
6dc4627e 2183.PHONY: shell_compatibility_test please_set_SHELL_PATH_to_a_more_modern_shell
13fca9f3 2184.PHONY: FORCE TAGS tags cscope
d89056c2 2185
8c989ec5
JH
2186### Check documentation
2187#
2188check-docs::
46bac904 2189 @(for v in $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk; \
8c989ec5
JH
2190 do \
2191 case "$$v" in \
8c989ec5 2192 git-merge-octopus | git-merge-ours | git-merge-recursive | \
51add76e 2193 git-merge-resolve | git-merge-subtree | \
5c66d0d4 2194 git-fsck-objects | git-init-db | \
c88cd03e 2195 git-remote-* | git-stage | \
5b4617c7 2196 git-?*--?* ) continue ;; \
8c989ec5
JH
2197 esac ; \
2198 test -f "Documentation/$$v.txt" || \
2199 echo "no doc: $$v"; \
79d30668 2200 sed -e '/^#/d' command-list.txt | \
4b02c529 2201 grep -q "^$$v[ ]" || \
8c989ec5
JH
2202 case "$$v" in \
2203 git) ;; \
2204 *) echo "no link: $$v";; \
2205 esac ; \
3f7ce648
JH
2206 done; \
2207 ( \
79d30668 2208 sed -e '/^#/d' \
3f7ce648 2209 -e 's/[ ].*//' \
79d30668 2210 -e 's/^/listed /' command-list.txt; \
3f7ce648
JH
2211 ls -1 Documentation/git*txt | \
2212 sed -e 's|Documentation/|documented |' \
2213 -e 's/\.txt//'; \
2214 ) | while read how cmd; \
2215 do \
2216 case "$$how,$$cmd" in \
2217 *,git-citool | \
2218 *,git-gui | \
0f6f195b 2219 *,git-help | \
3f7ce648
JH
2220 documented,gitattributes | \
2221 documented,gitignore | \
2222 documented,gitmodules | \
2f7ee089 2223 documented,gitcli | \
3f7ce648 2224 documented,git-tools | \
d0594be1
JH
2225 documented,gitcore-tutorial | \
2226 documented,gitcvs-migration | \
2227 documented,gitdiffcore | \
2228 documented,gitglossary | \
2229 documented,githooks | \
2230 documented,gitrepository-layout | \
2231 documented,gittutorial | \
2232 documented,gittutorial-2 | \
46bac904 2233 documented,git-bisect-lk2009 | \
c88cd03e 2234 documented,git-remote-helpers | \
46bac904 2235 documented,gitworkflows | \
3f7ce648
JH
2236 sentinel,not,matching,is,ok ) continue ;; \
2237 esac; \
46bac904 2238 case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk " in \
3f7ce648
JH
2239 *" $$cmd "*) ;; \
2240 *) echo "removed but $$how: $$cmd" ;; \
2241 esac; \
2242 done ) | sort
c74390e4
JH
2243
2244### Make sure built-ins do not have dups and listed in git.c
2245#
2246check-builtins::
2247 ./check-builtins.sh
11c57e6a 2248
901c369a
TR
2249### Test suite coverage testing
2250#
2251.PHONY: coverage coverage-clean coverage-build coverage-report
2252
2253coverage:
2254 $(MAKE) coverage-build
2255 $(MAKE) coverage-report
2256
2257coverage-clean:
2258 rm -f *.gcda *.gcno
2259
2260COVERAGE_CFLAGS = $(CFLAGS) -O0 -ftest-coverage -fprofile-arcs
2261COVERAGE_LDFLAGS = $(CFLAGS) -O0 -lgcov
2262
2263coverage-build: coverage-clean
2264 $(MAKE) CFLAGS="$(COVERAGE_CFLAGS)" LDFLAGS="$(COVERAGE_LDFLAGS)" all
2265 $(MAKE) CFLAGS="$(COVERAGE_CFLAGS)" LDFLAGS="$(COVERAGE_LDFLAGS)" \
2266 -j1 test
2267
2268coverage-report:
2269 gcov -b *.c
2270 grep '^function.*called 0 ' *.c.gcov \
2271 | sed -e 's/\([^:]*\)\.gcov: *function \([^ ]*\) called.*/\1: \2/' \
2272 | tee coverage-untested-functions