summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-18/+13
| | | | and C++
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-2/+1
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-1/+1
|
* fix mngectony makefilesVincent Sanders2014-01-041-1/+1
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+1
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* make monkey frontend use new options codeVincent Sanders2013-05-281-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-1/+0
|
* make macro name more correctVincent Sanders2012-12-131-16/+17
|
* try without option altogetherVincent Sanders2012-12-131-1/+2
|
* let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
|
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
|
* Disable unused-but-set-variable warnings until such time as the JS bindings ↵Daniel Silverstone2012-11-021-1/+1
| | | | are complete (or bodged)
* add javascript compilation to monkeyVincent Sanders2012-10-221-20/+24
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+17
| | | | Install target is for installing on the local machine and package generates a package
* link math libraryVincent Sanders2012-08-131-1/+1
|
* Fix build: we need libdom now.John-Mark Bell2012-08-011-2/+2
|
* Monkey does not need _GNU_SOURCEDaniel Silverstone2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13596
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-1/+1
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+65
svn path=/trunk/netsurf/; revision=11968