BASE = ../../../.. PROGS = test_random test_random_SOURCES = test_random.c DOC = EXTRACTDOC = MODULES = uart proto math/random CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... AVR_MCU = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -Os DEFS = LIBS = include $(BASE)/make/Makefile.gen