28
28
# POSSIBILITY OF SUCH DAMAGE.
32
## NOTE: This file was generated by the gen-avr-lib-tree.sh script found in
33
## the devtools/ directory of the avr-libc source. If you find that this file
34
## needs modification, please make the changes in the generator script. To
35
## propagate the changes, be sure to run the generator script from the top
36
## level directory of the source tree. (HINT: Your next build will proceed
37
## much faster if you then re-run the bootstrap script.)
40
SUBDIRS = atxmega32d4 atxmega16a4 atxmega16d4
31
SUBDIRS = atxmega16a4 atxmega16d4 atxmega32a4 atxmega32d4
42
33
AVR_TARGET = avrxmega2
43
AVR_TARGET_CRT = crtx16d4.o
44
34
AVR_TARGET_DEFS = -D__COMPILING_AVR_LIBC__
45
35
AVR_TARGET_CFLAGS = -mcall-prologues -Os
46
36
AVR_TARGET_ASFLAGS =
47
37
AVR_INSTALL_DIR = avrxmega2
49
VPATH = $(top_srcdir)/crt1:$(top_srcdir)/libc/stdlib:$(top_srcdir)/libc/pmstring:$(top_srcdir)/libc/string:$(top_srcdir)/libc/misc:$(top_srcdir)/libc/stdio:$(top_srcdir)/libm/fplib
39
VPATH = $(top_srcdir)/libc/stdlib:$(top_srcdir)/libc/pmstring:$(top_srcdir)/libc/string:$(top_srcdir)/libc/misc:$(top_srcdir)/libc/stdio:$(top_srcdir)/libm/fplib
55
AVRLIB_DEVLIST += atxmega32d4
58
45
AVRLIB_DEVLIST += atxmega16a4
59
46
endif # atxmega16a4
61
48
AVRLIB_DEVLIST += atxmega16d4
62
49
endif # atxmega16d4
64
# NOTE: Automake will be performing the following include, not GNU Make.
65
# Automake will also be scanning the included file.
67
include $(top_srcdir)/AvrCommonLibC.am
51
AVRLIB_DEVLIST += atxmega32a4
54
AVRLIB_DEVLIST += atxmega32d4
57
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
59
AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
61
AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
63
AM_CFLAGS = $(AVRLIB_CFLAGS)
64
AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
66
__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
68
avrdir = $(__install_dir)
69
avrlibdir = $(__install_dir)
79
include $(top_srcdir)/libc/stdlib/Rules.am
80
include $(top_srcdir)/libc/pmstring/Rules.am
81
include $(top_srcdir)/libc/string/Rules.am
82
include $(top_srcdir)/libc/misc/Rules.am
83
include $(top_srcdir)/libc/stdio/Rules.am
84
include $(top_srcdir)/libm/fplib/Rules.am
86
nodist_libc_a_SOURCES = \
87
$(stdlib_a_c_sources) \
88
$(stdlib_a_asm_sources) \
89
$(pmstring_a_c_sources) \
90
$(pmstring_a_asm_sources) \
91
$(string_a_c_sources) \
92
$(string_a_asm_sources) \
94
$(misc_a_asm_sources) \
95
$(stdio_a_c_sources) \
96
$(stdio_a_asm_sources) \
100
nodist_libm_a_SOURCES = \
101
$(libm_a_c_sources) \
102
$(libm_a_asm_sources)
108
libc_a_DEPENDENCIES = \
71
114
echo all distdir install installdirs clean distclean uninstall check:
b'\\ No newline at end of file'