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