summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove some warnings from freebsd buildVincent Sanders2014-12-211-45/+48
|
* stop using gettimeofday and use the monotonic time interface fron nsutilsVincent Sanders2014-11-261-1/+2
|
* add pkg-config to beos buildVincent Sanders2014-11-141-1/+1
|
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-141-6/+5
|
* Clean up saving as PDFVincent Sanders2014-10-261-3/+0
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* fix copyright year for beos buildVincent Sanders2014-09-071-5/+7
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-15/+39
| | | | and C++
* OpenBSD system headers are not compatible with redundant declaration warning ↵Vincent Sanders2014-09-031-1/+8
| | | | so remove on that OS
* improve iconv library handlingVincent Sanders2014-04-301-3/+36
|
* move testament output to object directory instead of modifying sourceVincent Sanders2014-04-081-8/+4
|
* remove all references to using libMNGVincent Sanders2014-01-041-1/+0
|
* add framebuffer cross compiling supportVincent Sanders2013-05-121-2/+15
|
* add transifex message file integrationVincent Sanders2013-05-071-0/+13
|
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+2
|
* Improve the message split script to allow alternate output formatsVivek Dasmohapatra2013-05-011-2/+2
|
* Ensure split messages are cleaned upVincent Sanders2013-04-281-0/+11
|
* all-program now splits fatmessages for generic in-tree executionDaniel Silverstone (parasomnia chroot)2013-04-101-0/+1
|
* beos: update copyright years in the version infoFrançois Revol2013-03-211-1/+1
|
* split sources lists out to their subdirectories as first step towards using ↵Vincent Sanders2013-03-111-1/+34
| | | | core buildsystem
* 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