#===-- projects/llvm-stacker/samples/Makefile ---------------*- Makefile -*-===# # # The LLVM Compiler Infrastructure # # This file was developed by Reid Spencer and is distributed under the # University of Illinois Open Source License. See LICENSE.TXT for details. # #===------------------------------------------------------------------------===# # # This makefile builds some sample stacker programs. # #===------------------------------------------------------------------------===# # Indicates our relative path to the top of the project's root directory. LEVEL = ../../.. DIRS = EXTRA_DIST = fibonacci.st hello.st prime.st goof.st SAMPLES = fibonacci hello prime goof LLVMC_EXEC = LLVM_CONFIG_DIR=$(BUILD_SRC_ROOT)/tools/llvmc $(TOOLDIR)/llvmc all :: $(SAMPLES) ifdef OPTIMIZE % : %.st $(Echo) "Compiling and Optimizing $(