summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* makefile: add example CFOPTIMIZE flags for Intel's compilerSteven Noonan2009-10-121-0/+2
* * Add -DDEBUG to DEFINES when DEBUG is set.Matthew Cline2009-10-121-1/+2
* makefile: move WIN32TILES and WIN32CONSOLE macros to local listSteven Noonan2009-10-121-2/+2
* makefile: disable architecture-specific optimizationsSteven Noonan2009-10-121-1/+3
* makefiles: set up global vs. local cflags, optimize sqlite buildSteven Noonan2009-10-121-31/+56
* makefile: kill annoying 'Wuninitialized not supported without -O' warningSteven Noonan2009-10-121-0/+2
* makefile: don't rebuild the makefile.dep with clean or distclean targetsSteven Noonan2009-10-121-0/+4
* makefile: fix build on Mac OS X when APPLE_GCC=nSteven Noonan2009-10-121-3/+5
* makefiles: add APPLE_GCC option, to enable or disable use of Apple's GCCSteven Noonan2009-10-121-17/+31