automake
[Top][All Lists]
Advanced

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

Re: Makefile ignores source


From: Harlan Stenn
Subject: Re: Makefile ignores source
Date: Wed, 28 Mar 2012 19:22:07 -0700

> I want to build a target like this:
> 
> $ cat Makefile.am
> bin_PROGRAMS = prog
> prog_SOURCES = file.f ../lib/lib.o

Try prog_LDADD, and see
http://www.gnu.org/software/automake/manual/automake.html#Program-and-Library-Variables

H



reply via email to

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