|
@@ -20,6 +20,10 @@ depfile = $(subst $(comma),_,$(dot-target).d)
|
|
# filename of target with directory and extension stripped
|
|
# filename of target with directory and extension stripped
|
|
basetarget = $(basename $(notdir $@))
|
|
basetarget = $(basename $(notdir $@))
|
|
|
|
|
|
|
|
+###
|
|
|
|
+# filename of first prerequisite with directory and extension stripped
|
|
|
|
+baseprereq = $(basename $(notdir $<))
|
|
|
|
+
|
|
###
|
|
###
|
|
# Escape single quote for use in echo statements
|
|
# Escape single quote for use in echo statements
|
|
escsq = $(subst $(squote),'\$(squote)',$1)
|
|
escsq = $(subst $(squote),'\$(squote)',$1)
|