mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-28 18:10:23 +08:00
60565ed657
* libc/machine/i386/f_*: Move to libm/machine/i386. 2001-12-18 Joel Sherrill <joel@OARcorp.com> * libm/machine/Makefile.am: Add dummy doc stub so "make info" works. 2001-12-17 Joel Sherrill <joel@OARcorp.com> * libc/include/sys/types.h (ino_t): RTEMS uses long also.
18 lines
325 B
Makefile
18 lines
325 B
Makefile
## 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:
|