source: trunk/libs/newlib/src/newlib/libm/machine/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 533 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5SUBDIRS = $(libm_machine_dir) .
6
7if HAVE_LIBM_MACHINE_DIR
8LIBM_MACHLIB = lib.a
9endif
10
11if USE_LIBTOOL
12else
13noinst_LIBRARIES = $(LIBM_MACHLIB)
14
15lib.a: $(libm_machine_dir)/lib.a
16        rm -f $@
17        ln $(libm_machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
18         cp $(libm_machine_dir)/lib.a $@
19endif # USE_LIBTOOL
20
21$(libm_machine_dir)/lib.a:
22
23doc:
24
25docbook:
26
27ACLOCAL_AMFLAGS = -I ../.. -I ../../..
28CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.