Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
lib/Makefile
Show All 28 Lines | |||||
ifeq ($(PLUTO_FOUND), yes) | ifeq ($(PLUTO_FOUND), yes) | ||||
POLLY_PLUTO_FILES= Transform/Pluto.cpp | POLLY_PLUTO_FILES= Transform/Pluto.cpp | ||||
endif | endif | ||||
ifeq ($(SCOPLIB_FOUND), yes) | ifeq ($(SCOPLIB_FOUND), yes) | ||||
POLLY_SCOPLIB_FILES= Exchange/ScopLib.cpp \ | POLLY_SCOPLIB_FILES= Exchange/ScopLib.cpp \ | ||||
Exchange/ScopLibExporter.cpp \ | Exchange/ScopLibExporter.cpp \ | ||||
Exchange/ScopLibImporter.cpp \ | Exchange/ScopLibImporter.cpp | ||||
Transform/Pocc.cpp | |||||
endif | endif | ||||
ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \ | ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \ | ||||
CodeGen/IslExprBuilder.cpp \ | CodeGen/IslExprBuilder.cpp \ | ||||
CodeGen/IslCodeGeneration.cpp | CodeGen/IslCodeGeneration.cpp | ||||
POLLY_JSON_FILES= JSON/json_reader.cpp \ | POLLY_JSON_FILES= JSON/json_reader.cpp \ | ||||
JSON/json_value.cpp \ | JSON/json_value.cpp \ | ||||
Show All 37 Lines |