2011-02-23 22:14:30 -05:00
|
|
|
|
2014-01-20 01:14:10 -05:00
|
|
|
EXTRA_DIST=generate_header lib/HexChat.pm lib/Xchat.pm lib/HexChat/Embed.pm lib/HexChat/List/Network.pm \
|
2013-10-02 10:47:56 -04:00
|
|
|
lib/HexChat/List/Network/Entry.pm lib/HexChat/List/Network/AutoJoin.pm lib/IRC.pm
|
2011-02-23 22:14:30 -05:00
|
|
|
|
2013-04-15 09:48:19 -04:00
|
|
|
libdir = $(hexchatlibdir)
|
2011-02-23 22:14:30 -05:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = perl.la
|
|
|
|
perl_la_SOURCES = perl.c
|
|
|
|
perl_la_LDFLAGS = -avoid-version -module
|
|
|
|
perl_la_LIBADD = $(PERL_LDFLAGS)
|
2013-10-02 10:47:56 -04:00
|
|
|
BUILT_SOURCES = hexchat.pm.h irc.pm.h
|
2011-02-23 22:14:30 -05:00
|
|
|
#CFLAGS = @CFLAGS@ -Wno-unused
|
2012-10-29 23:06:57 -04:00
|
|
|
AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
|
2013-10-02 10:47:56 -04: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-23 22:14:30 -05:00
|
|
|
perl generate_header
|