ngircd-tor/src/ngircd/Makefile.am

26 lines
581 B
Makefile
Raw Normal View History

# $Id: Makefile.am,v 1.3 2001/12/13 02:03:33 alex Exp $
2001-12-11 22:53:04 +01:00
# $Log: Makefile.am,v $
# Revision 1.3 2001/12/13 02:03:33 alex
# - beim Compilieren werden nun Informationen fuer den Debugger erzeugt.
#
# 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
# Imported sources to CVS.
2001-12-11 22:53:04 +01:00
#
CFLAGS = -Wall -g
2001-12-11 22:53:04 +01:00
sbin_PROGRAMS = ngircd
ngircd_SOURCES = ngircd.c conf.c conn.c log.c tool.c
2001-12-11 22:53:04 +01:00
noinst_HEADERS = ngircd.h conf.h conn.h log.h tool.h global.h
2001-12-11 22:53:04 +01:00
maintainer-clean-local:
rm -f Makefile Makefile.in
# -eof-