[llvm-commits] CVS: llvm/projects/Stacker/Makefile
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sun Nov 23 11:52:12 PST 2003
    
    
  
Changes in directory llvm/projects/Stacker:
Makefile added (r1.1)
---
Log message:
initial checkin of stacker makefile
---
Diffs of the changes:  (+20 -0)
Index: llvm/projects/Stacker/Makefile
diff -c /dev/null llvm/projects/Stacker/Makefile:1.1
*** /dev/null	Sun Nov 23 11:51:47 2003
--- llvm/projects/Stacker/Makefile	Sun Nov 23 11:51:37 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 = lib tools test samples
+ 
+ #
+ # Include the Master Makefile that knows how to build all.
+ #
+ include $(LEVEL)/Makefile.common
    
    
More information about the llvm-commits
mailing list