summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of system lua/sqliteMatthew Cline2009-11-171-2/+2
* Tweak documentation: pkg-config is needed, but it's not Gnome-specific.David Lawrence Ramsey2009-11-171-1/+1
* Document that Gnome's pkg-config is needed for the tiles build.Adam Borowski2009-11-171-0/+8
* Don't build against contrib lua and sqlite when system libs are available.Adam Borowski2009-11-171-4/+30
* Fix the "depend" target not being always available.Adam Borowski2009-11-171-3/+1
* makefile: only do dependency generation on build of $(GAME)Steven Noonan2009-11-141-4/+24
* makefile: use 'findstring' for target type checksSteven Noonan2009-11-141-3/+3
* makefile: remove obsolete reference to UNSUPPORTED_BUILD variableSteven Noonan2009-11-141-1/+0
* Re-do the "make package-source" target.Adam Borowski2009-11-121-32/+22
* makefile: make fastdep work with tilesMatthew Cline2009-11-111-1/+1
* Indent the prefix/DATADIR parts of the makefile.Adam Borowski2009-11-101-19/+20
* Fix installation with DATADIR="" DESTDIR="" prefix!=""Adam Borowski2009-11-101-0/+4
* Don't chown on DGL builds (Napkin).Adam Borowski2009-11-101-0/+4
* Fix b0rken check for $prefix == /usrAdam Borowski2009-11-091-1/+1
* Doing distclean together with other things is a losing idea, serialize it.Adam Borowski2009-11-091-6/+12
* Don't use /usr/local/games, only /usr/games and /usr/local/bin are in normal ...Adam Borowski2009-11-091-1/+1
* Correct permissions on multi-user installs.Adam Borowski2009-11-091-2/+2
* Document most commonly used build arguments in a handy place.Adam Borowski2009-11-091-0/+30
* Unbreak absolute DATA/SAVEDIRs.Adam Borowski2009-11-091-4/+14
* Don't set a $prefix by default. Set DATADIR/SAVEDIR if $prefix is /usr or /u...Adam Borowski2009-11-091-2/+13
* Special-case $prefix values of /usr and /usr/local to set bin_prefix to "games".Adam Borowski2009-11-091-0/+4
* Support $DESTDIR, as needed by distro packaging.Adam Borowski2009-11-091-2/+6
* Kludge around a stray ' for syntax highlighting.Adam Borowski2009-11-091-1/+1
* Default bin_prefix to . (the install root) on DOS and Windows.Adam Borowski2009-11-091-0/+4
* Install files in docs/develop/levelsAdam Borowski2009-11-091-0/+2
* Silently ignore errors on chmod/chown.Adam Borowski2009-11-091-5/+7
* Link the Windows icon into crawl.exeAdam Borowski2009-11-091-0/+10
* Install the tiles when doing a tiles install...Adam Borowski2009-11-081-0/+4
* Force the binary name to be crawl.exe on DOS.Adam Borowski2009-11-081-0/+1
* Don't make DATADIR mandatory.Adam Borowski2009-11-081-4/+1
* Allow overriding "bin/". Strip on install.Adam Borowski2009-11-081-5/+9
* makefile: New variable EXTERNAL_DEFINESMatthew Cline2009-11-071-0/+2
* makefile: cleanup, simplify, and optimize dependency generation0.6.0-a1Steven Noonan2009-11-061-20/+9
* makefile: util/*.o should also pay attention to CFLAGS changesSteven Noonan2009-11-061-1/+1
* makefile: rebuild .d files and contribs if CFLAGS changeSteven Noonan2009-11-061-4/+4
* makefile: build native arch on Mac OS XSteven Noonan2009-11-061-4/+1
* makefile: change ARCHS variable to use literal archs rather than flagsSteven Noonan2009-11-061-3/+5
* makefile: unify two Darwin-specific sectionsSteven Noonan2009-11-061-7/+5
* Make DOS compilable with just make xxx CROSSHOST=i386-pc-msdosdjgppAdam Borowski2009-11-061-0/+10
* Fix the DOS port.Adam Borowski2009-11-061-0/+4
* makefile: add 'libw32c.o' and 'libunix.o' to clean targetSteven Noonan2009-11-031-1/+1
* makefile: add cflag difference checkSteven Noonan2009-10-311-4/+23
* version.cc: combine CFLAGS_L and CFLAGSSteven Noonan2009-10-311-7/+8
* makefile: remove obsolete config optionSteven Noonan2009-10-261-1/+0
* makefiles: add support for command-line builds of Mac Tiles executablesSteven Noonan2009-10-261-11/+12
* makefile: fix rltile-build contrib dependency chainSteven Noonan2009-10-251-1/+1
* makefile: don't fail 'distclean' target on MacSteven Noonan2009-10-251-0/+3
* makefile: move contrib directory check to contrib/MakefileSteven Noonan2009-10-251-12/+1
* makefile: fix 'distclean' targetSteven Noonan2009-10-251-1/+2
* makefiles: improve 'clean' and 'distclean' targets to clean all outputsSteven Noonan2009-10-251-2/+8