Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/Makefile.am')
-rw-r--r--newlib/libm/machine/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/libm/machine/Makefile.am b/newlib/libm/machine/Makefile.am
new file mode 100644
index 000000000..65b5b40a7
--- /dev/null
+++ b/newlib/libm/machine/Makefile.am
@@ -0,0 +1,15 @@
+## Process this file with automake to generate Makefile.in
+
+AUTOMAKE_OPTIONS = cygnus
+
+SUBDIRS = $(libm_machine_dir) .
+
+if USE_LIBTOOL
+else
+noinst_LIBRARIES = lib.a
+lib_a_SOURCES =
+lib_a_LIBADD = $(machlib)
+endif # USE_LIBTOOL
+
+ACLOCAL_AMFLAGS = -I ../..
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host