in reply to MakeMaker tailoring
writes a Makefile to compile and link all the files needed to build the extension.my %opts = ( 'NAME' => 'Math::FFT', 'VERSION_FROM' => 'FFT.pm', 'OBJECT' => 'FFT.o fft4g.o arrays.o', ); WriteMakefile(%opts);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MakeMaker tailoring
by cdarke (Prior) on Jan 24, 2008 at 13:30 UTC | |
by roboticus (Chancellor) on Jan 24, 2008 at 13:45 UTC | |
by cdarke (Prior) on Jan 24, 2008 at 14:00 UTC | |
by randyk (Parson) on Jan 24, 2008 at 16:25 UTC | |
by cdarke (Prior) on Jan 24, 2008 at 19:57 UTC | |
by roboticus (Chancellor) on Jan 24, 2008 at 22:24 UTC |