aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/Makefile.am
blob: 831c0c36f44b4a338ae7525914e4265135444def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = cygnus

SUBDIRS = $(machine_dir) .

if HAVE_MACHINE_DIR
MACHLIB = lib.a
endif

if USE_LIBTOOL
else
noinst_LIBRARIES = $(MACHLIB)

lib.a: $(machine_dir)/lib.a
	rm -f $@
	ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
	 cp $(machine_dir)/lib.a $@
endif

$(machine_dir)/lib.a:

doc:

docbook:

ACLOCAL_AMFLAGS = -I ../.. -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host