summaryrefslogtreecommitdiff
path: root/.Makefile.inc
AgeCommit message (Expand)Author
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
2007-10-15Make install the lib, toobrain
2007-09-28w00t forgot to edit these out.eggy
2007-07-25Put FileLogger in it's own class. Useful when logging doing more focused loggingpeavey
2007-07-24And this should be the last staticpeavey
2007-07-24And install libIRCDserver too :>peavey
2007-06-21Apply OSX patch from BuildSmart that fixes installation issues.peavey
2007-06-20Clarify what generates Makefile, to prevent any new developers making the sam...w00t
2007-06-16Remove inspircd_config.h and inspircd_se_config.h in configclean (subjob of d...brain
2007-06-12Upstream patch from <mm@freebsd.org>brain
2007-06-05Same herebrain
2007-05-19I forgot to install cmd_reloadmodule.so, therefore the command wont workbrain
2007-05-06Now it deletes the makefiles toobrain
2007-05-06make distclean now removes .config.cache (thanks HiroP)brain
2007-02-01New patch from BuildSmart for OS X support, not broken like the last onew00t
2007-01-28Whoops, switch around order of makefile rules so its not always assumed to be...brain
2007-01-28Add message about how building with debug makes huuuuuuuuuuuuuuge slower exec...brain
2007-01-28Added 'make debug' which does 'make all' with -g rather than -O2 -g1.brain
2007-01-24Fucking grr.brain
2007-01-23Make our makefile bsd compatible again :/brain
2007-01-23Integrate OSX patches from BuildSmart, plus a few tweaks and fixesbrain
2007-01-19fix for installing modules twice.peavey
2007-01-18Add support for: "make modinstall"brain
2007-01-18More complex module directories complicate make cleanbrain
2007-01-08Someone forgot to add clearcache to the makefile install (thanks AnMaster)special
2007-01-04Run ./configure -modupdate to fix "make install" error. INSTMODE doesnt seem ...brain
2007-01-04Merge buildsystem tweaks from darix:brain
2007-01-01Made 'make modclean' and 'make distclean' clean out the default lib/ install ...special