aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL.in
diff options
context:
space:
mode:
authorlecoanet2003-04-16 10:18:46 +0000
committerlecoanet2003-04-16 10:18:46 +0000
commit2e434e0a9aa6ca4f249b599191264f76943dd013 (patch)
tree103a1ecad49229b2f2b83cb2edb72bdb41a10be2 /Perl/Makefile.PL.in
parentc369dceef1a8e57426a9bec1b2751bd3e9c3a244 (diff)
downloadtkzinc-2e434e0a9aa6ca4f249b599191264f76943dd013.zip
tkzinc-2e434e0a9aa6ca4f249b599191264f76943dd013.tar.gz
tkzinc-2e434e0a9aa6ca4f249b599191264f76943dd013.tar.bz2
tkzinc-2e434e0a9aa6ca4f249b599191264f76943dd013.tar.xz
*** empty log message ***
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@"]);