2011-02-24 04:14:30 +01:00
|
|
|
|
|
|
|
EXTRA_DIST=alt_completion.pl xchat2-perldocs.html xchat2-perl.html \
|
|
|
|
generate_header lib/Xchat.pm lib/Xchat/Embed.pm lib/Xchat/List/Network.pm \
|
|
|
|
lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm \
|
|
|
|
lib/IRC.pm
|
|
|
|
|
2012-07-14 09:22:24 +02:00
|
|
|
libdir = $(hexchatlibdir)/plugins
|
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)
|
|
|
|
BUILT_SOURCES = xchat.pm.h irc.pm.h
|
|
|
|
#CFLAGS = @CFLAGS@ -Wno-unused
|
2012-10-13 22:26:35 +02:00
|
|
|
AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
|
2011-02-24 04:14:30 +01:00
|
|
|
CLEANFILES = xchat.pm.h irc.pm.h
|
|
|
|
xchat.pm.h irc.pm.h: lib/Xchat.pm lib/Xchat/Embed.pm \
|
|
|
|
lib/Xchat/List/Network.pm lib/Xchat/List/Network/Entry.pm \
|
|
|
|
lib/Xchat/List/Network/AutoJoin.pm lib/IRC.pm
|
|
|
|
perl generate_header
|