~vbursian/research-assistant/intervers

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY : ales
ales : all $(MSDN_PID).config
$(MSDN_PID).config : MSDN$(MSDN_PID).mk
	@echo  >$(MSDN_PID).config // Predefined macros for the Qt Creator project.
	@echo >>$(MSDN_PID).config // Whatever you write here, it has no effect on compilation made by avr-gcc.
	@echo >>$(MSDN_PID).config // However, it helps Qt Creator to show the correct hints and highlightings.
	@echo >>$(MSDN_PID).config 
	@echo >>$(MSDN_PID).config //---------------------------- Generated by MakeQtPrjConfig.mk ----
	@echo >>$(MSDN_PID).config '#'define MCU $(MCU)
	@echo >>$(MSDN_PID).config '#'define ARCH $(ARCH)
	@echo >>$(MSDN_PID).config '#'define BOARD $(BOARD)
	@echo >>$(MSDN_PID).config '#'define F_CPU $(F_CPU)
	@echo >>$(MSDN_PID).config '#'define __AVR_AT90USB162__
	@echo >>$(MSDN_PID).config //-----------------------------------------------------------------
	@echo ---------- $(MSDN_PID).config refreshed