summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use $(MAKE) not make -- on BSD, make is no good so we need gmake.Adam Borowski2009-11-251-1/+1
* contrib/Makefile: use perl instead of sed for the stupid hackSteven Noonan2009-10-261-2/+2
* contrib/Makefile: fix regex to match one-or-moreSteven Noonan2009-10-261-2/+2
* contrib/Makefile: hack to eliminate need for absolute pathsSteven Noonan2009-10-251-3/+3
* contrib/Makefile: add check for Makefile existence in subdirsSteven Noonan2009-10-251-5/+15
* contrib/Makefile: improve readibility of directory check errorSteven Noonan2009-10-251-0/+4
* makefile: move contrib directory check to contrib/MakefileSteven Noonan2009-10-251-1/+5
* Makefile: bomb on 'make'-in-subdirectory failureSteven Noonan2009-10-251-1/+1
* contribs: fix parallel make and simplify MinGW buildsSteven Noonan2009-10-241-132/+14
* contrib/Makefile: add SDL as dependency of SDL_imageSteven Noonan2009-10-201-1/+1
* Makefile: attempt to use 'autoreconf' in SDL and SDL_image buildsSteven Noonan2009-10-191-0/+2
* mingw-cross: eliminate need to override uname_S on make command lineSteven Noonan2009-10-191-1/+1
* SDL: pay attention to CONFIGURE_FLAGSSteven Noonan2009-10-171-1/+1
* contrib/Makefile: pay attention to CONFIGURE_FLAGS variableSteven Noonan2009-10-171-3/+3
* Makefile: get rid of some 'make clean' errorsMatthew Cline2009-10-171-8/+8
* makefiles & contribs: add support for MinGW tiles buildsSteven Noonan2009-10-161-0/+138