OSDN Git Service

7e71be19395e405dd8057ea9c2409cc164cda6db
[pf3gnuchains/pf3gnuchains4x.git] / newlib / libc / machine / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 SUBDIRS = $(machine_dir) .
6
7 if HAVE_MACHINE_DIR
8 MACHLIB = lib.a
9 endif
10
11 if USE_LIBTOOL
12 else
13 noinst_LIBRARIES = $(MACHLIB)
14
15 lib.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 $@
19 endif
20
21 $(machine_dir)/lib.a:
22
23 doc:
24
25 ACLOCAL_AMFLAGS = -I ../..
26 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host