2001-12-21 23:25:30 +01:00
|
|
|
# $Id: Makefile.am,v 1.5 2001/12/21 22:25:30 alex Exp $
|
2001-12-11 22:53:04 +01:00
|
|
|
|
|
|
|
# $Log: Makefile.am,v $
|
2001-12-21 23:25:30 +01:00
|
|
|
# Revision 1.5 2001/12/21 22:25:30 alex
|
|
|
|
# - neues Modul "parse" eingebunden.
|
|
|
|
#
|
2001-12-14 09:14:03 +01:00
|
|
|
# Revision 1.4 2001/12/14 08:14:03 alex
|
|
|
|
# - neue Module (irc, client, channel) aufgenommen.
|
|
|
|
#
|
2001-12-13 03:03:33 +01:00
|
|
|
# Revision 1.3 2001/12/13 02:03:33 alex
|
|
|
|
# - beim Compilieren werden nun Informationen fuer den Debugger erzeugt.
|
|
|
|
#
|
2001-12-12 18:20:02 +01:00
|
|
|
# Revision 1.2 2001/12/12 17:20:02 alex
|
|
|
|
# - neue Sourcefiles und Header ergaenzt.
|
|
|
|
#
|
|
|
|
# Revision 1.1.1.1 2001/12/11 21:53:04 alex
|
2001-12-21 23:25:30 +01:00
|
|
|
# - Imported sources to CVS.
|
2001-12-11 22:53:04 +01:00
|
|
|
|
2001-12-13 03:03:33 +01:00
|
|
|
CFLAGS = -Wall -g
|
2001-12-11 22:53:04 +01:00
|
|
|
|
|
|
|
sbin_PROGRAMS = ngircd
|
|
|
|
|
2001-12-21 23:25:30 +01:00
|
|
|
ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c parse.c tool.c
|
2001-12-11 22:53:04 +01:00
|
|
|
|
2001-12-21 23:25:30 +01:00
|
|
|
noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h parse.h tool.h global.h
|
2001-12-11 22:53:04 +01:00
|
|
|
|
|
|
|
maintainer-clean-local:
|
|
|
|
rm -f Makefile Makefile.in
|
|
|
|
|
|
|
|
# -eof-
|