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

Makefile.am « go32 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ccd669da3232499cdf73964b446e54432e25c93 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
## 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 = \
	_exit.s		\
	_main.c		\
	abort.c		\
	access.c	\
	bdos.c		\
	bdosptr.c	\
	brk.s		\
	chdir.s		\
	chmod.c		\
	chown.c		\
	clock.S		\
	close.s		\
	creat.s		\
	crlf2nl.c	\
	dir.c		\
	dosmem.S 	\
	dpmi.c          \
	dup.s		\
	dup2.s		\
	exec.c          \
	fchmod.c	\
	findfirs.s	\
	findnext.s	\
	fixpath.c	\
	fstat.s		\
	fsync.s		\
	ftruncat.c	\
	gerrno.s	\
	getcwd.c	\
	getdate.c 	\
	getdtabl.c	\
	getgid.c	\
	getkey.s	\
	getpages.c	\
	getpid.c	\
	getrusag.c	\
	gettime.c	\
	gettimeo.c	\
	getuid.c	\
	getwd.s		\
	go32func.c      \
	infoblk.c	\
	inportb.s	\
	inportl.s	\
	inportsb.s	\
	inportsl.s	\
	inportsw.s	\
	inportw.s	\
	int86x.s	\
	intdos.c	\
	intdosx.c	\
	isatty.s	\
	kbhit.s		\
	kill.c		\
	link.s		\
	longjmp.S	\
	lseek.s		\
	lstat.s		\
	mkdir.s		\
	open.s		\
	outportb.s	\
	outportl.s	\
	outportw.s	\
	outprtsb.s	\
	outprtsl.s	\
	outprtsw.s	\
	read.s		\
	readv.c		\
	rename.s	\
	rmdir.s		\
	sbrk.s		\
	screen.S	\
	setjmp.S	\
	setmode.s	\
	setstack.S 	\
	settimeo.s	\
	sleep.c		\
	stat.c		\
	stat_ast.s  	\
	syserr.c	\
	system.s	\
	tell.s		\
	time.c		\
	truncate.c	\
	turbo.s		\
	umask.c		\
	unlink.s	\
	utime.c		\
	utimes.c	\
	write.s		\
	writev.c

all: crt0.o

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