File: Makefile.am

package info (click to toggle)
avr-libc 20020203-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,448 kB
  • ctags: 6,562
  • sloc: ansic: 7,631; asm: 4,424; sh: 2,703; makefile: 338; pascal: 289
file content (32 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
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
## Process this file with automake to generate Makefile.in

# content of AVRLIB_ASFLAGS is determined by configure
# according to the multilib subdir (see acinclude.m4 in top directory)
# AM_CFLAGS are used when assembling.
AM_CFLAGS = $(AVRLIB_ASFLAGS)

noinst_LIBRARIES = lib.a

lib_a_SOURCES = \
	memccpy.S     \
	memchr.S      \
	memcmp.S      \
	memcpy.S      \
	memmove.S     \
	memset.S      \
	strcasecmp.S  \
	strcat.S      \
	strchr.S      \
	strcmp.S      \
	strcpy.S      \
	strlen.S      \
	strlwr.S      \
	strncasecmp.S \
	strncat.S     \
	strncmp.S     \
	strncpy.S     \
	strnlen.S     \
	strrchr.S     \
	strrev.S      \
	strstr.S      \
	strupr.S