RE: makefiles
"Steve Peters" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]_nt.nt.pmc-sierra.bc.ca> |
OSes have ways to install software. Windows uses Install shield,
Linux/Unix have rpm. Building
a good install/deinstall kit is a project of it's own. Getting the files
in the right place is just one step.
Steve
________________________________
From: kamal jeera [mailto:[email protected]]
Sent: Tuesday, July 27, 2010 12:09 PM
To: [email protected]
Subject: makefiles
Hi All,
I would like to know more about makefiles. So far I just used them to
compile providers.
what else we can do with make files?
Can we use them to install providers? If so, please point me to any
reading materials/examples you might know of
The idea behind my quesiton is, we will have bunch of providers (.so)
files that would like to install at a particular directory path [ we
need to create directories as well] on client sites.
Thanks.