[cxx] externC for some icalls, for wasm and ios. (#17444)
[mono-project.git] / tools / mono-hang-watchdog / Makefile.am
blob63a96c5f42bca8d2a271fd9c202dd9082aaa7b65
1 if !ENABLE_MSVC_ONLY
3 AM_CPPFLAGS = $(SHARED_CFLAGS)
5 if DISABLE_EXECUTABLES
6 bin_PROGRAMS =
7 else
8 bin_PROGRAMS = mono-hang-watchdog
9 endif
11 endif # !ENABLE_MSVC_ONLY
13 CFLAGS = $(filter-out @CXX_REMOVE_CFLAGS@, @CFLAGS@)
15 if !ENABLE_MSVC_ONLY
17 mono_hang_watchdog_SOURCES = mono-hang-watchdog.c
19 endif # !ENABLE_MSVC_ONLY