summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/machine/Makefile.am
blob: 3f10b8fbff40fc0d1fab629851a6aef4051d379d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = cygnus

SUBDIRS = $(machine_dir) .

noinst_DATA = $(CRT0)

$(CRT0): $(machine_dir)/$(CRT0)
	rm -f $@
	ln $(machine_dir)/$(CRT0) $@ >/dev/null 2>/dev/null \
	 || cp $(machine_dir)/$(CRT0) $@

$(machine_dir)/$(CRT0): ; @true

CLEANFILES = $(CRT0)

doc:

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