mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 04:46:08 +00:00
16 lines
470 B
Makefile
16 lines
470 B
Makefile
##===- lib/CodeGen/ModuloScheduling/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.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../../..
|
|
|
|
DIRS =
|
|
|
|
LIBRARYNAME = modulosched
|
|
|
|
include $(LEVEL)/Makefile.common
|