summaryrefslogtreecommitdiff
path: root/makefiles
Commit message (Expand)AuthorAgeFilesLines
...
* Default toolchain location is /opt/netsurf/...John Mark Bell2010-12-301-3/+2
* First cut at AmigaOS cross-build supportJohn Mark Bell2010-12-291-0/+31
* Simplistic clang support, based on Makefile.gcc. Bare minimum of changes.Rob Kendrick2010-12-202-0/+36
* Pass -DDEBUG when BUILD=debug in addition to passing -DNDEBUG when BUILD=releaseRob Kendrick2010-12-081-2/+2
* Add TEST_PREREQS support and make TESTCFLAGS postfix the CFLAGSDaniel Silverstone2010-12-041-2/+4
* Fix spurious whitespace at start of generated Requires: lineJohn Mark Bell2010-12-041-2/+1
* Fix broken macroJohn Mark Bell2010-12-041-2/+2
* New macro to extend compiler/linker flags from pkg-config metadataJohn Mark Bell2010-12-041-0/+19
* Create pkg-config macro libraryJohn Mark Bell2010-12-042-0/+74
* Actually fix RISC OS native build with GCC3.Michael Drake2010-04-061-0/+4
* Fix RISC OS native build with GCC3. Probably breaks build with Norcroft.Michael Drake2010-04-061-2/+6
* Make toolchain autodetection more robust.John Mark Bell2010-03-102-34/+26
* Beginnings of support for multiple toolchainsJohn Mark Bell2010-03-063-102/+200
* Remove reliance on external pkg-config wrapper scriptJohn Mark Bell2010-01-241-1/+1
* Fix toolchain discovery.John Mark Bell2010-01-241-5/+4
* Somewhat hacky support for cross-compiling for BeOS/Haiku.John Mark Bell2010-01-241-3/+18
* Use MINGW_INSTALL_ENV, not GCCSDK_INSTALL_ENV when targetting windows.John Mark Bell2010-01-241-6/+6
* Revert previous changes. It turns out that, despite what the documentation sa...John Mark Bell2010-01-061-5/+1
* Let's try that again.John Mark Bell2010-01-061-1/+1
* When targetting RISC OS, the soname needs to be in RO format.John Mark Bell2010-01-061-2/+5
* It turns out that arm-unknown-riscos-ln doesn't understand coalesced optionsJohn Mark Bell2010-01-061-4/+4
* A couple of tweaks to HOST/TARGET sanitisation. This needs further improvement.John Mark Bell2009-12-061-8/+14
* Actually, we need to make the host tooling the same as the target's in the ca...John Mark Bell2009-11-091-2/+8
* If $(CC) is defaulted, use $(CC__) to determine EXEEXT.John Mark Bell2009-11-091-5/+13
* Fix RISC OS default CXX.John Mark Bell2009-08-291-1/+1
* C++ supportJohn Mark Bell2009-08-262-1/+119
* Remove redundant line.Michael Drake2009-08-101-1/+0
* Testing with install binary.Michael Drake2009-08-101-1/+1
* Some small attempt to prevent compilation failure when crazy uname -s output ...John Mark Bell2009-08-031-1/+5
* Attempt to detect old GCC versions.John Mark Bell2009-08-021-2/+11
* Something approximating support for assembler sources.John Mark Bell2009-07-282-2/+20
* Fix uninstallation of pkg-config control filesJohn Mark Bell2009-07-131-1/+1
* I really hate the __STRICT_ANSI__ nonsense. I've lost count of the number of ...John Mark Bell2009-07-021-1/+1
* Add support for mingw-based cross compilation for Windows.John Mark Bell2009-07-021-2/+22
* Auto-detect whether C compiler is GCC and, if it is, whether it supports simu...John Mark Bell2009-06-202-26/+63
* Using ?= with defaulted variables is stupidJohn Mark Bell2009-05-311-4/+15
* Fix setting of $(CC)John Mark Bell2009-05-301-5/+13
* Drop scan target and just fix up the tooling as appropriateJohn Mark Bell2009-05-302-29/+28
* It helps if you get your conditionals the right way round.John Mark Bell2009-05-301-1/+1
* More intelligenceJohn Mark Bell2009-05-301-3/+6
* First attempt at some kind of static analysis targetJohn Mark Bell2009-05-301-0/+11
* This should accomodate the antique sed in BeOS which doesn't handle -i.François Revel2009-04-241-12/+13
* Ensure consistency between static and shared library names.John Mark Bell2009-04-211-6/+2
* Fix TESTLDFLAGS for shared object name changeDaniel Silverstone2009-04-211-1/+5
* Update the shared object building in the shared makesystemDaniel Silverstone2009-04-212-8/+14
* Distinguish between building on vanilla BeOS and Haiku.John Mark Bell2009-04-171-4/+23
* It helps if you define the correct variable.John Mark Bell2009-04-171-1/+1
* Default prefix to /boot/common.John Mark Bell2009-04-171-3/+3
* First cut at BeOS/Haiku support.John Mark Bell2009-04-161-0/+22
* Make symlinks relativeJohn Mark Bell2009-04-031-2/+2