Re: Make/makefiles

2000-04-03 Thread Daniel Reuter
Hello Bart, > Can anybody tell me how to make a *simple* makefile? Or a URL where I can > find more info? The manpages aren't very clear, and *way* too extensive. try the info-pages on make (hope you have some kind of info-browser installed). There is a chapter at the beginning (some kind of int

Re: Make/makefiles

2000-04-01 Thread Lehel Bernadt
On Sat, 01 Apr 2000, Bart Friederichs wrote: > Hi, > > Can anybody tell me how to make a *simple* makefile? Or a URL where I can > find more info? The manpages aren't very clear, and *way* too extensive. > > I have a small project with 3 source code files, and I don't want to compile > all of the

Re: Make/makefiles

2000-03-31 Thread Oswald Buddenhagen
> Can anybody tell me how to make a *simple* makefile? Or a URL where I can > find more info? The manpages aren't very clear, and *way* too extensive. > > I have a small project with 3 source code files, and I don't want to compile > all of them every time. > OBJS=foo.o bar.o foobar.o all: targe