Makefile 601 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. MODULE_TOPDIR = ..
  2. PGM = displaydrivers
  3. SUBDIRS = \
  4. d.barscale \
  5. d.colorlist \
  6. d.colortable \
  7. d.erase \
  8. d.font \
  9. d.fontlist \
  10. d.geodesic \
  11. d.graph \
  12. d.grid \
  13. d.his \
  14. d.histogram \
  15. d.info \
  16. d.labels \
  17. d.legend \
  18. d.linegraph \
  19. d.mon \
  20. d.northarrow \
  21. d.path \
  22. d.profile \
  23. d.rast \
  24. d.rast.arrow \
  25. d.rast.num \
  26. d.rgb \
  27. d.rhumbline \
  28. d.text \
  29. d.title \
  30. d.vect \
  31. d.vect.chart \
  32. d.thematic.area \
  33. d.where
  34. # d.colors \
  35. # d.extract \
  36. # d.measure \
  37. # d.what.rast \
  38. # d.what.vect \
  39. # d.zoom \
  40. include $(MODULE_TOPDIR)/include/Make/Dir.make
  41. default: htmldir
  42. htmldir: parsubdirs