aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL.in
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Makefile.PL.in')
-rw-r--r--Perl/Makefile.PL.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/Perl/Makefile.PL.in b/Perl/Makefile.PL.in
new file mode 100644
index 0000000..6f31dd7
--- /dev/null
+++ b/Perl/Makefile.PL.in
@@ -0,0 +1,15 @@
+#
+#
+use Tk::MMutil;
+use Tk::Config;
+
+Tk::MMutil::TkExtMakefile(
+ 'CC' => 'gcc',
+ 'LD' => 'gcc',
+ 'CCCDLFLAGS' => '-fPIC',
+ 'NAME' => 'Tk::Zinc',
+ 'OBJECT' => '$(O_FILES)',
+ 'VERSION_FROM' => 'Zinc.pm',
+ 'XS_VERSION' => $Tk::Config::VERSION,
+ 'INC' => "-I. -I@PERL_TK_LIB@/pTk",
+ 'LIBS' => ["-L/usr/X11R6/lib -lX11 -L@prefix@/lib -l@PACKAGE@@VERSION@"]);