2000-08-26 15:39:44 +00:00
|
|
|
noinst_LIBRARIES = libcore.a
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
INCLUDES = \
|
2001-11-05 14:48:03 +00:00
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
-I$(top_srcdir)/src/core \
|
2000-04-26 08:03:38 +00:00
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
2001-11-05 14:48:03 +00:00
|
|
|
-DMODULEDIR=\""$(libdir)/irssi/modules"\"
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-08-26 15:39:44 +00:00
|
|
|
libcore_a_SOURCES = \
|
2000-04-26 08:03:38 +00:00
|
|
|
args.c \
|
2000-08-26 15:39:44 +00:00
|
|
|
channels.c \
|
|
|
|
channels-setup.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
commands.c \
|
2000-09-30 22:49:48 +00:00
|
|
|
chat-commands.c \
|
2000-09-01 00:26:46 +00:00
|
|
|
chat-protocols.c \
|
2000-08-26 15:39:44 +00:00
|
|
|
chatnets.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
core.c \
|
2000-12-05 00:53:04 +00:00
|
|
|
expandos.c \
|
2000-10-09 23:40:18 +00:00
|
|
|
ignore.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
levels.c \
|
|
|
|
line-split.c \
|
|
|
|
log.c \
|
2001-07-15 14:07:48 +00:00
|
|
|
log-away.c \
|
2000-08-26 15:39:44 +00:00
|
|
|
masks.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
misc.c \
|
|
|
|
modules.c \
|
2001-08-14 00:41:59 +00:00
|
|
|
modules-load.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
net-disconnect.c \
|
|
|
|
net-nonblock.c \
|
2000-07-16 20:18:05 +00:00
|
|
|
net-sendbuffer.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
network.c \
|
2000-08-26 15:39:44 +00:00
|
|
|
nicklist.c \
|
2001-01-21 04:09:48 +00:00
|
|
|
nickmatch-cache.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
pidwait.c \
|
2000-08-26 15:39:44 +00:00
|
|
|
queries.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
rawlog.c \
|
2000-08-26 15:39:44 +00:00
|
|
|
servers.c \
|
|
|
|
servers-reconnect.c \
|
|
|
|
servers-setup.c \
|
2001-11-19 01:48:58 +00:00
|
|
|
session.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
settings.c \
|
|
|
|
signals.c \
|
2001-02-10 05:54:35 +00:00
|
|
|
special-vars.c \
|
|
|
|
write-buffer.c
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-08-26 15:39:44 +00:00
|
|
|
structure_headers = \
|
|
|
|
channel-rec.h \
|
2001-02-17 19:44:22 +00:00
|
|
|
channel-setup-rec.h \
|
|
|
|
chatnet-rec.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
query-rec.h \
|
|
|
|
server-rec.h \
|
|
|
|
server-setup-rec.h \
|
|
|
|
server-connect-rec.h \
|
|
|
|
window-item-rec.h
|
|
|
|
|
2000-04-26 08:03:38 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
args.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
channels.h \
|
|
|
|
channels-setup.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
commands.h \
|
2000-09-01 00:26:46 +00:00
|
|
|
chat-protocols.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
chatnets.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
core.h \
|
2000-12-05 00:53:04 +00:00
|
|
|
expandos.h \
|
2000-10-09 23:40:18 +00:00
|
|
|
ignore.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
levels.h \
|
|
|
|
line-split.h \
|
|
|
|
log.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
masks.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
misc.h \
|
|
|
|
module.h \
|
|
|
|
modules.h \
|
2001-08-14 00:41:59 +00:00
|
|
|
modules-load.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
net-disconnect.h \
|
|
|
|
net-nonblock.h \
|
2000-07-16 20:18:05 +00:00
|
|
|
net-sendbuffer.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
network.h \
|
2000-12-06 01:07:21 +00:00
|
|
|
nick-rec.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
nicklist.h \
|
2001-01-21 04:09:48 +00:00
|
|
|
nickmatch-cache.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
pidwait.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
queries.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
rawlog.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
servers.h \
|
|
|
|
servers-reconnect.h \
|
|
|
|
servers-setup.h \
|
2001-11-19 01:48:58 +00:00
|
|
|
session.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
settings.h \
|
|
|
|
signals.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
special-vars.h \
|
|
|
|
window-item-def.h \
|
2001-02-10 05:54:35 +00:00
|
|
|
write-buffer.h \
|
2000-08-26 15:39:44 +00:00
|
|
|
$(structure_headers)
|