Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How to create a Makefile for a Perl application?

by guice (Scribe)
on May 15, 2000 at 20:16 UTC ( [id://11671]=note: print w/replies, xml ) Need Help??


in reply to How to create a Makefile for a Perl application?

Well.. If you want to install a load of scripts. Why not make a shell script that will it for them. If you want to make a Makefile that you can use on your Perl Scripts, I'd suggest O'Reilly's book on make. Can't recall the name right off hand. It basically breaks down the parts of the make file. A make file is just a file that runs a set of commands. It's just created in a format that the application make will understand and run. If you think of Makefiles like that, it won't be hard to make your make :)

-- philip
We put the 'K' in kwality!

Replies are listed 'Best First'.
Re^2: How to create a Makefile for a Perl application?
by carolw (Sexton) on Jan 08, 2015 at 14:51 UTC

    I have script as follows:

    perl -I -Mmod1 -Mmod2 pgm.pl paramFile perl -I -Mmod3 -Mmod4 pgm2.pl paramFile2

    How can I put this into a makefile?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11671]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-19 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found