[arm64] Dist arm64-codegen.h. Fixes #38223.
[mono.git] / mono / arch / arm / Makefile.am
1
2 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
3
4 BUILT_SOURCES = arm_dpimacros.h arm_vfpmacros.h
5
6 arm_dpimacros.h: dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th
7         (cd $(srcdir); bash ./dpiops.sh) > $@t
8         mv $@t $@
9
10 arm_vfpmacros.h: vfpops.sh vfpm_macros.th vfp_macros.th
11         (cd $(srcdir); bash ./vfpops.sh) > $@t
12         mv $@t $@
13
14 CLEANFILES = $(BUILT_SOURCES)
15
16 EXTRA_DIST = arm-codegen.h dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th \
17         vfpm_macros.th vfp_macros.th arm-vfp-codegen.h vfpops.sh
18