[arm] Commit the generated arm_dpimacros.h/arm_vfpmacros.h files, they change very...
[mono.git] / mono / arch / arm / Makefile.am
index ba7a60d768f68c9f4f9c92d4b15fae911b4c8df4..6c13092a2f981a73ba66256b7fe8fe1b2d16b4cf 100644 (file)
@@ -1,33 +1,18 @@
 
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
-
-noinst_LTLIBRARIES = libmonoarch-arm.la
-
-BUILT_SOURCES = arm_dpimacros.h arm_fpamacros.h arm_vfpmacros.h
-
-
-libmonoarch_arm_la_SOURCES = $(BUILT_SOURCES) \
-       tramp.c \
-       arm-codegen.c \
-       arm-codegen.h \
-       arm-dis.c \
-       arm-dis.h
+AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
 
 arm_dpimacros.h: dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th
        (cd $(srcdir); bash ./dpiops.sh) > $@t
        mv $@t $@
 
-arm_fpamacros.h: fpaops.sh fpam_macros.th fpa_macros.th
-       (cd $(srcdir); bash ./fpaops.sh) > $@t
-       mv $@t $@
-
 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 \
-       fpam_macros.th fpa_macros.th arm-fpa-codegen.h fpaops.sh \
-       vfpm_macros.th vfp_macros.th arm-vfp-codegen.h vfpops.sh