This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

automake 1.4 ignores LDFLAGS?



 Should LDFLAGS be included in link commands, in addition to PROG_LDFLAGS?

PROG : $(PROG_OBJECTS) $(PROG_DEPENDENCIES)
	@rm -f PROG
	$(LINK) $(PROG_LDFLAGS) $(PROG_OBJECTS) $(PROG_LDADD) $(LIBS)

 And, if not, why?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]