From cc043098a8d15c4c6adc8f7fd7fb986057740938 Mon Sep 17 00:00:00 2001 From: schodet Date: Wed, 18 Jan 2006 13:21:58 +0000 Subject: Clarification des makefiles. Modifications cosmétiques. Mise à jour d'un début de doc. meilleur support des cibles simu. --- n/avr/modules/math/fixed/test/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'n/avr/modules/math/fixed/test/Makefile') diff --git a/n/avr/modules/math/fixed/test/Makefile b/n/avr/modules/math/fixed/test/Makefile index f35e939..04aa4cf 100644 --- a/n/avr/modules/math/fixed/test/Makefile +++ b/n/avr/modules/math/fixed/test/Makefile @@ -1,8 +1,7 @@ BASE = ../../../.. PROGS = test_fixed +SIMU_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... @@ -11,7 +10,6 @@ AVR_MCU = atmega128 # -Os : size OPTIMIZE = -O2 -DEFS = HOST_LIBS = -lm include $(BASE)/make/Makefile.gen -- cgit v1.2.3