Hello list, I've got a Makefile which is rather long, and I have a couple of questions. I'm building modules in separate directories, so I have something like: O_FILES= module1/file1.o, MODULE2/file2.o then I have: O_FILES_A = file1.o file2.o for the linking. Is there a way I can do this with one line? I would also like to be able to test for the exit status; (if gcc fails just exit without running the rest), etc. Any ideas on how this might be done?
Thanks, Tyler Littlefield Web: tysdomain.com email: [email protected] My programs don't have bugs, they're called randomly added features. [Non-text portions of this message have been removed]
