Michael Kruse a54eb9b7c5 [Polly] Update isl to isl-0.22.1-416-g61d6dc75.
This fixes llvm.org/PR47104
2020-08-21 00:28:44 -05:00

24 lines
588 B
Makefile

ACLOCAL_AMFLAGS = -I ../m4
AUTOMAKE_OPTIONS = nostdinc
noinst_PROGRAMS = extract_interface
includes = -I$(top_builddir) -I$(top_srcdir) \
-I$(top_builddir)/include -I$(top_srcdir)/include
extract_interface_CPPFLAGS = $(includes)
extract_interface_CXXFLAGS = $(CLANG_CXXFLAGS)
extract_interface_SOURCES = \
generator.h \
generator.cc \
python.h \
python.cc \
cpp.h \
cpp.cc \
cpp_conversion.h \
cpp_conversion.cc \
extract_interface.h \
extract_interface.cc
extract_interface_LDFLAGS = $(CLANG_LDFLAGS) $(CLANG_RFLAG)
extract_interface_LDADD = $(CLANG_LIBS) $(CLANG_LDFLAGS)