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: 308373d9734bf910b0e5be705baf4d9d2edb975a (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
49
50
51
52
53
## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = cygnus

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

AM_CCASFLAGS = $(INCLUDES)

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_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)

all: crt0.o

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