| ##===- test/Programs/SingleSource/Makefile.external --------*- Makefile -*-===## | |
| # | |
| # This makefile is used to build programs that are not directly in the LLVM | |
| # build system. It relies on a set of external makefiles to build the program, | |
| # then imports the resultant bytecode file for use with the normal LLVM scripts. | |
| # | |
| ##===----------------------------------------------------------------------===## | |
| include $(LEVEL)/test/Programs/Makefile.programs | |
| .PRECIOUS: Output/%.linked.rll |