Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Question about managed make


> Is there a way to get the managed make system to build the files in
> a non-alphabetical order? I have been trying to learn how to work
> with modules and I have found that if the module name is
> alphabetically later than the main program file, the managed make
> system will not build the module before trying to build the main
> executable.



I thought that managed make would sort the sources in order of dependence.
The main program file will then automatically be the last to be compiled.
Even outside of Photran I use this practice. With mkmf.pl you get
a Makefile with this characteristic. What am I overlooking?

Arjan




Disclaimer RIVM

Back to the top