X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmonograph%2FMakefile.am;h=1aebdc8dc66dd9cc02a61a912dac388a7660c5e3;hb=faa646abccbaeec6c24570c227efbb9c8697aa63;hp=5c1feb7e7394a8011808ecd0465ced32e791b4df;hpb=ca36a8e3e8d3598b8ff901ac1825494dce0b0fc4;p=mono.git diff --git a/mono/monograph/Makefile.am b/mono/monograph/Makefile.am index 5c1feb7e739..1aebdc8dc66 100644 --- a/mono/monograph/Makefile.am +++ b/mono/monograph/Makefile.am @@ -1,17 +1,24 @@ +if HOST_WIN32 +export HOST_CC +endif + +if JIT_SUPPORTED +runtime_lib=../mini/libmono-$(API_VER).la +else +runtime_lib=../interpreter/libmint.la +endif + bin_PROGRAMS = monograph INCLUDES = \ -I$(top_srcdir) \ - $(GMODULE_CFLAGS) \ $(GLIB_CFLAGS) monograph_LDADD = \ - ../metadata/libmetadata.a \ - ../io-layer/libwapi.a \ - ../utils/libmonoutils.a \ + $(runtime_lib) \ $(GLIB_LIBS) \ - $(GMODULE_LIBS) \ + $(LLVM_LIBS) \ -lm GRAPHS=System.Object System.Enum System.Attribute System.ValueType System.Reflection.MemberInfo