public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31588]  New: gfortran should be able to output Makefile dependencies with -M* options
@ 2007-04-16  9:21 fxcoudert at gcc dot gnu dot org
  2007-04-16  9:22 ` [Bug fortran/31588] " fxcoudert at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-16  9:21 UTC (permalink / raw)
  To: gcc-bugs

gcc has various -M options to create Makefile dependencies for automatic
dependency tracking, which is very nice for compilation of large projects.
gfortran should be able to do the same. Here are examples with g95:

$ cat a.f90 
module foo
  integer, parameter :: bar = 42
end module foo
$ g95 -M a.f90     
a.o foo.mod: a.f90
$ cat a.F90
include "foo.inc"

module foo
  integer, parameter :: bar = 42
end module foo
$ g95 -M a.F90
a.o foo.mod: a.F90 foo.inc


-- 
           Summary: gfortran should be able to output Makefile dependencies
                    with -M* options
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31588


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2010-08-08  1:59 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-16  9:21 [Bug fortran/31588] New: gfortran should be able to output Makefile dependencies with -M* options fxcoudert at gcc dot gnu dot org
2007-04-16  9:22 ` [Bug fortran/31588] " fxcoudert at gcc dot gnu dot org
2007-04-16  9:22 ` fxcoudert at gcc dot gnu dot org
2007-04-16 10:02 ` dfranke at gcc dot gnu dot org
2007-04-16 10:06 ` fxcoudert at gcc dot gnu dot org
2007-04-16 14:28 ` burnus at gcc dot gnu dot org
2007-06-04 17:20 ` aldot at gcc dot gnu dot org
2007-06-04 17:40 ` fxcoudert at gcc dot gnu dot org
2007-06-04 20:50 ` rep dot dot dot nop at gmail dot com
2007-10-06 21:36 ` tkoenig at gcc dot gnu dot org
2008-01-30 22:57 ` dfranke at gcc dot gnu dot org
2008-01-31  1:47 ` fxcoudert at gcc dot gnu dot org
2008-03-26  3:33 ` pinskia at gcc dot gnu dot org
2008-03-26  3:36 ` pinskia at gcc dot gnu dot org
2008-05-25 22:56 ` dfranke at gcc dot gnu dot org
2010-05-03 18:10 ` dfranke at gcc dot gnu dot org
2010-06-12 21:06 ` dfranke at gcc dot gnu dot org
2010-06-12 21:46 ` dfranke at gcc dot gnu dot org
2010-06-13 16:05 ` dfranke at gcc dot gnu dot org
2010-06-13 16:07 ` dfranke at gcc dot gnu dot org
2010-08-07 16:52 ` jvdelisle at gcc dot gnu dot org
2010-08-08  1:59 ` jvdelisle at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).