summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.Chris Young2010-05-031-2/+1
| | | | | | | | | This fixes the bug with lpu's iconv filter causing freezing on OS4 NetSurf. With an appropriate font (eg. Bitstream Cyberbit) Japanese characters will now display. Test websites work, but proper Japanese websites cause an assert which may be caused by amiga/font.c incorrect text size calculations. svn path=/trunk/netsurf/; revision=10546
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-031-2/+4
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-031-1/+1
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Tweak for OS4.1 Update 2Chris Young2010-04-301-2/+2
| | | | svn path=/trunk/netsurf/; revision=10532
* Install missing GTK resourcesJohn Mark Bell2010-04-191-0/+3
| | | | svn path=/trunk/netsurf/; revision=10437
* Fix preprocessor definition for svgtinyJohn Mark Bell2010-04-111-2/+2
| | | | svn path=/trunk/netsurf/; revision=10358
* Format build config output into columns. Only tested native RISC OS build ↵Michael Drake2010-04-061-50/+50
| | | | | | and native GTK and framebuffer builds on Linux. svn path=/trunk/netsurf/; revision=10255
* Attempt to make the config messages clearer. Add auto-detection of ↵James Bursa2010-04-061-25/+36
| | | | | | libsvgtiny option to gtk build. svn path=/trunk/netsurf/; revision=10253
* More GTK install resources.Michael Drake2010-02-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=10043
* Don't gzip SearchEngines on installationRob Kendrick2010-02-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=10040
* Fix GTK install to install other glade files.Michael Drake2010-02-131-4/+8
| | | | svn path=/trunk/netsurf/; revision=10038
* Fix GTK installation targetRob Kendrick2010-02-131-2/+1
| | | | svn path=/trunk/netsurf/; revision=10036
* Add Windows frontendVincent Sanders2010-01-311-5/+51
| | | | svn path=/trunk/netsurf/; revision=9940
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+11
| | | | svn path=/trunk/netsurf/; revision=9729
* Test with -fno-strict-aliasing.Michael Drake2009-08-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=9109
* Search pkg-config for libcares, too.John Mark Bell2009-08-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=9004
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-15/+16
| | | | svn path=/trunk/netsurf/; revision=8752
* s/libnsfb-0/libnsfb/Michael Drake2009-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=8125
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-93/+18
| | | | svn path=/trunk/netsurf/; revision=8122
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-201-1/+2
| | | | | | | | Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899
* Revert accidental commit of hacked MakefileJohn Mark Bell2009-05-281-4/+0
| | | | svn path=/trunk/netsurf/; revision=7610
* Lose redundant variable.John Mark Bell2009-05-281-0/+4
| | | | | | Ensure name_t is used in tree_delete_node_internal() svn path=/trunk/netsurf/; revision=7609
* Add OpenSSL to the cflags/ldflags.John Mark Bell2009-05-231-8/+12
| | | | | | | | Fix GTK installation target. This is based on a patch from Dmitry Artamonow. svn path=/trunk/netsurf/; revision=7530
* Add external lib detections for BeOS.François Revel2009-04-241-0/+19
| | | | svn path=/trunk/netsurf/; revision=7308
* Sync library names with realityJohn Mark Bell2009-04-211-9/+9
| | | | svn path=/trunk/netsurf/; revision=7223
* Update framebuffer paths to use PREFIX, add install-framebuffer targetDaniel Silverstone2009-04-211-1/+7
| | | | svn path=/trunk/netsurf/; revision=7222
* Missing documentation install for gtk targetDaniel Silverstone2009-04-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=7211
* Update the pkg-config stuff to the new .pc namesDaniel Silverstone2009-04-211-23/+23
| | | | svn path=/trunk/netsurf/; revision=7209
* Improve notification of features that have been disabled in the build ↵John Mark Bell2009-04-211-1/+1
| | | | | | configuration. svn path=/trunk/netsurf/; revision=7149
* BeOS/Haiku installation target (credit: Matt Madia)John Mark Bell2009-04-171-0/+16
| | | | svn path=/trunk/netsurf/; revision=7118
* Hubbub is no longer optional.John Mark Bell2009-04-171-93/+82
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Purge debug target -- it spent most of its life broken.John Mark Bell2009-04-161-28/+4
| | | | | | In future, we can use the framebuffer frontend with a null output handler, which gives us effectively the same thing with less special-case stuff. svn path=/trunk/netsurf/; revision=7107
* Reflect changes to library names and pkg-config control files.John Mark Bell2009-04-031-31/+31
| | | | svn path=/trunk/netsurf/; revision=7039
* Missed a fix for C++ files, .d end up being object files...François Revel2009-03-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=6999
* Fixed the dep tracking for gcc2, finally... the dependancy_generate_c should ↵François Revel2009-03-291-18/+15
| | | | | | probably be merged now as most dep is done in compile_c... svn path=/trunk/netsurf/; revision=6988
* Revert accidental commitJohn Mark Bell2009-03-281-7/+7
| | | | svn path=/trunk/netsurf/; revision=6952
* More aliasing fixes.John Mark Bell2009-03-281-7/+7
| | | | svn path=/trunk/netsurf/; revision=6951
* Include the right default build options file.Michael Drake2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6939
* Fix the fix... $(CC) will work better for C files...François Revel2009-03-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=6814
* Quick fix for building with gcc2. It's getting quite ugly though...François Revel2009-03-211-0/+9
| | | | svn path=/trunk/netsurf/; revision=6813
* fix able frontendVincent Sanders2009-03-161-1/+3
| | | | svn path=/trunk/netsurf/; revision=6791
* More shared objectsChris Young2009-03-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=6783
* Better AmigaOS GCC fix (thanks jmb)Chris Young2009-03-081-5/+0
| | | | svn path=/trunk/netsurf/; revision=6734
* Force AmigaOS GCC version to 4Chris Young2009-03-081-0/+4
| | | | svn path=/trunk/netsurf/; revision=6732
* Improve freetype build integration (from hiyuh)Vincent Sanders2009-02-271-2/+2
| | | | | | Improve error checking on font initialization svn path=/trunk/netsurf/; revision=6655
* Add a resources Makefile, support host tools, and add support to build ↵Daniel Silverstone2009-02-261-0/+10
| | | | | | framebuffer assets from PNG resources svn path=/trunk/netsurf/; revision=6631
* Allow non-gcc-2.x builds to use -MMD -MT -MF flags to dep-as-we-compile, ↵Daniel Silverstone2009-02-261-12/+8
| | | | | | reducing build time quite a bit svn path=/trunk/netsurf/; revision=6624
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-49/+7
| | | | svn path=/trunk/netsurf/; revision=6599
* Ensure that the FB frontend sets a subtarget, otherwise error out. This ↵Daniel Silverstone2009-02-201-0/+5
| | | | | | prevents silly mistakes like 'NETSURF_FB_FRONTEND := SDL' which had me stumped for a few minutes. svn path=/trunk/netsurf/; revision=6571
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-201-0/+5
| | | | svn path=/trunk/netsurf/; revision=6570