4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00
Jon Turney f145c2e261 Revert "Make newlib manpages via DocBook XML (v3)"
This reverts commit 041ea4106881a3434e63ca95a38c911515793f09.
2016-06-25 17:07:43 +01:00

27 lines
523 B
Makefile

## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
SUBDIRS = $(libm_machine_dir) .
if HAVE_LIBM_MACHINE_DIR
LIBM_MACHLIB = lib.a
endif
if USE_LIBTOOL
else
noinst_LIBRARIES = $(LIBM_MACHLIB)
lib.a: $(libm_machine_dir)/lib.a
rm -f $@
ln $(libm_machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
cp $(libm_machine_dir)/lib.a $@
endif # USE_LIBTOOL
$(libm_machine_dir)/lib.a:
doc:
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host