2000-06-02 01:58:52 +00:00
|
|
|
bin_PROGRAMS = irssi
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
-I$(top_srcdir)/src/core/ \
|
|
|
|
-I$(top_srcdir)/src/irc/core/ \
|
|
|
|
-I$(top_srcdir)/src/fe-common/core/ \
|
|
|
|
-I$(top_srcdir)/src/fe-common/irc/ \
|
2000-08-13 23:15:05 +00:00
|
|
|
$(CURSES_INCLUDEDIR) \
|
|
|
|
-DLOCALEDIR=\""$(datadir)/locale"\"
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-06-02 01:58:52 +00:00
|
|
|
irssi_DEPENDENCIES = @COMMON_LIBS@
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-06-02 01:58:52 +00:00
|
|
|
irssi_LDADD = \
|
2000-04-26 08:03:38 +00:00
|
|
|
@COMMON_LIBS@ \
|
2001-02-17 11:05:29 +00:00
|
|
|
@PERL_LINK_LIBS@ \
|
2000-05-09 11:42:42 +00:00
|
|
|
$(PROG_LIBS) \
|
|
|
|
$(CURSES_LIBS)
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-06-02 01:58:52 +00:00
|
|
|
irssi_SOURCES = \
|
2000-04-26 08:03:38 +00:00
|
|
|
gui-entry.c \
|
2000-12-05 00:53:04 +00:00
|
|
|
gui-expandos.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
gui-printtext.c \
|
|
|
|
gui-readline.c \
|
|
|
|
gui-windows.c \
|
2001-02-19 06:23:04 +00:00
|
|
|
lastlog.c \
|
2000-08-12 16:40:39 +00:00
|
|
|
mainwindows.c \
|
|
|
|
mainwindow-activity.c \
|
2001-02-10 07:26:54 +00:00
|
|
|
mainwindows-save.c \
|
2001-04-14 22:24:56 +00:00
|
|
|
screen.c \
|
2000-08-12 16:40:39 +00:00
|
|
|
statusbar.c \
|
|
|
|
statusbar-items.c \
|
2001-04-14 22:24:56 +00:00
|
|
|
textbuffer.c \
|
|
|
|
textbuffer-commands.c \
|
2001-07-15 00:39:48 +00:00
|
|
|
textbuffer-reformat.c \
|
2001-04-14 22:24:56 +00:00
|
|
|
textbuffer-view.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
irssi.c \
|
2001-04-14 22:24:56 +00:00
|
|
|
module-formats.c
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gui-entry.h \
|
|
|
|
gui-printtext.h \
|
|
|
|
gui-readline.h \
|
|
|
|
gui-windows.h \
|
2000-08-12 16:40:39 +00:00
|
|
|
mainwindows.h \
|
|
|
|
statusbar.h \
|
2000-06-04 16:01:19 +00:00
|
|
|
screen.h \
|
2001-04-14 22:24:56 +00:00
|
|
|
textbuffer.h \
|
|
|
|
textbuffer-view.h \
|
2000-06-04 16:01:19 +00:00
|
|
|
module.h \
|
|
|
|
module-formats.h
|