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