Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « machine « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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