Home Page | Language Reference| extended() | SD Reference | Libraries | Comparison | Changes

Simple Makefile generator for AVR-GCC

Copyright 2003, 2004 Jrg Wunsch

This simple Makefile generator is meant as an aid to quickly customize the WinAVR Makefile template, producing a file called 'Makefile' in the current directory as result.

The application consists of a (scrollable) text editor widget, anda menu bar.

The File menu has only two entries:

The Makefile menu allows customization of the generated Makefile. Note that the various menu items described below will only be present if the corresponding feature is present in the parsed template or input file. This menu is divided into three areas:

The entry Debug format selects one out of the following options:

AVRdude options

Miscellaneous

By default, the editor widget is read-only, and can only be modified by the menu entries mentioned above. By checking theEnable Editing of Makefile checkbox, this restriction can be lifted,and the widget can be used as a simple standard text editor forthe generated Makefile. Note that the menu operations mentioned above are not guaranteed to work on arbitrary input texts sincethey search for certain patterns in order to implement their functionality, so manual editing should always be used as a laststep before eventually saving the generated Makefile.