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: 174934d59f312e92e65ea9d1dfc974006461b621 (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
## Process this file with automake to generate Makefile.in

AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)

AM_CCASFLAGS = $(AM_CPPFLAGS)

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

lib_a_CFLAGS = $(AM_CFLAGS)

all-local: crt0.o