From 5b81eea7a5da840b23e9183f3f5c0eae78f64bd7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 23 Aug 2004 19:29:54 +0000 Subject: Moved small examples from /projects/SmallExamples to /examples. Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003 --- llvm/examples/ModuleMaker/tools/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 llvm/examples/ModuleMaker/tools/Makefile (limited to 'llvm/examples/ModuleMaker/tools/Makefile') diff --git a/llvm/examples/ModuleMaker/tools/Makefile b/llvm/examples/ModuleMaker/tools/Makefile deleted file mode 100644 index b15b35b33d0..00000000000 --- a/llvm/examples/ModuleMaker/tools/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -##===- projects/ModuleMaker/tools/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. -# -##===----------------------------------------------------------------------===## -# -# 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 -- cgit v1.2.3