automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why no dependency tracking with preprocessed Fortran?


From: Daily, Jeff A
Subject: Why no dependency tracking with preprocessed Fortran?
Date: Wed, 14 Apr 2010 14:36:54 -0700

Why doesn't automake have dependency tracking for preprocessed Fortran?

Wouldn't the following work?  Note that there is a space before include so that 
automake doesn't process it, but rather it appears verbatim in the generated 
Makefile.in.

F77DEPMODE = makedepend
.F.o:
        $(AM_V_PPF77) \
        source='$<' object='$@' libtool=no \
        DEPDIR=$(DEPDIR) $(F77DEPMODE) $(depcomp) \
        $(PPF77COMPILE) -c $<

 include ./$(DEPDIR)/mysource.Po

_________________________________________________
Jeff Daily
Scientist
Pacific Northwest National Laboratory






reply via email to

[Prev in Thread] Current Thread [Next in Thread]