Advertisement
uaa

Makefile output from p11_CrystalBall.ino

uaa
Mar 16th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. # Makefile for DX2/EX MCM
  2.  
  3. IFALGS = -Id:/ -Ie:/ -Ih:/ -Ig:/Liquid/ -Ig:/Liquid/utility
  4. INIFILES = d:/_eman_8.o d:/Liquid/Liquid.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
  5. EXEFILES = 86duino.exe
  6. OBJFILES = c:/compile/main.o
  7. LIBFILES = -lstd~1
  8.  
  9. .PHONY : everything all clean
  10.  
  11. everything : $(INIFILES) $(EXEFILES)
  12.  
  13. all : clean everything
  14.  
  15. clean :
  16. -rm -f $(INIFILES) $(EXEFILES) $(OBJFILES)
  17.  
  18. -include $(INIFILES:.o=.d)
  19.  
  20. d:/_eman_8.o d:/_eman_8.d : d:/_eman_8.cpp
  21. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o d:/_eman_8.o $< $(IFALGS)
  22. d:/Liquid/Liquid.o d:/Liquid/Liquid.d : g:/Liquid/Liquid.cpp
  23. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o d:/Liquid/Liquid.o $< $(IFALGS)
  24. c:/compile/can.o c:/compile/can.d : h:/can.cpp
  25. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/can.o $< $(IFALGS)
  26. c:/compile/CDC.o c:/compile/CDC.d : h:/CDC.cpp
  27. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/CDC.o $< $(IFALGS)
  28. c:/compile/com.o c:/compile/com.d : h:/com.cpp
  29. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/com.o $< $(IFALGS)
  30. c:/compile/common.o c:/compile/common.d : h:/common.cpp
  31. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/common.o $< $(IFALGS)
  32. c:/compile/Hserial.o c:/compile/Hserial.d : h:/Hserial.cpp
  33. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/Hserial.o $< $(IFALGS)
  34. c:/compile/i2c.o c:/compile/i2c.d : h:/i2c.cpp
  35. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/i2c.o $< $(IFALGS)
  36. c:/compile/i2cex.o c:/compile/i2cex.d : h:/i2cex.cpp
  37. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/i2cex.o $< $(IFALGS)
  38. c:/compile/io.o c:/compile/io.d : h:/io.cpp
  39. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/io.o $< $(IFALGS)
  40. c:/compile/IPAddres.o c:/compile/IPAddres.d : h:/IPAddres.cpp
  41. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/IPAddres.o $< $(IFALGS)
  42. c:/compile/irq.o c:/compile/irq.d : h:/irq.cpp
  43. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/irq.o $< $(IFALGS)
  44. c:/compile/main.o c:/compile/main.d : h:/main.cpp
  45. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/main.o $< $(IFALGS)
  46. c:/compile/mcm.o c:/compile/mcm.d : h:/mcm.cpp
  47. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/mcm.o $< $(IFALGS)
  48. c:/compile/Print.o c:/compile/Print.d : h:/Print.cpp
  49. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/Print.o $< $(IFALGS)
  50. c:/compile/queue.o c:/compile/queue.d : h:/queue.cpp
  51. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/queue.o $< $(IFALGS)
  52. c:/compile/Stream.o c:/compile/Stream.d : h:/Stream.cpp
  53. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/Stream.o $< $(IFALGS)
  54. c:/compile/tone.o c:/compile/tone.d : h:/tone.cpp
  55. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/tone.o $< $(IFALGS)
  56. c:/compile/uart.o c:/compile/uart.d : h:/uart.cpp
  57. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/uart.o $< $(IFALGS)
  58. c:/compile/usb.o c:/compile/usb.d : h:/usb.cpp
  59. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/usb.o $< $(IFALGS)
  60. c:/compile/usb_desc.o c:/compile/usb_desc.d : h:/usb_desc.cpp
  61. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/usb_desc.o $< $(IFALGS)
  62. c:/compile/vortex86.o c:/compile/vortex86.d : h:/vortex86.cpp
  63. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/vortex86.o $< $(IFALGS)
  64. c:/compile/wanalog.o c:/compile/wanalog.d : h:/wanalog.cpp
  65. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wanalog.o $< $(IFALGS)
  66. c:/compile/wdigital.o c:/compile/wdigital.d : h:/wdigital.cpp
  67. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wdigital.o $< $(IFALGS)
  68. c:/compile/WInter.o c:/compile/WInter.d : h:/WInter.cpp
  69. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/WInter.o $< $(IFALGS)
  70. c:/compile/wiring.o c:/compile/wiring.d : h:/wiring.cpp
  71. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wiring.o $< $(IFALGS)
  72. c:/compile/WMath.o c:/compile/WMath.d : h:/WMath.cpp
  73. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/WMath.o $< $(IFALGS)
  74. c:/compile/wpulse.o c:/compile/wpulse.d : h:/wpulse.cpp
  75. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wpulse.o $< $(IFALGS)
  76. c:/compile/wshift.o c:/compile/wshift.d : h:/wshift.cpp
  77. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/wshift.o $< $(IFALGS)
  78. c:/compile/WString.o c:/compile/WString.d : h:/WString.cpp
  79. gcc -w -c -MMD -fno-exceptions -ffunction-sections -fdata-sections -O1 -o c:/compile/WString.o $< $(IFALGS)
  80.  
  81. 86duino.exe : $(INIFILES)
  82. gcc -w -Wl,--gc-sections -O1 -o $@ $(INIFILES) $(LIBFILES)
  83. strip -v 86duino.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement