Sponsored Content
Full Discussion: C++ application development
Top Forums Programming C++ application development Post 302709851 by amisubha on Thursday 4th of October 2012 06:03:58 AM
Old 10-04-2012
Thank you so much corona688 for your guidance...even m doing the makefile usage....sure...

---------- Post updated at 03:33 PM ---------- Previous update was at 01:52 AM ----------

actually I know how to use makefiles and all but used for 2 to 3 modules. To make a larger like 50 to 60 modules and providing a good user interface on the project I thought of using IDE... anyways thanks. concepts got cleared now.
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

Difference between development and Production unix servers for a application??

Hi all I am running a major script of my application in development for implementing code changes for process improvement in time. The script runs in production once in a month . It takes 8 hours 30 mins in Production server . what surprice me is , when I run the same script in development server... (9 Replies)
Discussion started by: sakthifire
9 Replies
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)
All times are GMT -4. The time now is 07:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy