summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* BeOS: I can now use *ng and jpeg... Also link to libtranslation, it's used ↵François Revel2008-06-051-3/+5
| | | | | | to load the throbber pngs. Switched from beres to rc as ressource compiler, it should allow importing external css and html files from resources. svn path=/trunk/netsurf/; revision=4264
* Added BeOS specific host & target detection.François Revel2008-06-031-4/+132
| | | | | | | As BeOS needs gcc2 some hacking is required on the dependancy generation... Added support for using resources, and C++ code. svn path=/trunk/netsurf/; revision=4255
* Fix native RISC OS build. Thanks joty.Michael Drake2008-05-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=4228
* Update optimisation/warning flagsDaniel Silverstone2008-05-261-4/+11
| | | | svn path=/trunk/netsurf/; revision=4204
* Fix debug build some more. Disable optimisation for debug build.John Mark Bell2008-05-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=4203
* Add TARGET=debug and fix the debug build.James Bursa2008-05-251-3/+17
| | | | svn path=/trunk/netsurf/; revision=4202
* Add .PHONY line. Suggestion from Philip Boulain prb@ecs.soton.ac.ukJohn Tytgat2008-05-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=4197
* Use CCACHE if available on non-riscos host platformsDaniel Silverstone2008-05-191-0/+7
| | | | svn path=/trunk/netsurf/; revision=4179
* Updated comments on RISC OS HOST determination issue.John Tytgat2008-04-071-3/+6
| | | | svn path=/trunk/netsurf/; revision=4086
* Native RISC OS building: create sym file in the build directory instead of ↵John Tytgat2008-04-071-3/+3
| | | | | | current directory. svn path=/trunk/netsurf/; revision=4085
* I want a symbol list, thank youAdrian Lees2008-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=4070
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-2/+3
| | | | svn path=/trunk/netsurf/; revision=4051
* Deal with $(shell ...) being successful on RISC OS and uname -s not ↵John Mark Bell2008-03-231-0/+5
| | | | | | returning "riscos" svn path=/trunk/netsurf/; revision=4040
* Add GCCSDK 4 support (cross-compile, static ELF only atm); Ignore codedocs ↵John Tytgat2008-03-221-21/+42
| | | | | | directory during 'svn status'. svn path=/trunk/netsurf/; revision=4031
* - 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