Fequently Asked Questions about LLVM. Mainly focuses on build problems, but
[oota-llvm.git] / tools / llee / Makefile
1 LEVEL = ../..
2 LIBRARYNAME = execve
3 SHARED_LIBRARY = 1
4 include $(LEVEL)/Makefile.common
5
6 all:: llee
7
8 llee: $(DESTTOOLCURRENT)/llee
9
10 $(DESTTOOLCURRENT)/llee: Makefile
11         echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve.so $$\* > $@
12         chmod u+x $@
13
14 clean::
15         rm -f $(DESTTOOLCURRENT)/llee