summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Prefix OBJROOT with "build-" (which is then followed by build platform id ↵John Tytgat2008-03-211-1/+1
| | | | | | | | + NS target plotter). - Update list of objects to be ignored at 'svn status' time. svn path=/trunk/netsurf/; revision=4026
* - Add check TARGET is either "riscos" or "gtk" (or not specified but thenJohn Tytgat2008-03-211-2/+9
| | | | | | | | an appropriate default TARGET value is chosen based on build platform). - Support GCCSDK cross-compilers which are not installed at their default location by making use of GCCSDK_INSTALL_CROSSBIN/GCCSDK_INSTALL_ENV. svn path=/trunk/netsurf/; revision=4025
* Nicer workaround for native RISC OS builders.John Tytgat2008-03-201-6/+12
| | | | svn path=/trunk/netsurf/; revision=3997
* Linker options --start-group/--end-group don't do anything around object ↵John Tytgat2008-03-201-5/+1
| | | | | | files, so we remove them. svn path=/trunk/netsurf/; revision=3995
* Drop -Wcast-qual from WARNFLAGS, as it's simply generating warnings about ↵John Mark Bell2008-03-191-1/+1
| | | | | | safe operations svn path=/trunk/netsurf/; revision=3987
* Use pkg-config, where possibleJohn Mark Bell2008-03-191-11/+15
| | | | svn path=/trunk/netsurf/; revision=3979
* Shift -mthrowback so it's only used when building on a RO hostJohn Mark Bell2008-03-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=3974
* Purge old buildsystem.John Mark Bell2008-03-191-0/+239
Rename Makefile.unix to Makefile. svn path=/trunk/netsurf/; revision=3970