AVR Makefiles
Local copy
of Pat Deegan's
AVR Makefile template
with variant(s).
Local copy
of a Makefile from the
avr-libc documentation
.
Local copy
of the Makefile template from the
WinAVR
project.
Versions of the WinAVR Makefile adapted to Linux are available in my
AVR Geany Support
bundle.
Resources
http://hackaday.com/2016/03/15/embed-with-elliot-microcontroller-makefiles/
New
http://users.rcn.com/rneswold/avr/x421.html
http://electrons.psychogenic.com/modules/arms/view.php?w=art&idx=8&page=1
(note the
template
file)
http://www.hookersandbooze.com/avr-gcc-makefile/
(note the
override CFLAGS
and
override LDFLAGS
)
http://wiki.hacdc.org/index.php?title=AVR_Makefile
http://www.krisbarrett.com/2009/09/12/first-avr-project/
http://www.sax.de/~joerg/mfile/
(on wheezy this needs source-level edits to reference the right interpreter as well to look in the local dir for resources)