X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Farch%2Farm%2FMakefile.am;h=6c13092a2f981a73ba66256b7fe8fe1b2d16b4cf;hb=8c7e025342cc9272a5edf78e0dfe84d5263f7166;hp=593574c6b9cdd9216c8c3253c76334118d8dc795;hpb=392bae3c453763e8f887f447678ab0202a36228a;p=mono.git diff --git a/mono/arch/arm/Makefile.am b/mono/arch/arm/Makefile.am index 593574c6b9c..6c13092a2f9 100644 --- a/mono/arch/arm/Makefile.am +++ b/mono/arch/arm/Makefile.am @@ -1,17 +1,6 @@ AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) -noinst_LTLIBRARIES = libmonoarch-arm.la - -BUILT_SOURCES = arm_dpimacros.h arm_vfpmacros.h - - -libmonoarch_arm_la_SOURCES = $(BUILT_SOURCES) \ - arm-codegen.c \ - arm-codegen.h \ - arm-dis.c \ - arm-dis.h - arm_dpimacros.h: dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th (cd $(srcdir); bash ./dpiops.sh) > $@t mv $@t $@ @@ -20,8 +9,10 @@ arm_vfpmacros.h: vfpops.sh vfpm_macros.th vfp_macros.th (cd $(srcdir); bash ./vfpops.sh) > $@t mv $@t $@ -CLEANFILES = $(BUILT_SOURCES) +gen: arm_dpimacros.h arm_vfpmacros.h + +EXTRA_DIST = arm-codegen.h dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th \ + vfpm_macros.th vfp_macros.th arm-vfp-codegen.h vfpops.sh \ + arm_dpimacros.h arm_vfpmacros.h -EXTRA_DIST = dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th \ - vfpm_macros.th vfp_macros.th arm-vfp-codegen.h vfpops.sh