mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
681e14b3b8
- old example scripts - outdated docs - mingw build script
19 lines
733 B
Makefile
19 lines
733 B
Makefile
|
|
EXTRA_DIST=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
|
|
|
|
libdir = $(hexchatlibdir)
|
|
|
|
lib_LTLIBRARIES = perl.la
|
|
perl_la_SOURCES = perl.c
|
|
perl_la_LDFLAGS = -avoid-version -module
|
|
perl_la_LIBADD = $(PERL_LDFLAGS)
|
|
BUILT_SOURCES = hexchat.pm.h irc.pm.h
|
|
#CFLAGS = @CFLAGS@ -Wno-unused
|
|
AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
|
|
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
|
|
perl generate_header
|