Wrap always_inline and noinline attributes in compiler checks and use MSVC equivalent.
[mono.git] / mono / arch / ppc / Makefile.am
1 if INTERP_SUPPORTED
2
3 INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 noinst_LTLIBRARIES = libmonoarch-ppc.la
6
7 libmonoarch_ppc_la_SOURCES = tramp.c ppc-codegen.h
8
9 noinst_PROGRAMS = test
10
11 endif