summaryrefslogtreecommitdiff
path: root/.Makefile.inc
AgeCommit message (Expand)Author
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-30Remove include/inspircd_se_config.h and socketengine-specific headersdanieldg
2009-09-27Buildsystem updatesdanieldg
2009-09-22Run configure -update on all svn/git changesdanieldg
2009-09-18Fix unit-cc when build is not a direct subdirectory of source; create make ru...danieldg
2009-09-17Update make help, configure, and fix build of empty m_* directoriesdanieldg
2009-09-17Remove .*.d dependency garbage, and use a dedicated build directorydanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-16Allow make on a read-only source tree using make O=objdirdanieldg
2009-09-15Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwindanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-03Remove COMPILE_ROOT and MAKESTYLE variablesdanieldg
2009-09-01Move file inclusion logic into calcdep, and complain about ambiguous #include...danieldg
2009-09-01Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etcdanieldg
2009-09-01Consolidate root-level Makefile targets to clarify common specificationsdanieldg
2009-09-01Move bsd-dep.mk/gnu-dep.mk to top-level Makefiledanieldg
2009-09-01Add "make single" target and fix slow depfile generation on "make module"danieldg
2009-09-01Replace special treatment of spanningtree module directory with a generic dir...danieldg
2009-09-01Move compiler flag selection from configure to Makefile; add support for Inte...danieldg
2009-09-01Clean up unneeded messages, fix BSD makedanieldg
2009-09-01Fix "make module" to include dependency generationdanieldg
2009-09-01./configure fixes: -modupdate is no longer needed, -update no longer forces a...danieldg
2009-09-01Re-implement dependency generation in perl to increase speeddanieldg
2009-09-01Fix install of module .so filesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-09-01Move dependency tracking from ./configure to Makefiledanieldg
2009-06-07Makefile updates: clean up some installation assumptionsdanieldg
2009-06-06Makefile updates: Add "make help" and "make M=m_modname" to build an individu...danieldg
2009-06-01Ignore and remove {BSD,GNU}makefiledanieldg
2009-06-01Makefile updates: Fix BSD make conditionalsdanieldg
2009-06-01Makefile updates: Allow run-cc wrapper to be disabled by "make V=1"danieldg
2009-06-01Makefile updates: clean up command linesdanieldg
2009-05-30Makefile updates: remove MAKEPROG/MAKEORDERdanieldg
2009-05-02Remove commands makefile also on make distclean.w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-12Allow install path with spaces (dont escape the spaces). Fixes bug #717 repor...peavey
2009-01-02Update copyrights for 2009.w00t
2008-11-27Forward-port: Created commit fcadb0b: Change rm to force removal for configur...w00t
2008-05-06Removed the verbosity in 'make clean' to fix issues with OpenBSD and possibly...special
2008-04-13Here toow00t
2008-02-24Remove the 'making modules' linebrain
2008-02-24Make run-cc show ARCHIVE step(s), also get rid of 'entering/leaving directory...aquanight
2008-02-10Now very tidy make output, with pretty colours :pbrain
2008-02-02Make m_password_hash able to pick up hasher modules after it's loaded, meanin...aquanight
2008-01-19Modules using NoPedantic now properly respect 'make debug'.aquanight
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-23Make clean should clean the socketengine objectsbrain
2007-10-23Auto generate the install list, no more need to insert it into the .makefile....brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t