Blame


1 e42fae39 2002-01-02 alex #
2 e42fae39 2002-01-02 alex # ngIRCd -- The Next Generation IRC Daemon
3 e42fae39 2002-01-02 alex # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
4 e42fae39 2002-01-02 alex #
5 0f3e84f4 2003-01-13 alex # This program is free software; you can redistribute it and/or modify
6 0f3e84f4 2003-01-13 alex # it under the terms of the GNU General Public License as published by
7 0f3e84f4 2003-01-13 alex # the Free Software Foundation; either version 2 of the License, or
8 0f3e84f4 2003-01-13 alex # (at your option) any later version.
9 0f3e84f4 2003-01-13 alex # Please read the file COPYING, README and AUTHORS for more information.
10 e42fae39 2002-01-02 alex #
11 feb31e42 2008-02-26 fw # $Id: Makefile.am,v 1.8 2008/02/26 22:04:15 fw Exp $
12 e42fae39 2002-01-02 alex #
13 f4ade537 2001-12-11 alex
14 feb31e42 2008-02-26 fw SUBDIRS = portab tool ipaddr ngircd testsuite
15 f4ade537 2001-12-11 alex
16 f4ade537 2001-12-11 alex maintainer-clean-local:
17 f4ade537 2001-12-11 alex rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
18 f4ade537 2001-12-11 alex
19 f4ade537 2001-12-11 alex # -eof-