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