summary refs log tree commit diff stats
path: root/ext/enchant-wdk
AgeCommit message (Expand)Author
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24nuke the repoberkeviktor@aol.com
2010-10-29update wdk distribution to use relative paths where possibleberkeviktor@aol.com
2010-10-06be consistent about ssize_tberkeviktor@aol.com
2010-10-06we don't need thisberkeviktor@aol.com
2010-10-06update build numberberkeviktor@aol.com
2010-10-06be consistent about amd64 cflagsberkeviktor@aol.com
2010-10-06missing echo offberkeviktor@aol.com
2010-10-06enchant-wdk: release after buildberkeviktor@aol.com
2010-10-06add enchant-wdk releaase files since nmake install won't workberkeviktor@aol.com
2010-10-05wdk build environment for enchant 1.6berkeviktor@aol.com
ustachy.kapusta@gmail.com> 2013-10-07 22:58:38 +0200 Rebrand Perl plugin to HexChat,' href='/git-repos/torxchat.git/commit/plugins/perl/Makefile.am?id=075cc61c942998b7fdfeabfde10490ef233f88cd'>075cc61c ^
4a6ceffb ^
fc98a6d7 ^
075cc61c ^



4a6ceffb ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
                                                                                                         
                                                                                         
 
                         




                                         
                                     
                              
                                                                          



                                                                         
                            
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