Re: Compile Only

2000-05-19 Thread Tom Tromey
> "Eric" == Eric Lemings <[EMAIL PROTECTED]> writes: Eric> I have a directory that contains only source files that I only Eric> want to compile when I do a make all. What should I put in the Eric> Makefile.am file? I don't understand what you mean. Do you mean that you don't want to link?

Compile Only

2000-05-19 Thread Eric Lemings
I have a directory that contains only source files that I only want to compile when I do a make all. What should I put in the Makefile.am file? Thanks, Eric.