For Programmers: Free Programming Magazines  


Home > Archive > Fortran > June 2005 > makefile with include files









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author makefile with include files
Al

2005-06-07, 8:58 pm

I would like to know what is the best or standard practice for the
directory structure

I have a folder 'source' that contains the source code and a directory
'include' which contains a .inc file which the .f files include

Do I place these directory on the same level, like so:

--MyProject
--include
myFile.inc
--source
myFile1.f
myFile2.f

Or does one place the include folder in the source:

--MyProject
--source
myFile1.f
myFile2.f
--include
myFile.inc

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com