hanchenye-llvm-project/llvm/tools/llee/Makefile

16 lines
283 B
Makefile
Raw Normal View History

LEVEL = ../..
LIBRARYNAME = execve
SHARED_LIBRARY = 1
include $(LEVEL)/Makefile.common
all:: llee
llee: $(DESTTOOLCURRENT)/llee
$(DESTTOOLCURRENT)/llee: Makefile
echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve.so $$\* > $@
chmod u+x $@
clean::
rm -f $(DESTTOOLCURRENT)/llee