]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - .Makefile.inc
Fix unit-cc when build is not a direct subdirectory of source; create make rule for...
[user/henk/code/inspircd.git] / .Makefile.inc
2009-09-18 danieldgFix unit-cc when build is not a direct subdirectory...
2009-09-17 danieldgUpdate make help, configure, and fix build of empty...
2009-09-17 danieldgRemove .*.d dependency garbage, and use a dedicated...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-16 danieldgAllow make on a read-only source tree using make O...
2009-09-15 danieldgFix null ExtensionItem when unregistering hooks; fix...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-03 danieldgRemove COMPILE_ROOT and MAKESTYLE variables
2009-09-01 danieldgMove file inclusion logic into calcdep, and complain...
2009-09-01 danieldgUse CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc
2009-09-01 danieldgConsolidate root-level Makefile targets to clarify...
2009-09-01 danieldgMove bsd-dep.mk/gnu-dep.mk to top-level Makefile
2009-09-01 danieldgAdd "make single" target and fix slow depfile generatio...
2009-09-01 danieldgReplace special treatment of spanningtree module direct...
2009-09-01 danieldgMove compiler flag selection from configure to Makefile...
2009-09-01 danieldgClean up unneeded messages, fix BSD make
2009-09-01 danieldgFix "make module" to include dependency generation
2009-09-01 danieldg./configure fixes: -modupdate is no longer needed,...
2009-09-01 danieldgRe-implement dependency generation in perl to increase...
2009-09-01 danieldgFix install of module .so files
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-09-01 danieldgMove dependency tracking from ./configure to Makefile
2009-06-07 danieldgMakefile updates: clean up some installation assumptions
2009-06-06 danieldgMakefile updates: Add "make help" and "make M=m_modname...
2009-06-01 danieldgIgnore and remove {BSD,GNU}makefile
2009-06-01 danieldgMakefile updates: Fix BSD make conditionals
2009-06-01 danieldgMakefile updates: Allow run-cc wrapper to be disabled...
2009-06-01 danieldgMakefile updates: clean up command lines
2009-05-30 danieldgMakefile updates: remove MAKEPROG/MAKEORDER
2009-05-02 w00tRemove commands makefile also on make distclean.
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-12 peaveyAllow install path with spaces (dont escape the spaces...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-27 w00tForward-port: Created commit fcadb0b: Change rm to...
2008-05-06 specialRemoved the verbosity in 'make clean' to fix issues...
2008-04-13 w00tHere too
2008-02-24 brainRemove the 'making modules' line
2008-02-24 aquanightMake run-cc show ARCHIVE step(s), also get rid of ...
2008-02-10 brainNow very tidy make output, with pretty colours :p
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-01-19 aquanightModules using NoPedantic now properly respect 'make...
2007-10-25 brainMake install list list automatically generated from...
2007-10-23 brainMake clean should clean the socketengine objects
2007-10-23 brainAuto generate the install list, no more need to insert...
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...
2007-10-15 brainMake install the lib, too
2007-09-28 eggyw00t forgot to edit these out.
2007-07-25 peaveyPut FileLogger in it's own class. Useful when logging...
2007-07-24 peaveyAnd this should be the last static
2007-07-24 peaveyAnd install libIRCDserver too :>
2007-06-21 peaveyApply OSX patch from BuildSmart that fixes installation...
2007-06-20 w00tClarify what generates Makefile, to prevent any new...
2007-06-16 brainRemove inspircd_config.h and inspircd_se_config.h in...
2007-06-12 brainUpstream patch from <mm@freebsd.org>
2007-06-05 brainSame here
2007-05-19 brainI forgot to install cmd_reloadmodule.so, therefore...
2007-05-06 brainNow it deletes the makefiles too
2007-05-06 brainmake distclean now removes .config.cache (thanks HiroP)
2007-02-01 w00tNew patch from BuildSmart for OS X support, not broken...
2007-01-28 brainWhoops, switch around order of makefile rules so its...
2007-01-28 brainAdd message about how building with debug makes huuuuuu...
2007-01-28 brainAdded 'make debug' which does 'make all' with -g rather...
2007-01-24 brainFucking grr.
2007-01-23 brainMake our makefile bsd compatible again :/
2007-01-23 brainIntegrate OSX patches from BuildSmart, plus a few tweak...
2007-01-19 peaveyfix for installing modules twice.
2007-01-18 brainAdd support for: "make modinstall"
2007-01-18 brainMore complex module directories complicate make clean
2007-01-08 specialSomeone forgot to add clearcache to the makefile instal...
2007-01-04 brainRun ./configure -modupdate to fix "make install" error...
2007-01-04 brainMerge buildsystem tweaks from darix:
2007-01-01 specialMade 'make modclean' and 'make distclean' clean out...
2006-12-17 brainAdd a message to the makefile, when starting the build...
2006-12-16 brainFix all the left out examples that dont get copied...
2006-12-16 peaveyRemove libIRCDaes.so from install
2006-11-18 brainApply instmode stuff from darix
2006-10-27 brainSmart trick: the 'build complete' message is now a...
2006-10-27 brainHave 'make install' make the directories, its really...
2006-10-07 brainAdd distclean, does the same as squeakclean, just for...
2006-09-03 brainForgot to copy cmd_mode.so
2006-09-02 braincmd_* files are now shared object. This lets make ...
2006-08-30 brainRemove -v argument from install (openbsd doesnt like...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-19 brainMore tweaks
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-06 omInstall .gdbargs with ./inspircd
2006-07-10 brainAdd install line for libIRCDsnomasks.so
2006-04-13 ommake make install install ssl stuff
2006-04-13 brainBetter handling of dependencies, doesnt always rebuild...
2006-04-13 brainTest
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-19 brainMade 'install' a little quieter
2006-03-05 brainMake install depends on make as requested by ol (also...
2006-03-01 brainNotice at end of build wasnt at...end of build
2006-03-01 brainChanged to require seperate 'make install' step
2006-03-01 brain*FOR TESTING* seperate modinst step called by bininst
2006-02-23 brainNow copies libIRCDtimer.so
2006-02-12 brainCorrect copying of confs (may generate some nonfatal...
2006-02-12 brainChanged names inspire -> inspircd
next