[llvm-commits] CVS: llvm/test/Programs/External/Makefile.external

Chris Lattner lattner at cs.uiuc.edu
Thu May 29 15:25:02 PDT 2003


Changes in directory llvm/test/Programs/External:

Makefile.external added (r1.1)

---
Log message:

Checkin file


---
Diffs of the changes:

Index: llvm/test/Programs/External/Makefile.external
diff -c /dev/null llvm/test/Programs/External/Makefile.external:1.1
*** /dev/null	Thu May 29 15:24:21 2003
--- llvm/test/Programs/External/Makefile.external	Thu May 29 15:24:10 2003
***************
*** 0 ****
--- 1,10 ----
+ ##===- 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





More information about the llvm-commits mailing list