in reply to Re: how to create makefile?
in thread how to create makefile?
Perhaps, I have mixed up the c makefile with perl makefile. as we put all c programs in the make file, we compile and then, we run, I thought that I can run automatically the perl programs in the same manner.
Regarding the dependency, the first script has to be finished without error as it generates files for the 2nd script. beyond that there is no other dependency.
I should perhaps have said that all modules, mod1, ..., mod4 and pgm1 and pgm2 are in the same directory. If they are not, I think for the modules, the path should be given after -I.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to create makefile?
by Corion (Patriarch) on Jan 09, 2015 at 09:23 UTC | |
by carolw (Sexton) on Jan 09, 2015 at 09:33 UTC | |
by Corion (Patriarch) on Jan 09, 2015 at 09:41 UTC | |
by carolw (Sexton) on Jan 09, 2015 at 09:49 UTC | |
by RonW (Parson) on Jan 09, 2015 at 17:20 UTC | |
|
Re^3: how to create makefile?
by Anonymous Monk on Jan 09, 2015 at 10:09 UTC |