Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting compilation order for Fortran project

807575May 6 2009 — edited Oct 29 2009
OK, next question...

I've created a project to build a Fortran static library. I'm using the IDE generated makefile. As several other people have noted on the forum already, the IDE is not smart enough to figure out the correct order of compilation where a project has modules which depend on each other. This is OK, I can figure out the order myself however, when I came to edit the make file it contains the ominous lines:
# Gererated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add custumized code.
#
# This makefile implements configuration specific macros and targets.
So, how do I go about specifying the order of compilation in the IDE.

Thanks in advance,

Tim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2009
Added on May 6 2009
7 comments
355 views