aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL
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
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')
-rw-r--r--Perl/Makefile.PL18
1 files changed, 0 insertions, 18 deletions
diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL
deleted file mode 100644
index 00d9c32..0000000
--- a/Perl/Makefile.PL
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# The first argument should be the name of the zinc library
-# either ptkzinc or ptkzinc_debug for example. The second
-# argument is the path to pTk in the system.
-#
-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$ARGV[1]",
- 'LIBS' => ["-L/usr/X11R6/lib -lX11 -l$ARGV[0]"]);