From bba45262491802e429d28eaa3ee29461bd2de4ff Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 3 Jun 2008 13:52:40 +0000 Subject: oh yeah, removed autotools!; bumped sources date; cleaned up a bit kvi_settings.h; added -DVERBOSE to cmake rules; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1898 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/perlcore/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/modules/perlcore/Makefile.am (limited to 'src/modules/perlcore') diff --git a/src/modules/perlcore/Makefile.am b/src/modules/perlcore/Makefile.am deleted file mode 100644 index f89ef6065..000000000 --- a/src/modules/perlcore/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# KVirc IRC client Makefile - 10.03.2000 Szymon Stefanek -############################################################################### - -AM_CPPFLAGS = -I$(SS_TOPSRCDIR)/src/kvilib/include/ -I$(SS_TOPSRCDIR)/src/kvirc/include/ \ -$(SS_INCDIRS) $(SS_CPPFLAGS) -DGLOBAL_KVIRC_DIR=\"$(globalkvircdir)\" $(SS_PERL_CCFLAGS) - -pluglib_LTLIBRARIES = libkviperlcore.la - -libkviperlcore_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS) $(SS_PERL_LDFLAGS) - -libkviperlcore_la_SOURCES = libkviperlcore.cpp -libkviperlcore_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib4.la - -noinst_HEADERS = perlcoreinterface.h - -EXTRA_DIST = KVIrc.xs ppport.h xs.inc typemap - -%.moc: %.h - $(SS_QT_MOC) $< -o $@ - -xs: - xsubpp -noversioncheck -C++ -noprototypes KVIrc.xs > xs.inc -- cgit v1.3.1-10-gc9f91