]> arthur.barton.de Git - ngircd-alex.git/blob - Makefile.am
195bbe6f5d2a6d11329441194c3b4ffff9f400be
[ngircd-alex.git] / Makefile.am
1 #
2 # ngIRCd -- The Next Generation IRC Daemon
3 # Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 # Please read the file COPYING, README and AUTHORS for more information.
10 #
11 # $Id: Makefile.am,v 1.13 2003/12/31 17:20:11 alex Exp $
12 #
13
14 AUTOMAKE_OPTIONS = gnu
15
16 SUBDIRS = doc src man contrib
17
18 maintainer-clean-local:
19         rm -rf autom4te.cache
20         rm -f Makefile.in Makefile aclocal.m4 configure
21         rm -f mkinstalldirs missing depcomp install-sh
22         rm -f config.log build-stamp
23
24 lint:
25         make -C src/ngircd lint
26
27 rpm: distcheck
28         rpm -ta ngircd-*.tar.gz
29
30 deb:
31         dpkg-buildpackage -rfakeroot
32
33 # -eof-