summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* makefile: correct dependencies to always generate build.h and compflag.hSteven Noonan2009-10-181-1/+1
* makefile: remove 'compile-flags' target/dependencyMatthew Cline2009-10-181-1/+1
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-181-25/+15
|\
| * makefile: don't use intermediate .compflag.h fileSteven Noonan2009-10-181-25/+15
* | makefile: EXTERNAL_FLAGS_L and EXTERNAL_FLAGSMatthew Cline2009-10-181-2/+2
|/
* Add compilation information to Version namespaceMatthew Cline2009-10-181-4/+31
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+9
* gcc-gte.pl: use 1/0 instead of Yes/NoSteven Noonan2009-10-181-3/+2
* AUTO_OPT: add a bit of flexibility for future porting, Mac OS X supportSteven Noonan2009-10-181-20/+19
* makefile: Automatically optimize for your machineMatthew Cline2009-10-171-3/+22
* makefile: add option for static linkingSteven Noonan2009-10-171-0/+4
* makefile: don't use the system's sdl-config on a cross-compileSteven Noonan2009-10-171-0/+2
* makefile: export CONFIGURE_FLAGS variableSteven Noonan2009-10-171-0/+1
* makefile: add -Wno-uninitialized on < GCC 4.0Steven Noonan2009-10-171-1/+2
* makefile: basic cross-compilation supportSteven Noonan2009-10-171-0/+13
* INSTALL.txt: updated to reflect current build systemSteven Noonan2009-10-161-80/+75
* makefile: cleaning up, improving readibility and speedSteven Noonan2009-10-161-122/+81
* makefile: fix to specifically reference the self-built libSteven Noonan2009-10-161-3/+2
* makefiles & contribs: add support for MinGW tiles buildsSteven Noonan2009-10-161-74/+79
* makefile: add 'REPORT' flag, for compile time profilingSteven Noonan2009-10-161-1/+5
* makefile: New targets clean-pcre and clean-contribMatthew Cline2009-10-151-2/+8
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-141-9/+24
* makefile: fix warning flag order and contentsSteven Noonan2009-10-141-2/+2
* makefile: detect if GCC is >= 4.3.0 before adding -Wno-array-boundsSteven Noonan2009-10-141-1/+8
* makefiles: 'clean'/'distclean' now do RM on all intermediates at onceSteven Noonan2009-10-141-15/+7
* makefile: stomp stupid "ignoring return value of 'int foo()', declared with a...Steven Noonan2009-10-141-1/+1
* makefile: disable stupid "array subscript is above array bounds" errorsSteven Noonan2009-10-141-1/+1
* makefile: add USE_PCRE option to force usage of PCRE for regexSteven Noonan2009-10-141-3/+11
* makefile: include DEFINES_L in CFLAGS_LSteven Noonan2009-10-131-1/+1
* makefile: move USE_ICC conditional to avoid CFWARN changesSteven Noonan2009-10-131-16/+12
* makefile: disable some annoying ICC warningsSteven Noonan2009-10-131-1/+3
* makefile: add ICC support through use of USE_ICC=y flagSteven Noonan2009-10-131-2/+17
* makefile: fix dependencies for levcomp.lex.ccSteven Noonan2009-10-121-1/+1