automake
[Top][All Lists]
Advanced

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

Makefile ignores source


From: Justin Findlay
Subject: Makefile ignores source
Date: Wed, 28 Mar 2012 11:22:25 -0600
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120310 Thunderbird/11.0

I want to build a target like this:

$ cat Makefile.am
bin_PROGRAMS = prog
prog_SOURCES = file.f ../lib/lib.o

prog_SOURCES propagates as defined through to the Makefile, but I can't figure out why `make prog` doesn't include ../lib/lib.o in the gfortran invocation. Is there a way to accomplish this?


Justin



reply via email to

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