From 3a168a7d6888d33984460589b891f591abb862f1 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16003 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ModuleMaker/tools/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/ModuleMaker/tools/Makefile (limited to 'examples/ModuleMaker/tools/Makefile') diff --git a/examples/ModuleMaker/tools/Makefile b/examples/ModuleMaker/tools/Makefile deleted file mode 100644 index b15b35b..0000000 --- a/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.1