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

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

pdf:
install-pdf: