Re: Making Makefiles

1999-05-28 Thread Martin Waller
PROTECTED] To: Brad [EMAIL PROTECTED] CC: debian-user@lists.debian.org Subject: Re: Making Makefiles Date: Thu, 27 May 1999 21:19:24 +0200 Brad wrote: i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile. The make

Making Makefiles

1999-05-27 Thread Brad
i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile. The make info page mentions automake, the automake manpage hints at configure.in... i'm getting confused! What's a good way to learn to make good makefiles? Which

Re: Making Makefiles

1999-05-27 Thread Stephan Engelke
Hi Brad, On Thu, May 27, 1999 at 01:47:29AM -0500, Brad wrote: i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile. The make info page mentions automake, the automake manpage hints at configure.in... i'm getting

Re: Making Makefiles

1999-05-27 Thread J.H.M. Dassen
On Thu, May 27, 1999 at 01:47:29 -0500, Brad wrote: i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile. The make info page mentions automake, the automake manpage hints at configure.in... i'm getting confused!

RE: Making Makefiles

1999-05-27 Thread Jonathan Lupa
I find myself referring to http://linuxcentral.com/catalog/tech/fsf/make/make.html quite a bit when playing around with cygwin at work. I can't comment on how it stacks up against the mans though. -Jonathan ~ jonathan lupa [EMAIL PROTECTED] On Thursday, May 27, 1999 2:47 AM, Brad [SMTP:[EMAIL

Re: Making Makefiles

1999-05-27 Thread Charles B \(Ben\) Cranston
i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile... What's a good way to learn to make good makefiles? Which packages do i need, and where do i even start to learn to use them? There is also Managing Projects

Re: Making Makefiles

1999-05-27 Thread Dennis Schoen
Brad wrote: i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile. The make info page mentions automake, the automake manpage hints at configure.in... i'm getting confused! What's a good way to learn to make