help-make
[Top][All Lists]
Advanced

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

problems with $$


From: PATTON, BILLY \(SBCSI\)
Subject: problems with $$
Date: Tue, 23 May 2006 08:48:34 -0500

I have the following example :
INCLUDE := -Idogs -Ipigs -Isheep -Irats

PC_TO_O = @echo $$(INCLUDE:-I=include\=)

.PHONY : x

define x
x : ; $(PC_TO_O)
endef
$(eval $(call x))



It need to print out
include=dogs include=pigs include=sheep include=rats




reply via email to

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