]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/Makefile.am
86cd5906aa2446ac9ed2038ddfdc53e846ca211f
[ngircd-alex.git] / src / ngircd / Makefile.am
1 # $Id: Makefile.am,v 1.6 2001/12/23 21:53:54 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.6  2001/12/23 21:53:54  alex
5 # - Header messages.h eingefuegt.
6 #
7 # Revision 1.5  2001/12/21 22:25:30  alex
8 # - neues Modul "parse" eingebunden.
9 #
10 # Revision 1.4  2001/12/14 08:14:03  alex
11 # - neue Module (irc, client, channel) aufgenommen.
12 #
13 # Revision 1.3  2001/12/13 02:03:33  alex
14 # - beim Compilieren werden nun Informationen fuer den Debugger erzeugt.
15 #
16 # Revision 1.2  2001/12/12 17:20:02  alex
17 # - neue Sourcefiles und Header ergaenzt.
18 #
19 # Revision 1.1.1.1  2001/12/11 21:53:04  alex
20 # - Imported sources to CVS.
21
22 CFLAGS = -Wall -g
23
24 sbin_PROGRAMS = ngircd
25
26 ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c parse.c tool.c
27
28 noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h parse.h tool.h global.h messages.h
29
30 maintainer-clean-local:
31         rm -f Makefile Makefile.in
32
33 # -eof-