CEBPIC= ./ PICNOS= 0 1 2 PROGRAMS= send-serial nmra-stream,slow # These programs haven't been updated to cope with # master and slave pics having different clock speeds: # i2c-test i2c-test,slow tblrd_test ROUTINES= routines-led LIBS= routines.lib INCLUDES= common.inc ../iwjpictest/clockvaries.inc include manypics.make routines.lib: $(addsuffix .o, $(ROUTINES)) rm -f $@.new gplib -c $@.new $^ mv -f $@.new $@ morsepanic.hex morsepanic-withcfg.hex: morsepanic.o morse-auto.o i2c-test-reply.hex: i2c-test-reply.o morse-auto.o i2c-test-reply,slow.hex: i2c-test-reply,slow.o morse-auto.o %,slow.o: %.asm $(ASSEMBLE) -D SLOW_VERSION -c -o $@ $< clean: manypic-clean rm -f routines.lib