
The "avr_make" file in this directory is an important part of the
compiling process.

------------------------------------------------------------------------------

If you have installed the older AVRfreaks AVR-GCC, this file is already
installed in your avrgcc directory.

If you have installed the newer WinAVR you will need to copy this
directory (avrmake) to the directory where you installed WinAVR.

For example, if you installed WinAVR in:

C:\WinAVR

Then you should copy this directory or create a directory such that you have:

C:\WinAVR\avrmake

with the avr_make file inside the directory like this:

c:\WinAVR\avrmake\avr_make

------------------------------------------------------------------------------

If you have or will be installing AVRlib, use a text editor to edit
avr_make, locate the "AVRLIB =" line in BLOCK 1.5, and enter the correct path to the
directory where you installed/unzipped the AVRlib code.

example:

###### Block 1.5) Enter the location of the AVRlib function library here

	AVRLIB	= c:/code/avr/avrlib
