summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/Makefile.am
blob: d452c7fb3921ddd246505f22c8734dc55e54fb2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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

doc: