diff options
Diffstat (limited to 'newlib/libc/machine/mep/Makefile.am')
-rw-r--r-- | newlib/libc/machine/mep/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/libc/machine/mep/Makefile.am b/newlib/libc/machine/mep/Makefile.am new file mode 100644 index 000000000..fd8b2bec9 --- /dev/null +++ b/newlib/libc/machine/mep/Makefile.am @@ -0,0 +1,15 @@ +## Process this file with automake to generate Makefile.in + +AUTOMAKE_OPTIONS = cygnus + +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) + +AM_CCASFLAGS = $(INCLUDES) + +noinst_LIBRARIES = lib.a + +lib_a_SOURCES = setjmp.S +lib_a_CFLAGS = $(AM_CFLAGS) + +ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host |