Home
last modified time | relevance | path

Searched refs:staticname (Results 1 – 1 of 1) sorted by relevance

/external/capstone/tests/
DMakefile141 $(call log,LINK,$(notdir $(call staticname,$@)))
169 $(CC) $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
173 staticname = $(subst $(BIN_EXT),,$(1)).static$(BIN_EXT) macro