URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [Makefile.am] - Rev 816
Compare with Previous | Blame | View Log
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusSUBDIRS = $(libm_machine_dir) .if HAVE_LIBM_MACHINE_DIRLIBM_MACHLIB = lib.aendifif USE_LIBTOOLelsenoinst_LIBRARIES = $(LIBM_MACHLIB)lib.a: $(libm_machine_dir)/lib.arm -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
