Add assert when dllmap is disabled and fix support build in netcore mode
[mono-project.git] / m4 / mono-output.m4
blobd1a4e97e33334ca4c232d1af965978a6ebe13077
1 # Usage:
2 # AC_MONO_OUTPUT()
4 # Generates the output files used by Mono.
6 AC_DEFUN([AC_MONO_OUTPUT], [
8         AC_CONFIG_FILES([po/mcs/Makefile.in])
9         AC_CONFIG_FILES([acceptance-tests/microbench-perf.sh], [chmod +x acceptance-tests/microbench-perf.sh])
10         AC_CONFIG_FILES([runtime/mono-wrapper],                [chmod +x runtime/mono-wrapper])
11         AC_CONFIG_FILES([runtime/monodis-wrapper],             [chmod +x runtime/monodis-wrapper])
12         AC_CONFIG_FILES([runtime/bin/mono-hang-watchdog],      [chmod +x runtime/bin/mono-hang-watchdog])
14         AC_OUTPUT([
15                 Makefile
16                 llvm/Makefile
17                 mono/Makefile
18                 mono/btls/Makefile
19                 mono/native/Makefile
20                 mono/utils/Makefile
21                 mono/metadata/Makefile
22                 mono/zlib/Makefile
23                 mono/dis/Makefile
24                 mono/cil/Makefile
25                 mono/arch/Makefile
26                 mono/arch/x86/Makefile
27                 mono/arch/amd64/Makefile
28                 mono/arch/ppc/Makefile
29                 mono/arch/sparc/Makefile
30                 mono/arch/s390x/Makefile
31                 mono/arch/arm/Makefile
32                 mono/arch/arm64/Makefile
33                 mono/arch/mips/Makefile
34                 mono/arch/riscv/Makefile
35                 mono/sgen/Makefile
36                 mono/native/platform-type.c
37                 mono/native/platform-type-compat.c
38                 mono/native/platform-type-unified.c
39                 mono/tests/Makefile
40                 mono/tests/assembly-load-reference/Makefile
41                 mono/tests/tests-config
42                 mono/tests/gc-descriptors/Makefile
43                 mono/tests/testing_gac/Makefile
44                 mono/tests/fullaot-mixed/Makefile
45                 mono/tests/llvmonly-mixed/Makefile
46                 mono/unit-tests/Makefile
47                 mono/benchmark/Makefile
48                 mono/mini/Makefile
49                 mono/profiler/Makefile
50                 mono/eglib/Makefile
51                 mono/eglib/eglib-config.h
52                 mono/eglib/test/Makefile
53                 m4/Makefile
54                 msvc/Makefile
55                 mono/utils/jemalloc/Makefile
56                 mono-uninstalled.pc
57                 acceptance-tests/Makefile
58                 scripts/mono-find-provides
59                 scripts/mono-find-requires
60                 ikvm-native/Makefile
61                 scripts/Makefile
62                 man/Makefile
63                 docs/Makefile
64                 data/Makefile
65                 data/net_2_0/Makefile
66                 data/net_4_0/Makefile
67                 data/net_4_5/Makefile
68                 data/net_2_0/Browsers/Makefile
69                 data/net_4_0/Browsers/Makefile
70                 data/net_4_5/Browsers/Makefile
71                 data/mint.pc
72                 data/mono-2.pc
73                 data/monosgen-2.pc
74                 data/mono.pc
75                 data/mono-cairo.pc
76                 data/mono-options.pc
77                 data/mono-lineeditor.pc
78                 data/monodoc.pc
79                 data/dotnet.pc
80                 data/dotnet35.pc
81                 data/wcf.pc
82                 data/cecil.pc
83                 data/system.web.extensions_1.0.pc
84                 data/system.web.extensions.design_1.0.pc
85                 data/system.web.mvc.pc
86                 data/system.web.mvc2.pc
87                 data/system.web.mvc3.pc
88                 data/aspnetwebstack.pc
89                 data/reactive.pc
90                 samples/Makefile
91                 support/Makefile
92                 data/config
93                 tools/Makefile
94                 tools/locale-builder/Makefile
95                 tools/sgen/Makefile
96                 tools/pedump/Makefile
97                 tools/mono-hang-watchdog/Makefile
98                 runtime/Makefile
99                 po/Makefile
100         ])