summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* makefile: fix .cc file dependenciesSteven Noonan2009-10-241-1/+1
* makefile: set '.contrib-libs' file as an intermediateSteven Noonan2009-10-241-0/+3
* makefile: correct contributing library dependenciesSteven Noonan2009-10-241-46/+18
* makefile: move '-g' option to CFOTHERS, making it a global flagSteven Noonan2009-10-241-1/+1
* makefile: rename 'LIB' variable to 'LIBS'Steven Noonan2009-10-241-16/+16
* makefile: redirect stdout to /dev/null during 'make test'Steven Noonan2009-10-221-1/+1
* makefile: fix MacPorts-based tiles buildSteven Noonan2009-10-221-1/+3
* makefile: make test into phony target, fix path to $(GAME)Steven Noonan2009-10-211-2/+2
* makefile: don't make test target depend on 'profile'Steven Noonan2009-10-211-2/+2
* makefile: add option for ncurses install prefixSteven Noonan2009-10-211-10/+16
* Fix non-fastdep depend target.Robert Vollmert2009-10-211-1/+1
* Makefile: add -lSDL_image to LIB line for pkg-config based buildsSteven Noonan2009-10-201-1/+1
* makefile: simplify cross-compiles, eliminate need for sdl-configSteven Noonan2009-10-201-56/+37
* makefile: fix consistency of 'NEEDS_*' -> 'NEED_*'Steven Noonan2009-10-201-16/+16
* makefile: force regeneration of compflag.h and build.h on revision changeSteven Noonan2009-10-191-3/+7
* makefile: move compflag.h target closer to build.h targetSteven Noonan2009-10-191-6/+4
* compflag.h: generate via perl script instead of shellSteven Noonan2009-10-191-16/+3
* makefile: cosmetic fixSteven Noonan2009-10-191-3/+3
* mingw-cross: eliminate need to override uname_S on make command lineSteven Noonan2009-10-191-0/+8
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-191-8/+0
* makefile: try to use full gcc compiler name when possibleSteven Noonan2009-10-191-5/+22
* makefile: fix doublequote escaping for compflag.hSteven Noonan2009-10-191-5/+5