i2c-test i2c-test,slow morsepanic
# booster-output-low -disabled because you forgot to cvs add it
-ROUTINES= routines-led morse-auto
+ROUTINES= routines-led
INCLUDES= common.inc morse-auto.inc ../iwjpictest/insn-aliases.inc
include ../pic.make
clean: pic-clean
- rm -f idlocs*.asm
+ rm -f idlocs*.asm routines.lib
routines.lib: $(addsuffix .o, $(ROUTINES))
rm -f $@.new
morse-auto.%: morse-auto.asm-gen morse-auto.messages
./$^ $* $o
+morsepanic.hex morsepanic-withcfg.hex: morsepanic.o morse-auto.o
+
%,slow.o: %.asm
$(ASSEMBLE) -D SLOW_VERSION -c -o $@ $<
idlocs%.asm: make-idlocs
./$< $* >$@.new && mv -f $@.new $@
-perpic%.hex: config.o idlocs%.o $(LIBS()
+perpic%.hex: config.o idlocs%.o $(LIBS)
$(LINK)
%-entire0.hex: %.o config.o idlocs0.o routines.lib