You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
4.1 KiB

18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
  1. EXTRALIBS = ../common/common.a ../bitmaps/libbitmaps.a\
  2. ../polygon/lib_polygon.a ../polygon/kbool/src/libkbool.a
  3. EXTRACPPFLAGS= -DGERBVIEW -DPCBNEW -fno-strict-aliasing\
  4. -I./ -I../gerbview -I../include\
  5. -I../share -I../pcbnew -I../3d-viewer\
  6. -I../polygon
  7. OBJECTS= \
  8. $(TARGET).o\
  9. classpcb.o\
  10. class_zone.o\
  11. class_zone_setting.o\
  12. select_layers_to_pcb.o\
  13. sel_layer.o\
  14. lay2plot.o\
  15. wxprint.o \
  16. edit.o \
  17. setpage.o \
  18. tool_gerber.o \
  19. gerberframe.o\
  20. onrightclick.o\
  21. class_board.o\
  22. class_drawsegment.o\
  23. class_track.o \
  24. class_drc_item.o \
  25. class_board_connected_item.o\
  26. drawframe.o\
  27. drawpanel.o\
  28. set_color.o \
  29. gerbview_config.o \
  30. class_marker.o \
  31. affiche.o \
  32. tracepcb.o \
  33. class_pcb_text.o\
  34. trpiste.o \
  35. zoom.o\
  36. reglage.o \
  37. options.o \
  38. initpcb.o\
  39. locate.o\
  40. hotkeys.o\
  41. deltrack.o\
  42. pcbplot.o\
  43. readgerb.o\
  44. rs274d.o\
  45. rs274x.o\
  46. dcode.o\
  47. undelete.o\
  48. files.o\
  49. block.o\
  50. controle.o\
  51. basepcbframe.o\
  52. export_to_pcbnew.o\
  53. collectors.o
  54. setpage.o: ../share/setpage.cpp
  55. $(CXX) -c $(EDACPPFLAGS) -o $@ ../share/$*.cpp
  56. drawpanel.o: ../share/drawpanel.cpp
  57. $(CXX) -c $(EDACPPFLAGS) -o $@ ../share/$*.cpp
  58. drawframe.o: ../share/drawframe.cpp
  59. $(CXX) -c $(EDACPPFLAGS) -o $@ ../share/$*.cpp
  60. controle.o: controle.cpp
  61. hotkeys.o: hotkeys.cpp hotkeys.h
  62. set_color.o: set_color.cpp set_color.h
  63. files.o: files.cpp
  64. class_board_connected_item.o: ../pcbnew/class_board_connected_item.cpp
  65. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  66. class_marker.o: ../pcbnew/class_marker.cpp ../pcbnew/class_marker.h
  67. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  68. class_zone.o: ../pcbnew/class_zone.cpp ../pcbnew/class_zone.h
  69. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  70. class_zone_setting.o: ../pcbnew/class_zone_setting.cpp ../pcbnew/class_zone_setting.h
  71. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  72. class_drawsegment.o: ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drawsegment.h $(DEPEND)
  73. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  74. class_drc_item.o: ../pcbnew/class_drc_item.cpp
  75. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  76. sel_layer.o: ../pcbnew/sel_layer.cpp
  77. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  78. wxprint.o: ../share/wxprint.cpp ../share/dialog_print.cpp ../share/dialog_print.h
  79. $(CXX) -c $(EDACPPFLAGS) -o $@ ../share/$*.cpp
  80. lay2plot.o: lay2plot.cpp
  81. classpcb.o: ../pcbnew/classpcb.cpp
  82. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  83. class_pcb_text.o: ../pcbnew/class_pcb_text.cpp ../pcbnew/class_pcb_text.h
  84. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  85. class_board.o: ../pcbnew/class_board.cpp $(DEPEND)
  86. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  87. basepcbframe.o: ../pcbnew/basepcbframe.cpp
  88. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  89. collectors.o: ../pcbnew/collectors.cpp
  90. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  91. class_track.o: ../pcbnew/class_track.cpp
  92. $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp
  93. $(TARGET).o: $(TARGET).cpp
  94. gerbview_config.o: gerbview_config.cpp gerbview_config.h
  95. tracepcb.o: tracepcb.cpp
  96. block.o: block.cpp
  97. trpiste.o: trpiste.cpp
  98. surbrill.o: surbrill.cpp
  99. pcbtexte.o: pcbtexte.cpp
  100. zoom.o: ../share/zoom.cpp
  101. $(CXX) -c $(EDACPPFLAGS) -o $@ ../share/$*.cpp
  102. affiche.o: affiche.cpp
  103. reglage.o: reglage.cpp
  104. editrack.o: editrack.cpp
  105. deltrack.o: deltrack.cpp
  106. track.o: track.cpp
  107. editrout.o: editrout.cpp autorout.h
  108. editmod.o: editmod.cpp autorout.h
  109. editpads.o: editpads.cpp
  110. editedge.o: editedge.cpp
  111. cotation.o: cotation.cpp
  112. editexte.o: editexte.cpp
  113. clean.o: clean.cpp autorout.h
  114. pcbplot.o: pcbplot.cpp
  115. plothpgl.o: plothpgl.cpp
  116. plotgerb.o: plotgerb.cpp pcbplot.h
  117. printps.o: printps.cpp pcbplot.h
  118. readgerb.o: readgerb.cpp pcbplot.h
  119. plot_rtn.o: plot_rtn.cpp pcbplot.h
  120. gendrill.o: gendrill.cpp pcbplot.h
  121. librairi.o: librairi.cpp autorout.h librairi.h
  122. docedit.o: docedit.cpp
  123. edgemod.o: edgemod.cpp
  124. autorout.o: autorout.cpp cell.h autorout.fct autorout.h
  125. setlayer.o: setlayer.cpp
  126. dist.o: dist.cpp cell.h autorout.fct
  127. zones.o: zones.cpp cell.h autorout.fct
  128. undelete.o: undelete.cpp
  129. ioascii.o: ioascii.cpp
  130. chrono.o: chrono.cpp pcbnew.h
  131. coordbox.o: coordbox.cpp
  132. mirepcb.o: mirepcb.cpp
  133. dragsegm.o: dragsegm.cpp drag.h