2011-02-24 04:14:30 +01:00
|
|
|
|
2013-10-02 16:47:56 +02:00
|
|
|
EXTRA_DIST=alt_completion.pl generate_header lib/HexChat.pm lib/Xchat.pm lib/HexChat/Embed.pm lib/HexChat/List/Network.pm \
|
|
|
|
lib/HexChat/List/Network/Entry.pm lib/HexChat/List/Network/AutoJoin.pm lib/IRC.pm
|
2011-02-24 04:14:30 +01:00
|
|
|
|
2013-04-15 15:48:19 +02:00
|
|
|
libdir = $(hexchatlibdir)
|
2011-02-24 04:14:30 +01:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = perl.la
|
|
|
|
perl_la_SOURCES = perl.c
|
|
|
|
perl_la_LDFLAGS = -avoid-version -module
|
|
|
|
perl_la_LIBADD = $(PERL_LDFLAGS)
|
2013-10-02 16:47:56 +02:00
|
|
|
BUILT_SOURCES = hexchat.pm.h irc.pm.h
|
2011-02-24 04:14:30 +01:00
|
|
|
#CFLAGS = @CFLAGS@ -Wno-unused
|
2012-10-30 04:06:57 +01:00
|
|
|
AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
|
2013-10-02 16:47:56 +02:00
|
|
|
CLEANFILES = hexchat.pm.h irc.pm.h
|
|
|
|
hexchat.pm.h irc.pm.h: lib/HexChat.pm lib/Xchat.pm lib/HexChat/Embed.pm \
|
|
|
|
lib/HexChat/List/Network.pm lib/HexChat/List/Network/Entry.pm \
|
|
|
|
lib/HexChat/List/Network/AutoJoin.pm lib/IRC.pm
|
2011-02-24 04:14:30 +01:00
|
|
|
perl generate_header
|