| Index: lib/Target/PNaCl/Makefile
|
| ===================================================================
|
| --- lib/Target/PNaCl/Makefile (revision 0)
|
| +++ lib/Target/PNaCl/Makefile (revision 0)
|
| @@ -0,0 +1,16 @@
|
| +##===- lib/Target/PNaCl/Makefile --- ------------------*- Makefile -*-===##
|
| +#
|
| +# The LLVM Compiler Infrastructure
|
| +#
|
| +# This file is distributed under the University of Illinois Open Source
|
| +# License. See LICENSE.TXT for details.
|
| +#
|
| +##===----------------------------------------------------------------------===##
|
| +
|
| +LEVEL = ../../..
|
| +LIBRARYNAME = LLVMPNaClCodeGen
|
| +TARGET = PNaCl
|
| +
|
| +DIRS = TargetInfo MCTargetDesc
|
| +
|
| +include $(LEVEL)/Makefile.common
|
|
|