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

Makefile.am « machine « phoenix « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea94b60932a2ba6f8b6148241182cf142253f3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to generate Makefile.in

SUBDIRS = $(machine_dir) .

noinst_DATA = $(CRT0) lib.a

$(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)

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

doc:

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