[llvm-commits] CVS: llvm/projects/ModuleMaker/tools/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 21 17:31:13 PDT 2003


Changes in directory llvm/projects/ModuleMaker/tools:

Makefile added (r1.1)

---
Log message:

Initial checkin of ModuleMaker project



---
Diffs of the changes:

Index: llvm/projects/ModuleMaker/tools/Makefile
diff -c /dev/null llvm/projects/ModuleMaker/tools/Makefile:1.1
*** /dev/null	Thu Aug 21 17:30:00 2003
--- llvm/projects/ModuleMaker/tools/Makefile	Thu Aug 21 17:29:50 2003
***************
*** 0 ****
--- 1,11 ----
+ #
+ # Relative path to the top of the source tree.
+ #
+ LEVEL=..
+ 
+ #
+ # List all of the subdirectories that we will compile.
+ #
+ DIRS=ModuleMaker
+ 
+ include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list