Unix and Linux Discussions Tagged with makefile |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
16,365 |
Programming |
|
|
|
7 |
25,391 |
Programming |
|
|
|
5 |
3,805 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,153 |
Shell Programming and Scripting |
|
|
|
0 |
3,500 |
Programming |
|
|
|
5 |
3,926 |
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,197 |
Programming |
|
|
|
0 |
1,454 |
Shell Programming and Scripting |
|
|
|
0 |
9,293 |
Programming |
|
|
|
1 |
4,007 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,091 |
Shell Programming and Scripting |
|
|
|
4 |
3,468 |
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,596 |
Shell Programming and Scripting |
|
|
|
1 |
2,647 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,145 |
Shell Programming and Scripting |
|
|
|
1 |
11,286 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,452 |
Homework & Coursework Questions |
|
|
|
4 |
3,635 |
Solaris |
|
|
|
6 |
31,721 |
Programming |
|
|
|
8 |
9,063 |
Cybersecurity |
|
|
|
3 |
5,190 |
Shell Programming and Scripting |
|
|
|
2 |
2,755 |
Shell Programming and Scripting |
|
|
|
2 |
2,801 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,247 |
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,982 |
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)