]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix building outside source tree 14/head
authorMika Lindqvist <postmaster@raasu.org>
Mon, 4 May 2015 17:08:12 +0000 (20:08 +0300)
committerMika Lindqvist <postmaster@raasu.org>
Mon, 4 May 2015 17:31:53 +0000 (20:31 +0300)
commit293cb65dcaa83b4b10d34de8e169d0a9bef5b712
tree739b1e1c3788549790c4b8f7f4b00e321931d764
parent5a10c3b8378549926d367619e17ecb2d7326ab2f
Fix building outside source tree
* SRCDIR points to relevant directory in source tree
* SRCTOP points to root of source tree in sub-Makefiles
* arch Makefiles use INCLUDES, and configure sets that depending on if we are
  building inside source tree or outside.
* distclean cleans all files when building outside source tree
.gitignore
Makefile.in
arch/arm/Makefile.in
arch/generic/Makefile.in
arch/x86/Makefile.in
configure