aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* simple expansion test passes.Gravatar Brendan Taylor2009-07-06
|
* Aaron Griffin [PATCH 1/4] Add libgthread-2.0 to pkg-config, for OSXGravatar Aaron Griffin2009-06-20
|
* Aaron Griffin [PATCH 3/4] Replace cp -ax with -p, for OSX compatGravatar Aaron Griffin2009-06-20
|
* Aaron Griffin [PATCH 2/4] Remove install -D arg, OSX compatibilityGravatar Dieter Plaetinck2009-06-20
|
* add '-lgthread-2.0' to CFLAGS because compilation fails for some peopleGravatar Jacob Todd2009-06-10
|
* more suited make target namesGravatar Dieter Plaetinck2009-06-07
|
* fixes to make the dir refactoring workGravatar Dieter Plaetinck2009-06-07
|
* make the whole xdg/dev directories /configs etc more sense making. now ↵Gravatar Dieter Plaetinck2009-06-07
| | | | theres just one config you can directly copy into your home and use without editing. the same config can be used while developing, the Makefile just overrides 2 xdg variables. also the scripts can be a bit simpler now
* merge in some fixes + basic uzbl icon from urantherGravatar Dieter Plaetinck2009-06-07
|\
* | when devving, --verbose is useful + without --config theres a change that ↵Gravatar Dieter Plaetinck2009-06-07
| | | | | | | | $HOME/.. gets loaded
| * merged with Dieterbe/experimental, finallyGravatar uranther2009-06-06
| |\ | |/ |/|
| * Revert "Added -std=gnu99 to Makefile. strtof() came with c99, which is why ↵Gravatar uranther2009-06-06
| | | | | | | | | | | | GCC was throwing a warning on compilation. Zoom works now" This reverts commit 59399c365a8f9dbfaa1486bca2bc2f01ee7c434e.
* | uzbl now builds on OpenBSDGravatar Abel `00z' Camarillo2009-06-06
|\ \
* | | Build in C99 modeGravatar Maximilian Gaß2009-06-06
| | |
* | | Makefile: Renamed CPPFLAGS -> CFLAGSGravatar Maximilian Gaß2009-06-06
| | |
| | * disregard that i suck cocksGravatar uranther2009-06-04
| | |
| | * Merge branch 'experimental'; commit 'origin/experimental' into experimentalGravatar uranther2009-06-04
| | |\
| | * | disregard that i suck cocksGravatar uranther2009-06-04
| | | |
| | | * These changes were necessary to build a debian packageGravatar uranther2009-06-04
| | |/
| | * added uzbl icon to windowGravatar uranther2009-06-03
| | |
| | * Added -std=gnu99 to Makefile. strtof() came with c99, which is why GCC was ↵Gravatar uranther2009-06-03
| |/ |/| | | | | throwing a warning on compilation. Zoom works now
* | Added support for altering install prefixGravatar Mark Nevill2009-05-29
| |
* | better support for CPP/LDFLAGS environment variables in buildGravatar Mark Nevill2009-05-29
| |
| * uzbl now builds on OpenBSDGravatar Abel `00z' Camarillo2009-05-24
|/
* AUTHORSGravatar Robert Manea2009-05-23
|
* support for some default settings so that uzbl is more uzbl by default ↵Gravatar Dieter Plaetinck2009-05-21
| | | | (without config file)
* Add -ggdb to Makefile. Remove it when merging to diet's MASTERGravatar DuClare2009-05-20
|
* docs path fixGravatar Dieter Plaetinck2009-05-16
|
* documentation overhaulGravatar Dieter Plaetinck2009-05-16
|
* first draft of new config specGravatar Dieter Plaetinck2009-05-09
|
* Now supports all values uname() can grab in the user agent. See sampleconfig ↵Gravatar Barrucadu2009-05-04
| | | | for all variables.
* Added KERNVER, ACH, and COMMIT variables to user agent.Gravatar Barrucadu2009-05-04
|
* make uninstall targetGravatar Dieter Plaetinck2009-05-01
|
* uzbl is automaticaly rebuild in make test/-config/-devGravatar Premysl 'Anydot' Hruby2009-04-30
|
* Replaced FIFO interface with socket.Gravatar Barrucadu2009-04-29
|
* notes for newcomersGravatar Dieter Plaetinck2009-04-27
|
* reorganize/refactor example scripts/config / bookmark file etc so that its ↵Gravatar Dieter Plaetinck2009-04-27
| | | | easier for new users + separate config for development
* Revert "Merge branch 'experimental' of git://github.com/axelson/uzbl into ↵Gravatar Barrucadu2009-04-27
| | | | | | | axelson/experimental" This reverts commit b7bfd454d19a611638440340d6c8efc3d21b9494, reversing changes made to 4a80918204bd7361b9b8c9fdbed986790fa0d12f.
* "make test" now goes to uzbl.orgGravatar Barrucadu2009-04-27
|
* Made makefile more robustGravatar Jason Axelson (dell.server)2009-04-26
| | | | | | | | By using the .PHONY directive we can avoid errors that appear when there are already files by that name in the directory. For example: If we put a file called clean in the directory, than make clean would not execute because the file 'clean' is already made.
* include sample configGravatar Dieter Plaetinck2009-04-26
|
* install targetGravatar Dieter Plaetinck2009-04-26
|
* More rational Makefile.Gravatar Packz Enoch2009-04-25
|
* simple commandline argument parsing supportGravatar Dieter Plaetinck2009-04-21
|
* test make targetGravatar Dieter Plaetinck2009-04-21
|
* makefile to compile it :)Gravatar Dieter Plaetinck2009-04-21