help-make
[Top][All Lists]
Advanced

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

macros in macro substitution


From: Aleksandar Uzelac
Subject: macros in macro substitution
Date: Fri, 17 Nov 2006 20:50:10 +0100

   this will work alright: OBJECTS=$(SOURCES:.c=.o)
   but i would need something like this: OBJECTS=$(TARGETPATH)/$(SOURCES:.c =.o 
$(TARGETPATH)/)

namely, i am using OBJECTS in:

$(TAGETPATH)/$(TARGETNAME): $(OBJECTS)
       $(BUILDER) $** $(BUILD_OPTIONS) /OUT:$(TAGETPATH)/$(TARGETNAME)

and i do not know of another way to specify dependency in some other
folder...

tnx.
uzi





reply via email to

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