source:
vendor/current/pidl/Makefile.PL
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 404 bytes |
Rev | Line | |
---|---|---|
[414] | 1 | use ExtUtils::MakeMaker; |
2 | WriteMakefile( | |
3 | 'NAME' => 'Parse::Pidl', | |
4 | 'VERSION_FROM' => 'lib/Parse/Pidl.pm', | |
5 | 'EXE_FILES' => [ 'pidl' ], | |
6 | 'test' => { 'TESTS' => 'tests/*.pl' } | |
7 | ); | |
8 | ||
9 | sub MY::postamble { | |
10 | <<'EOT'; | |
11 | lib/Parse/Pidl/IDL.pm: idl.yp | |
12 | yapp -m 'Parse::Pidl::IDL' -o lib/Parse/Pidl/IDL.pm idl.yp | |
13 | ||
14 | lib/Parse/Pidl/Expr.pm: expr.yp | |
15 | yapp -m 'Parse::Pidl::Expr' -o lib/Parse/Pidl/Expr.pm expr.yp | |
16 | EOT | |
17 | } |
Note:
See TracBrowser
for help on using the repository browser.