* configure and make
@ 2002-11-25 6:12 Mohammed Khalid Ansari
2002-11-25 9:28 ` Sebastian Henschel
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Mohammed Khalid Ansari @ 2002-11-25 6:12 UTC (permalink / raw)
To: linux c programming mailing list
Hi
I used to write small programmes, just compile it and run that's it. But
now I am wroking on a big project which might require configure and make.
I am a newbie to these. Will anyone guide me where can I get the resources
to learn writing configure.in, Makefile.am, Makefile.in, Makefile etc.
with regards....
--
**************************************************************************
Mohammed Khalid Ansari Tel (res) : 0091-022-3051360
Assistant Manager II (off) : 0091-022-2024641
National Centre for Software Technology Fax : 0091-022-2049573
8th flr,Air India Build. Nariman Point, E-Mail : khalid@ncst.ernet.in
Mumbai 400021.
Homepage : http://soochak.ncst.ernet.in/~khalid
**************************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configure and make
2002-11-25 6:12 configure and make Mohammed Khalid Ansari
@ 2002-11-25 9:28 ` Sebastian Henschel
2002-11-25 9:59 ` Glynn Clements
2002-11-26 0:42 ` Nat Ersoz
2 siblings, 0 replies; 4+ messages in thread
From: Sebastian Henschel @ 2002-11-25 9:28 UTC (permalink / raw)
To: Mohammed Khalid Ansari; +Cc: linux c programming mailing list
hello mohammed...
Received at 2002-11-25 / 10:00 by Mohammed Khalid Ansari:
> I used to write small programmes, just compile it and run that's it. But
> now I am wroking on a big project which might require configure and make.
> I am a newbie to these. Will anyone guide me where can I get the resources
> to learn writing configure.in, Makefile.am, Makefile.in, Makefile etc.
look at the info-pages of autoconf (like "info -f autoconf"). it is
really a large document which also describes automake, libtool and
others.
then you should take a look at other small configure-enabled packages
and see how they work.
hth,
sebastian
--
::: sebastian henschel
::: kodeaffe
::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configure and make
2002-11-25 6:12 configure and make Mohammed Khalid Ansari
2002-11-25 9:28 ` Sebastian Henschel
@ 2002-11-25 9:59 ` Glynn Clements
2002-11-26 0:42 ` Nat Ersoz
2 siblings, 0 replies; 4+ messages in thread
From: Glynn Clements @ 2002-11-25 9:59 UTC (permalink / raw)
To: Mohammed Khalid Ansari; +Cc: linux c programming mailing list
Mohammed Khalid Ansari wrote:
> I used to write small programmes, just compile it and run that's it. But
> now I am wroking on a big project which might require configure and make.
> I am a newbie to these. Will anyone guide me where can I get the resources
> to learn writing configure.in, Makefile.am, Makefile.in, Makefile etc.
Refer to the Info files for "make", "autoconf" and "automake", in that
order (i.e. you definitely need to learn "make", you probably want to
learn "autoconf", and you might want to learn "automake").
They can be read using "C-h i" in Emacs or with the standalone "info"
program.
--
Glynn Clements <glynn.clements@virgin.net>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configure and make
2002-11-25 6:12 configure and make Mohammed Khalid Ansari
2002-11-25 9:28 ` Sebastian Henschel
2002-11-25 9:59 ` Glynn Clements
@ 2002-11-26 0:42 ` Nat Ersoz
2 siblings, 0 replies; 4+ messages in thread
From: Nat Ersoz @ 2002-11-26 0:42 UTC (permalink / raw)
To: Mohammed Khalid Ansari; +Cc: linux-c-programming
I used GNU make exclusively, which is bundled with most linux
distributions. The complete documentation is here:
http://www.gnu.org/manual/make-3.79.1/html_chapter/make_toc.html
--
_________________________________________
Nat Ersoz nat.ersoz@myrio.com -o) My other boss
Myrio Corporation Phone: 425.897.7278 /\\ is a Penguin
3500 Carillon Point Cell: 425.417.5182 _\_V
Kirkland, WA 98033 Fax: 425.897.5600
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-26 0:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-25 6:12 configure and make Mohammed Khalid Ansari
2002-11-25 9:28 ` Sebastian Henschel
2002-11-25 9:59 ` Glynn Clements
2002-11-26 0:42 ` Nat Ersoz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).