Makefile 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. MODULE_TOPDIR = ..
  2. PGM = vectorintro
  3. SUBDIRS = \
  4. v.buffer \
  5. v.build \
  6. v.build.polylines \
  7. v.category \
  8. v.class \
  9. v.clean \
  10. v.colors \
  11. v.colors.out \
  12. v.convert \
  13. v.db.connect \
  14. v.db.select \
  15. v.delaunay \
  16. v.distance \
  17. v.drape \
  18. v.edit \
  19. v.extract \
  20. v.extrude \
  21. v.generalize \
  22. v.hull \
  23. v.info \
  24. v.in.ascii \
  25. v.in.db \
  26. v.in.dxf \
  27. v.in.region \
  28. v.in.sites \
  29. v.kcv \
  30. v.kernel \
  31. v.label \
  32. v.lidar.correction \
  33. v.lidar.edgedetection \
  34. v.lidar.growing \
  35. v.lrs \
  36. v.proj \
  37. v.mkgrid \
  38. v.neighbors \
  39. v.net \
  40. v.net.alloc \
  41. v.net.allpairs \
  42. v.net.bridge \
  43. v.net.centrality \
  44. v.net.components \
  45. v.net.connectivity \
  46. v.net.distance \
  47. v.net.flow \
  48. v.net.iso \
  49. v.net.path \
  50. v.net.salesman \
  51. v.net.spanningtree \
  52. v.net.steiner \
  53. v.net.timetable \
  54. v.net.visibility \
  55. v.normal \
  56. v.out.ascii \
  57. v.out.dxf \
  58. v.out.pov \
  59. v.out.svg \
  60. v.out.vtk \
  61. v.outlier \
  62. v.overlay \
  63. v.parallel \
  64. v.patch \
  65. v.perturb \
  66. v.split \
  67. v.qcount \
  68. v.random \
  69. v.reclass \
  70. v.sample \
  71. v.segment \
  72. v.select \
  73. v.support \
  74. v.surf.bspline \
  75. v.surf.idw \
  76. v.surf.rst \
  77. v.transform \
  78. v.to.3d \
  79. v.to.db \
  80. v.to.points \
  81. v.to.rast \
  82. v.to.rast3 \
  83. v.type \
  84. v.univar \
  85. v.voronoi \
  86. v.what \
  87. v.what.rast \
  88. v.vect.stats \
  89. v.vol.rst \
  90. v.out.ogr \
  91. v.in.ogr \
  92. v.external \
  93. v.in.dwg \
  94. v.in.lidar \
  95. v.external.out
  96. include $(MODULE_TOPDIR)/include/Make/Dir.make
  97. default: htmldir
  98. htmldir: parsubdirs