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

Makefile.am « a29khif « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48f389695aea62a7f6c2646c62e44a60067be63c (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = cygnus

INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)

noinst_LIBRARIES = lib.a

lib_a_SOURCES = \
	_alloc.s	\
	_close.s	\
	_cycles.s	\
	_exit.s		\
	_getpsiz.s	\
	_gettz.s	\
	_ioctl.s	\
	_iostat.s	\
	_iowait.s	\
	_lseek.s	\
	_open.s		\
	_query.s	\
	_read.s		\
	_setim.s	\
	_settrap.s	\
	_setvec.s	\
	_tmpnam.s	\
	_write.s	\
	alloc.s		\
	clock.s		\
	getargs.s	\
	getenv.s	\
	read.s		\
	remove.s	\
	rename.s	\
	signal.s	\
	_sbrk.s 	\
	_fstat.s 	\
	_isatty.s 	\
	systime.s	\
	vec.s		\
	kill.c		\
	getpid.c	\
	stubs.s

all: crt0.o

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