diff options
Diffstat (limited to 'llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile')
| -rw-r--r-- | llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile b/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile new file mode 100644 index 00000000000..54f722165dc --- /dev/null +++ b/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile @@ -0,0 +1,17 @@ +##===- llvmc/example/Skeleton/plugins/Plugin/Makefile ------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = $(LLVMC_BASE_LEVEL)/../.. + +# Change this to the name of your plugin. +LLVMC_PLUGIN = Plugin + +BUILT_SOURCES = AutoGenerated.inc + +include $(LEVEL)/Makefile.common |

