Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Makefile for DX2/EX MCM
- IFALGS = -Id:/ -Ie:/ -Ih:/
- INIFILES = d:/_eman_8.o c:/compile/can.o c:/compile/CDC.o c:/compile/com.o c:/compile/common.o c:/compile/Hserial.o c:/compile/i2c.o c:/compile/i2cex.o c:/compile/io.o c:/compile/IPAddres.o c:/compile/irq.o c:/compile/main.o c:/compile/mcm.o c:/compile/Print.o c:/compile/queue.o c:/compile/Stream.o c:/compile/tone.o c:/compile/uart.o c:/compile/usb.o c:/compile/usb_desc.o c:/compile/vortex86.o c:/compile/wanalog.o c:/compile/wdigital.o c:/compile/WInter.o c:/compile/wiring.o c:/compile/WMath.o c:/compile/wpulse.o c:/compile/wshift.o c:/compile/WString.o
- EXEFILES = 86duino.exe
- OBJFILES = c:/compile/main.o
- LIBFILES = -lstd~1
- .PHONY : everything all clean
- everything : $(INIFILES) $(EXEFILES)
- all : clean everything
- clean :
- -rm -f $(INIFILES) $(EXEFILES) $(OBJFILES)
- -include $(INIFILES:.o=.d)
- d:/_eman_8.o d:/_eman_8.d : d:/_eman_8.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o d:/_eman_8.o $< $(IFALGS)
- c:/compile/can.o c:/compile/can.d : h:/can.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/can.o $< $(IFALGS)
- c:/compile/CDC.o c:/compile/CDC.d : h:/CDC.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/CDC.o $< $(IFALGS)
- c:/compile/com.o c:/compile/com.d : h:/com.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/com.o $< $(IFALGS)
- c:/compile/common.o c:/compile/common.d : h:/common.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/common.o $< $(IFALGS)
- c:/compile/Hserial.o c:/compile/Hserial.d : h:/Hserial.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/Hserial.o $< $(IFALGS)
- c:/compile/i2c.o c:/compile/i2c.d : h:/i2c.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/i2c.o $< $(IFALGS)
- c:/compile/i2cex.o c:/compile/i2cex.d : h:/i2cex.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/i2cex.o $< $(IFALGS)
- c:/compile/io.o c:/compile/io.d : h:/io.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/io.o $< $(IFALGS)
- c:/compile/IPAddres.o c:/compile/IPAddres.d : h:/IPAddres.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/IPAddres.o $< $(IFALGS)
- c:/compile/irq.o c:/compile/irq.d : h:/irq.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/irq.o $< $(IFALGS)
- c:/compile/main.o c:/compile/main.d : h:/main.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/main.o $< $(IFALGS)
- c:/compile/mcm.o c:/compile/mcm.d : h:/mcm.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/mcm.o $< $(IFALGS)
- c:/compile/Print.o c:/compile/Print.d : h:/Print.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/Print.o $< $(IFALGS)
- c:/compile/queue.o c:/compile/queue.d : h:/queue.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/queue.o $< $(IFALGS)
- c:/compile/Stream.o c:/compile/Stream.d : h:/Stream.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/Stream.o $< $(IFALGS)
- c:/compile/tone.o c:/compile/tone.d : h:/tone.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/tone.o $< $(IFALGS)
- c:/compile/uart.o c:/compile/uart.d : h:/uart.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/uart.o $< $(IFALGS)
- c:/compile/usb.o c:/compile/usb.d : h:/usb.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/usb.o $< $(IFALGS)
- c:/compile/usb_desc.o c:/compile/usb_desc.d : h:/usb_desc.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/usb_desc.o $< $(IFALGS)
- c:/compile/vortex86.o c:/compile/vortex86.d : h:/vortex86.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/vortex86.o $< $(IFALGS)
- c:/compile/wanalog.o c:/compile/wanalog.d : h:/wanalog.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wanalog.o $< $(IFALGS)
- c:/compile/wdigital.o c:/compile/wdigital.d : h:/wdigital.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wdigital.o $< $(IFALGS)
- c:/compile/WInter.o c:/compile/WInter.d : h:/WInter.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/WInter.o $< $(IFALGS)
- c:/compile/wiring.o c:/compile/wiring.d : h:/wiring.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wiring.o $< $(IFALGS)
- c:/compile/WMath.o c:/compile/WMath.d : h:/WMath.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/WMath.o $< $(IFALGS)
- c:/compile/wpulse.o c:/compile/wpulse.d : h:/wpulse.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wpulse.o $< $(IFALGS)
- c:/compile/wshift.o c:/compile/wshift.d : h:/wshift.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wshift.o $< $(IFALGS)
- c:/compile/WString.o c:/compile/WString.d : h:/WString.cpp
- gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/WString.o $< $(IFALGS)
- 86duino.exe : $(INIFILES)
- gcc -w -Wl,--gc-sections -O1 -o $@ $(INIFILES) $(LIBFILES)
- strip -v 86duino.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement