bug-make
[Top][All Lists]
Advanced

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

[bug #29104] Directory Search for Link Libraries doesn't work in implici


From: Misha
Subject: [bug #29104] Directory Search for Link Libraries doesn't work in implicit rules
Date: Sun, 07 Mar 2010 14:48:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)

Follow-up Comment #2, bug #29104 (project make):

hi Tim,

  thanks for the clarification! 

> This is reasonably sensible - since not all exes in the entire universe
really to link to libm. 

  No, but in other cases it may be useful. Suppose you compile a separate
profiling-enabled version of each executable and link in some profiling
support library. Then you would like to write

%.exe: %.c
  $(BUILD_CMD) 

%.prof.exe: CFLAGS += -DENABLE_PROF
%.prof.exe: -lmyprof

Best,
  Misha

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29104>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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