about summary refs log tree commit diff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2015-09-03Add ".clang_complete" fileAlexander Barton
This file is used of the "linter-clang" package of the Atom editor, for example.
2014-01-05Makefile.am: don't use "test -e", it isn't portableAlexander Barton
2013-03-27Build OS X package with correct file permissionsAlexander Barton
This requires to have the correct permissions in the source tree, which is "root:wheel", which in turn requires root privileges. Therefore the Makefile now tries to become root on "make osxpkg-dest" but tries hard not to require root privileges on "clean" etc.
2012-09-27Makefile.am: don't use "make -C", it isn't portableAlexander Barton
2012-09-24Rename configure.in to configure.acAlexander Barton
This fixes automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' when running the autogen.sh script.
2012-09-24configure.ng: use AM_PROG_AR to check ar(1) commandAlexander Barton
This fixes automake-1.12/am/library.am: warning: 'libngipaddr.a': linking libraries using a non-POSIX .../automake-1.12/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.in' src/ipaddr/Makefile.am:12: while processing library 'libngipaddr.a' and similar warnings of automake.
2012-09-24Include .mailmap file in distribution archivesAlexander Barton
2012-09-24Include all build-system files into distribution archivesAlexander Barton
2011-05-12Mac OS X: split up make targetsAlexander Barton
New targets are: "have-packagemaker", "osxpkg-dest"
2010-10-26Xcode builds ("make xcode"): detect version number correctlyAlexander Barton
2009-09-10Mac OS X: fix test for packagemaker(1) tool in MakefileAlexander Barton
2009-01-06Xcode: get release number dynamically; new make target "xcode-clean".Alexander Barton
- make target "xcode" now detects the release number stored in the configure.in file and passes it to Xcode. - new make target "xcode-clean" which removes all files generated by "make xcode" and removes the Xcode build directory.
2008-11-21Debian package ("make deb"): fix some lintian(1) warningsAlexander Barton
2008-08-12New make target: "osxpkg" to create an Mac OS X installer package.Alexander Barton
This patch adds a new make target, "osxpkg", to the main Makefile which gereates a Apple Mac OS X installer package of ngIRCd. The packagemaker(1) project bundle is stored in contrib/MacOSX/ngIRCd.pmdoc.
2008-04-20Added make target "testsuite"Alexander Barton
This make target runs the testsuite located in src/testsuite without running alle the other tests that "make check" would run.
2008-04-20Fixed "xcode" make target (used to build ngIRCd with Mac OS X Xcode)Alexander Barton
2005-07-22Moved "srcdoc" target from src/Makefile to doc/Makefile.Alexander Barton
2005-04-09Two new targets: "srcdoc" to generate Doxygen source documentation, andAlexander Barton
"xcode" to build ngIRCd using the Xcode command line tools on Mac OS X.
2004-05-11"make clean" works better now.Alexander Barton
2004-01-01Restructured debian packaging system: now there are two packages, a "standard"Alexander Barton
version that includes all the default options and a "full" version that additionally includes support for TCP wrappers and IDENT lookups.
2003-12-31Removed outdated Mac OS X ProjectBuilder project files (will be re-addedAlexander Barton
and updated for XCode soon); moved the debian/ directory to contrib/Debian/.
2003-12-31Added some files to the maintainer-clean-local target which havn't beedAlexander Barton
removed by "make maintainer-clean".
2003-07-09Included debian/-subdirectory into build system.Alexander Barton
2002-10-01- neues Verzeichnis "contrib" angelegt.Alexander Barton
2002-03-31- Manual-Pages begonnen und in Source-Tree eingebunden.Alexander Barton
2002-03-25- lint-Target in Haupt-Makefile aufgenommen.Alexander Barton
2002-03-12- externe portab-Header werden nicht mehr benoetigt/benutzt, dadurchAlexander Barton
einige Aenderungen an diversen Source-Dateien und Headern. - Dateien enthalten keine CVS-History mehr.
2002-03-10- Anpassungen an neues GNU automake/autoconf: acconfig.h entfaellt nun.Alexander Barton
2002-01-02- Copyright-Texte angepasst ;-)Alexander Barton
2001-12-31- Unterverzeichnis "doc" aufgenommen.Alexander Barton
2001-12-30- acconfig.h in die "noinst_HEADERS" aufgenommen.Alexander Barton
2001-12-12- Projektdatei fuer den Mac OS X Project Builder erstellt.Alexander Barton
2001-12-11Initial revisionAlexander Barton