summaryrefslogtreecommitdiff
path: root/.Makefile.inc
AgeCommit message (Expand)Author
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
2006-12-17Add a message to the makefile, when starting the build: "this will take a lon...brain
2006-12-16Fix all the left out examples that dont get copied to the config dir on installbrain
2006-12-16Remove libIRCDaes.so from installpeavey
2006-11-18Apply instmode stuff from darixbrain
2006-10-27Smart trick: the 'build complete' message is now a makefile section of its ow...brain
2006-10-27Have 'make install' make the directories, its really make install's job and n...brain
2006-10-07Add distclean, does the same as squeakclean, just for traditionalistsbrain
2006-09-03Forgot to copy cmd_mode.sobrain
2006-09-02cmd_* files are now shared object. This lets make -j optimize the build proce...brain