aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Missed a couple spots.Gravatar Ben C2014-11-141-3/+3
* buildsys: move mkhooktypes to include build phase, as well as serno.h generationGravatar William Pitcock2012-10-141-17/+1
* buildsys: more parallelism fixesGravatar William Pitcock2012-05-291-1/+3
* make include/hooktypes.h prerequisite to all other build rules.Gravatar William Pitcock2012-05-201-1/+1
* various makefiles: move SUBDIRS above inclusion of buildsys.mk so that they a...Gravatar William Pitcock2012-04-181-3/+8
* Remove ./setup from the message if configure hasn't been run since the setup ...Gravatar JD Horelick2012-03-211-1/+1
* Add pkg-config file for locating SDK elements.Gravatar William Pitcock2012-02-241-0/+18
* Install headers to include/.•••This allows someone to compile against $ATHEMEHOME as a kind of SDK. This is especially useful in scenarios where the user has a binary redistribution of atheme, such as the Debian package or Gentoo package or Windows build. Gravatar William Pitcock2012-02-231-1/+1
* Move include/serno.h rule to libathemecore.Gravatar William Pitcock2012-02-191-1/+1
* Make versions from git generate a correct serno.hGravatar JD Horelick2011-05-291-2/+2
* Really fix the build.Gravatar William Pitcock2010-12-141-1/+1
* Really fix it this time.Gravatar William Pitcock2010-12-141-1/+1
* Fix build error if hooktypes.h is missing.Gravatar William Pitcock2010-12-141-1/+1
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-2/+2
* build system: Build the Atheme core before building modules.•••This allows us to build an import library for Atheme, which is necessary for building the modules on VMS and Windows. Gravatar William Pitcock2010-06-141-1/+1
* Always generate some sort of include/serno.h•••If no .hg directory is present or hg fails, fall back to .hg_archival.txt (for tarballs downloaded from the hg web interface or via 'hg archive') or the string "unknown" otherwise. Release tarballs have no .hg but have a good include/serno.h, so only overwrite an existing serno.h with information from hg. The .hg_archival.txt file only has the revision hash, not the local revision number. This should fix the build for tarballs downloaded from the hg web interface. Gravatar Jilles Tjoelker2010-06-061-4/+9
* Fix serno.h generation from Mercurial trees.Gravatar Jilles Tjoelker2010-06-061-2/+2
* Use buildsys gettext patches from Audacious.Gravatar William Pitcock2010-05-191-1/+1
* Mention ./setup (./configure for retards) in the error message.Gravatar William Pitcock2010-05-191-1/+1
* Handle the idiots who don't understand what ./configure is.Gravatar William Pitcock2010-05-191-2/+6
* Remove version.sh since it's really unnecessary and provides no real useful i...Gravatar William Pitcock2010-05-181-1/+0
* Make sure there's a version.c.Gravatar William Pitcock2010-05-181-0/+1
* Add include/hooktypes.h to pre-depend.Gravatar William Pitcock2010-05-181-1/+1
* Fix include paths.Gravatar William Pitcock2010-05-181-2/+2
* root Makefile is now under buildsys controlGravatar William Pitcock2010-05-181-0/+31