aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL
diff options
context:
space:
mode:
authorlecoanet1999-05-27 13:32:10 +0000
committerlecoanet1999-05-27 13:32:10 +0000
commit16660921dfab9f87c0c966ceac7cdf69fc77b498 (patch)
tree52358e770be5eec6e50a3a7eee40157c57e5c3e8 /Perl/Makefile.PL
parent1eed4b4dd92c89f07df8ba04bb2308bbc563d513 (diff)
downloadtkzinc-16660921dfab9f87c0c966ceac7cdf69fc77b498.zip
tkzinc-16660921dfab9f87c0c966ceac7cdf69fc77b498.tar.gz
tkzinc-16660921dfab9f87c0c966ceac7cdf69fc77b498.tar.bz2
tkzinc-16660921dfab9f87c0c966ceac7cdf69fc77b498.tar.xz
Premiere mouture d'integration Perl
Diffstat (limited to 'Perl/Makefile.PL')
-rw-r--r--Perl/Makefile.PL18
1 files changed, 18 insertions, 0 deletions
diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL
new file mode 100644
index 0000000..c453a5b
--- /dev/null
+++ b/Perl/Makefile.PL
@@ -0,0 +1,18 @@
+
+use Tk::MMutil;
+use Tk::Config;
+
+Tk::MMutil::TkExtMakefile(
+ 'NAME' => 'Tk::Radar',
+ 'OBJECT' => '$(O_FILES)',
+ 'MYEXTLIB' => '../libptkradar.a',
+ 'VERSION_FROM' => 'Radar.pm',
+ 'XS_VERSION' => $Tk::Config::VERSION,
+ 'INC' => "-I. -I/usr/lib/perl5/i386-linux/5.004/Tk/pTk",
+ 'LIBS' => '-L/usr/X11R6/lib -lX11'
+);
+
+
+
+
+