summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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