[llvm-commits] CVS: llvm/projects/SmallExamples/Makefile

Reid Spencer reid at x10sys.com
Thu Aug 19 13:09:25 PDT 2004



Changes in directory llvm/projects/SmallExamples:

Makefile added (r1.1)
---
Log message:

Make the SmallExamples programs compile in their new home.


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

Index: llvm/projects/SmallExamples/Makefile
diff -c /dev/null llvm/projects/SmallExamples/Makefile:1.1
*** /dev/null	Thu Aug 19 15:09:24 2004
--- llvm/projects/SmallExamples/Makefile	Thu Aug 19 15:09:14 2004
***************
*** 0 ****
--- 1,16 ----
+ ##===- projects/Makefile ------------------------------*- Makefile -*-===##
+ # 
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ # 
+ ##===----------------------------------------------------------------------===##
+ LEVEL=../..
+ 
+ include $(LEVEL)/Makefile.config
+ 
+ DIRS=
+ OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+ 
+ include $(BUILD_SRC_ROOT)/Makefile.rules






More information about the llvm-commits mailing list