source: trunk/libs/newlib/src/newlib/libc/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: 479 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5SUBDIRS = $(machine_dir) .
6
7if HAVE_MACHINE_DIR
8MACHLIB = lib.a
9endif
10
11if USE_LIBTOOL
12else
13noinst_LIBRARIES = $(MACHLIB)
14
15lib.a: $(machine_dir)/lib.a
16        rm -f $@
17        ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
18         cp $(machine_dir)/lib.a $@
19endif
20
21$(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.