Unix and Linux Discussions Tagged with makefile |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
16,362 |
Programming |
|
|
|
7 |
25,386 |
Programming |
|
|
|
5 |
3,805 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,152 |
Shell Programming and Scripting |
|
|
|
0 |
3,500 |
Programming |
|
|
|
5 |
3,925 |
Programming |
|
|
|
0 |
3,244 |
Solaris |
|
|
|
0 |
2,049 |
Programming |
|
|
|
11 |
7,270 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
7,055 |
Shell Programming and Scripting |
|
|
|
1 |
2,196 |
Programming |
|
|
|
0 |
1,454 |
Shell Programming and Scripting |
|
|
|
0 |
9,293 |
Programming |
|
|
|
1 |
4,006 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,091 |
Shell Programming and Scripting |
|
|
|
4 |
3,467 |
Linux |
|
|
|
5 |
5,350 |
Shell Programming and Scripting |
|
|
|
3 |
26,747 |
Shell Programming and Scripting |
|
|
|
7 |
3,908 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,749 |
Programming |
|
|
|
1 |
1,994 |
Shell Programming and Scripting |
|
|
|
8 |
11,002 |
Homework & Coursework Questions |
|
|
|
1 |
1,881 |
Shell Programming and Scripting |
|
|
|
1 |
27,593 |
Shell Programming and Scripting |
|
|
|
1 |
2,647 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,144 |
Shell Programming and Scripting |
|
|
|
1 |
11,285 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,451 |
Homework & Coursework Questions |
|
|
|
4 |
3,634 |
Solaris |
|
|
|
6 |
31,721 |
Programming |
|
|
|
8 |
9,060 |
Cybersecurity |
|
|
|
3 |
5,190 |
Shell Programming and Scripting |
|
|
|
2 |
2,755 |
Shell Programming and Scripting |
|
|
|
2 |
2,800 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,245 |
Emergency UNIX and Linux Support |
|
|
|
3 |
15,550 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
1,934 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
8,213 |
Solaris |
|
|
|
8 |
3,981 |
Programming |
|
|
|
9 |
8,913 |
Shell Programming and Scripting |
Mojolicious::Command::generate::makefile(3pm) User Contributed Perl Documentation Mojolicious::Command::generate::makefile(3pm)
NAME
Mojolicious::Command::generate::makefile - Makefile generator command
SYNOPSIS
use Mojolicious::Command::generate::makefile;
my $makefile = Mojolicious::Command::generate::makefile->new;
$makefile->run(@ARGV);
DESCRIPTION
Mojolicious::Command::generate::makefile generates "Makefile.PL" files for applications.
ATTRIBUTES
Mojolicious::Command::generate::makefile inherits all attributes from Mojo::Command and implements the following new ones.
"description"
my $description = $makefile->description;
$makefile = $makefile->description('Foo!');
Short description of this command, used for the command list.
"usage"
my $usage = $makefile->usage;
$makefile = $makefile->usage('Foo!');
Usage information for this command, used for the help screen.
METHODS
Mojolicious::Command::generate::makefile inherits all methods from Mojo::Command and implements the following new ones.
"run"
$makefile->run(@ARGV);
Run this command.
SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>.
perl v5.14.2 2012-09-05 Mojolicious::Command::generate::makefile(3pm)