comparison mkfile @ 632:ed19b429a152

- added explicit arm64 target, and clang tool options to Windows' configure.bat - configure.{bat,rc} now writing Makefile.config, for consistency/compatibility (e.g. configure.bat can now be used to set up env flags for a non-nmake toolchain) - simplified/decluttered Windows and Plan9 configure scripts (removal of unused/stale options, ...) - removed stale test/makepkg.sh helper
author Tassilo Philipp
date Sat, 19 Nov 2022 15:45:41 +0100
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
631:e5ad8cf0aa72 632:ed19b429a152
1 #////////////////////////////////////////////////////////////////////////////// 1 #//////////////////////////////////////////////////////////////////////////////
2 # 2 #
3 # Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>, 3 # Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>,
4 # Tassilo Philipp <tphilipp@potion-studios.com> 4 # 2010,2022 Tassilo Philipp <tphilipp@potion-studios.com>
5 # 5 #
6 # Permission to use, copy, modify, and distribute this software for any 6 # Permission to use, copy, modify, and distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies. 8 # copyright notice and this permission notice appear in all copies.
9 # 9 #
22 22
23 <$TOP/buildsys/mk/prolog.mk 23 <$TOP/buildsys/mk/prolog.mk
24 24
25 # directories: 25 # directories:
26 DIRS = dyncall dyncallback 26 DIRS = dyncall dyncallback
27 AUTOS = ConfigVars 27 AUTOS = Makefile.config
28 28
29 #.PHONY: tests doc 29 #.PHONY: tests doc
30 tests:V: 30 tests:V:
31 cd test; $MK 31 cd test; $MK
32 doc:V: 32 doc:V: