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

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 23 12:00:24 PST 2003


Changes in directory llvm/projects/Stacker/tools:

Makefile added (r1.1)

---
Log message:

Initial checkin


---
Diffs of the changes:  (+20 -0)

Index: llvm/projects/Stacker/tools/Makefile
diff -c /dev/null llvm/projects/Stacker/tools/Makefile:1.1
*** /dev/null	Sun Nov 23 11:58:56 2003
--- llvm/projects/Stacker/tools/Makefile	Sun Nov 23 11:58:46 2003
***************
*** 0 ****
--- 1,20 ----
+ ##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+ #
+ # This is a sample Makefile for a project that uses LLVM.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ #
+ # Indicates our relative path to the top of the project's root directory.
+ #
+ LEVEL = ../../..
+ 
+ #
+ # Directories that needs to be built.
+ #
+ DIRS = stkrc
+ 
+ #
+ # Include the Master Makefile that knows how to build all.
+ #
+ include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list