summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* makefile: use more sane rules for regenerating build.h/compflag.hSteven Noonan2009-10-251-6/+2
* makefile: initial work to improve 'install' targetSteven Noonan2009-10-251-24/+47
* makefile: auto-rebuild contribs if neededSteven Noonan2009-10-251-1/+3
* makefile: allow build.h to be generated based on git-merge-baseSteven Noonan2009-10-251-1/+5
* makefile: replace 'atomic' with simplified resulting codeSteven Noonan2009-10-251-6/+5
* makefile: move EXTRA_LIBS to be after CONTRIB_LIBS (fix MinGW tiles build)Steven Noonan2009-10-251-1/+1
* makefile: use atomic target for contribsSteven Noonan2009-10-251-21/+19
* Revert "makefile: remove phony 'contrib' target, use .contrib-libs instead"Steven Noonan2009-10-251-4/+7
* makefile: remove phony 'contrib' target, use .contrib-libs insteadSteven Noonan2009-10-251-7/+4
* makefile: generate dependencies using GCC by defaultSteven Noonan2009-10-241-11/+19