mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
758053788b
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
18 lines
452 B
Makefile
18 lines
452 B
Makefile
##===- projects/polly/Makefile -----------------------------*- Makefile -*-===##
|
|
#
|
|
# This is a polly Makefile for a project that uses LLVM.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
#
|
|
# Indicates our relative path to the top of the project's root directory.
|
|
#
|
|
LEVEL = .
|
|
DIRS = lib test tools
|
|
EXTRA_DIST = include
|
|
|
|
#
|
|
# Include the Master Makefile that knows how to build all.
|
|
#
|
|
include $(LEVEL)/Makefile.common
|