summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+6
|
* remove redundant compiler version overrideVincent Sanders2012-12-141-2/+0
|
* fix change to CC_MAJOR for beosVincent Sanders2012-12-141-1/+1
|
* make the Make rules for compiler versioning be more portable with fewer ↵Vincent Sanders2012-12-141-2/+3
| | | | shell calls
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-2/+12
|
* move the cut n pasted -Wuninitialized from Makefile.config alongsideVincent Sanders2012-12-131-1/+1
| | | | all the other warning flags in the standard location
* add pkg-config macro for libraries which are not controled by configurationVincent Sanders2012-12-131-0/+25
|
* make macro name more correctVincent Sanders2012-12-131-1/+3
|
* make monkey target take notice of GCCSDK_INSTALL_ENV andVincent Sanders2012-12-131-2/+15
| | | | GCCSDK_INSTALL_CROSSBIN environment values
* use g++ to link on riscosVincent Sanders2012-12-101-1/+3
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-1/+1
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Create directories before compiling templates. I do not understand why this ↵Rob Kendrick (humdrum)2012-11-061-0/+1
| | | | isn't a problem for Jenkins.
* Fix it so that the JSAPI bindings are rebuilt if sources are touchedDaniel Silverstone2012-11-041-0/+1
|
* Try to compress the messages filesRob Kendrick (fatigue)2012-11-041-1/+1
|
* Allow suffix on language split macro destinationRob Kendrick (fatigue)2012-11-031-2/+3
|
* Have FatMessages macro mkdir -p the destination directory, and have Amiga ↵Rob Kendrick (fatigue)2012-11-031-0/+1
| | | | front end use macro
* Add a macro to split and install messages files, and have gtk front end use it.Rob Kendrick (monotony)2012-11-031-0/+9
|
* auto-detect cairoChris Young2012-10-131-1/+3
|
* Set SQUEEZE variable.Michael Drake2012-10-071-0/+2
|
* Split install and package targets.Vincent Sanders2012-08-231-51/+4
| | | | Install target is for installing on the local machine and package generates a package
* make ccache detection more portableVincent Sanders2012-08-201-1/+1
|
* enable ccache where availableVincent Sanders2012-08-201-5/+7
|
* change to use netsurf toolchain buildVincent Sanders2012-07-231-5/+6
|
* Plumbing for Atari cross-compilationJohn-Mark Bell2012-07-201-2/+19
|
* Remove file-by-file gzipping of GTK UI files, always copy all of them.Rob Kendrick (monotony)2012-07-011-13/+1
| | | | | | | | Everybody always forgets to update this anyway, so just copy them all. This also means we're no longer gzipping them, so they're quite fat on disk (515kB or so). Also also, we're copying both GTK2 and GTK3 UI files when only one set will ever be used, but I can't think of a nice way of the Makefile deciding which set to copy at the moment.
* remove junk blank page resourceVincent Sanders2012-06-101-1/+0
| | | | svn path=/trunk/netsurf/; revision=13959
* Testament generation now supports gitDaniel Silverstone2012-06-041-1/+5
| | | | svn path=/trunk/netsurf/; revision=13946
* Fix errors when installing multiple times due to cp failing on .svn directories.François Revel2012-04-121-8/+4
| | | | svn path=/trunk/netsurf/; revision=13859
* set default pkg-config path on Mac OS X to make default build workVincent Sanders2011-09-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=12907
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+9
| | | | svn path=/trunk/netsurf/; revision=12673
* Remove debug output.François Revel2011-05-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=12308
* Automatically build an rdef file importing the resources listed as ↵François Revel2011-05-081-2/+7
| | | | | | dependencies for BeOS. svn path=/trunk/netsurf/; revision=12306
* fix pkgconf error when called for clean targetVincent Sanders2011-04-221-17/+21
| | | | svn path=/trunk/netsurf/; revision=12218
* Rudimentary sanitisation of uname -sJohn Mark Bell2011-04-221-0/+5
| | | | svn path=/trunk/netsurf/; revision=12217
* Try encouraging the auto-build of testament a little harderDaniel Silverstone2011-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12122
* Install new resources too.Michael Drake2011-03-171-0/+2
| | | | svn path=/trunk/netsurf/; revision=12087
* Update gtk install target.Michael Drake2011-03-171-1/+0
| | | | svn path=/trunk/netsurf/; revision=12086
* Set version using testament.h instead of old ARexx scriptChris Young2011-03-131-22/+0
| | | | svn path=/trunk/netsurf/; revision=12028
* Use $(CURDIR) instead of $(shell pwd)John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12021
* Initial testament functionalityDaniel Silverstone2011-03-131-1/+9
| | | | svn path=/trunk/netsurf/; revision=12020
* Ensure we rm the object before attempting compile. Prevents make -j from ↵Daniel Silverstone2011-03-121-0/+4
| | | | | | falsely attempting a link svn path=/trunk/netsurf/; revision=11971
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-1/+3
| | | | svn path=/trunk/netsurf/; revision=11968
* Hackery for amiga/version.c in cross-compiled builds.John Mark Bell2011-03-091-1/+15
| | | | | | It's not clear how the cleanup stuff for this ever worked svn path=/trunk/netsurf/; revision=11958
* Buildsystem hackery to support cross compiling for AmigaOS4John Mark Bell2011-03-091-6/+14
| | | | svn path=/trunk/netsurf/; revision=11952
* Fix install-gtk some moreJohn Mark Bell2011-03-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=11884
* Fix install-gtkJohn Mark Bell2011-03-021-1/+3
| | | | svn path=/trunk/netsurf/; revision=11883
* Tool defaults for windows hostJohn Mark Bell2011-01-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=11458
* Rudimentary msys supportJohn Mark Bell2011-01-231-1/+12
| | | | svn path=/trunk/netsurf/; revision=11457
* Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' ↵François Revel2011-01-191-2/+13
| | | | | | in trunk/. Crashes for now though. Requires some libs installed with macports to /opt/local. svn path=/trunk/netsurf/; revision=11380
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-3/+5
| | | | svn path=/trunk/netsurf/; revision=11218