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

Makefile.am « arc « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f1ba44cca22f20f329cb15d85af47f88807b4f6 (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
## Process this file with automake to generate Makefile.in

AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)

noinst_LIBRARIES = lib.a

lib_a_SOURCES =			\
	memcmp.S		\
	memcmp-bs-norm.S	\
	memcmp-stub.c		\
	memcpy.S		\
	memcpy-archs.S		\
	memcpy-bs.S		\
	memcpy-stub.c		\
	memset.S		\
	memset-archs.S		\
	memset-bs.S		\
	memset-stub.c		\
	setjmp.S		\
	strchr.S		\
	strchr-bs.S		\
	strchr-bs-norm.S	\
	strchr-stub.c		\
	strcmp.S		\
	strcmp-archs.S		\
	strcmp-stub.c		\
	strcpy.S		\
	strcpy-bs.S		\
	strcpy-bs-arc600.S	\
	strcpy-stub.c		\
	strlen.S		\
	strlen-bs.S		\
	strlen-bs-norm.S	\
	strlen-stub.c		\
	strncpy.S		\
	strncpy-stub.c		\
	strncpy-bs.S

lib_a_CFLAGS = $(AM_CFLAGS)

pdf:
install-pdf: