From: Anand Shukla Date: Tue, 27 Aug 2002 22:46:38 +0000 (+0000) Subject: Makefile for new sub directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=894e83010014ac3f3a59a8e5362fa454e37994b3;p=oota-llvm.git Makefile for new sub directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Mapping/Makefile b/lib/CodeGen/Mapping/Makefile new file mode 100644 index 00000000000..de7c4f141bd --- /dev/null +++ b/lib/CodeGen/Mapping/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../.. + +LIBRARYNAME = mapping +include $(LEVEL)/Makefile.common