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