automake
[Top][All Lists]
Advanced

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

Defining dependencies in Automake


From: Sam Silla
Subject: Defining dependencies in Automake
Date: Tue, 22 Jun 2010 08:41:24 -0700

Greetings,

I have a Makefile.am file right now that looks like this:

lib_LIBRARIES = foo.a

foo_a_SOURCES = bar.F90 baz.F90

However, bar.F90 depends on several other Fortran files (x.F90, y.F90,
z.F90). I would like to set up Automake to rebuild bar.o if the source of
one of these dependencies change.

I've been reading the GNU manuals for automake/autoconf and was unable to
find an applicable solution to this. Thanks for reading.
 Sam


reply via email to

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