1
1
# Copyright (c) 2004, Theodore A. Roth
2
# Copyright (c) 2005, Anatoly Sokolov
2
# Copyright (c) 2005, 2008, 2009 Anatoly Sokolov
3
3
# All rights reserved.
5
5
# Redistribution and use in source and binary forms, with or without
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 = atmega103 at43usb320 at43usb355 at76c711 at90usb82 at90usb162
31
SUBDIRS = atmega103 at43usb320 at43usb355 at76c711 at90usb82 at90usb162
43
AVR_TARGET_CRT = crtusb162.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 = avr3
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
70
60
AVRLIB_DEVLIST += at90usb162
73
# NOTE: Automake will be performing the following include, not GNU Make.
74
# Automake will also be scanning the included file.
76
include $(top_srcdir)/AvrCommonLibC.am
63
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
65
AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
67
AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
69
AM_CFLAGS = $(AVRLIB_CFLAGS)
70
AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
72
__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
74
avrdir = $(__install_dir)
75
avrlibdir = $(__install_dir)
85
include $(top_srcdir)/libc/stdlib/Rules.am
86
include $(top_srcdir)/libc/pmstring/Rules.am
87
include $(top_srcdir)/libc/string/Rules.am
88
include $(top_srcdir)/libc/misc/Rules.am
89
include $(top_srcdir)/libc/stdio/Rules.am
90
include $(top_srcdir)/libm/fplib/Rules.am
92
nodist_libc_a_SOURCES = \
93
$(stdlib_a_c_sources) \
94
$(stdlib_a_asm_sources) \
95
$(pmstring_a_c_sources) \
96
$(pmstring_a_asm_sources) \
97
$(string_a_c_sources) \
98
$(string_a_asm_sources) \
100
$(misc_a_asm_sources) \
101
$(stdio_a_c_sources) \
102
$(stdio_a_asm_sources) \
103
$(libm_a_c_sources) \
104
$(libm_a_asm_sources)
106
nodist_libm_a_SOURCES = \
107
$(libm_a_c_sources) \
108
$(libm_a_asm_sources)
114
libc_a_DEPENDENCIES = \
80
120
echo all distdir install installdirs clean distclean uninstall check:
b'\\ No newline at end of file'