summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/Makefile
Commit message (Collapse)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
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contrib/Makefile: fix regex to match one-or-moreSteven Noonan2009-10-261-2/+2
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contrib/Makefile: hack to eliminate need for absolute pathsSteven Noonan2009-10-251-3/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contrib/Makefile: add check for Makefile existence in subdirsSteven Noonan2009-10-251-5/+15
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contrib/Makefile: improve readibility of directory check errorSteven Noonan2009-10-251-0/+4
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefile: move contrib directory check to contrib/MakefileSteven Noonan2009-10-251-1/+5
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Makefile: bomb on 'make'-in-subdirectory failureSteven Noonan2009-10-251-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: fix parallel make and simplify MinGW buildsSteven Noonan2009-10-241-132/+14
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contrib/Makefile: add SDL as dependency of SDL_imageSteven Noonan2009-10-201-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Makefile: attempt to use 'autoreconf' in SDL and SDL_image buildsSteven Noonan2009-10-191-0/+2
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* mingw-cross: eliminate need to override uname_S on make command lineSteven Noonan2009-10-191-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* SDL: pay attention to CONFIGURE_FLAGSSteven Noonan2009-10-171-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contrib/Makefile: pay attention to CONFIGURE_FLAGS variableSteven Noonan2009-10-171-3/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Makefile: get rid of some 'make clean' errorsMatthew Cline2009-10-171-8/+8
| | | | | | When doing "make clean" for contribs, don't give an error if a submodule isn't checked out, or if the module's makefile has a 'clean' target but not a 'distclean' target.
* makefiles & contribs: add support for MinGW tiles buildsSteven Noonan2009-10-161-0/+138
Incredibly hairy to get this to work, largely because MinGW's GCC is picky about the link order, among other things. But now we have a working build! Signed-off-by: Steven Noonan <steven@uplinklabs.net>