123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- MODULE_TOPDIR = ..
- PGM = vectorintro
- SUBDIRS = \
- v.buffer \
- v.build \
- v.build.polylines \
- v.category \
- v.class \
- v.clean \
- v.colors \
- v.colors.out \
- v.convert \
- v.db.connect \
- v.db.select \
- v.delaunay \
- v.distance \
- v.drape \
- v.edit \
- v.extract \
- v.extrude \
- v.generalize \
- v.hull \
- v.info \
- v.in.ascii \
- v.in.db \
- v.in.dxf \
- v.in.region \
- v.in.sites \
- v.kcv \
- v.kernel \
- v.label \
- v.lidar.correction \
- v.lidar.edgedetection \
- v.lidar.growing \
- v.lrs \
- v.proj \
- v.mkgrid \
- v.neighbors \
- v.net \
- v.net.alloc \
- v.net.allpairs \
- v.net.bridge \
- v.net.centrality \
- v.net.components \
- v.net.connectivity \
- v.net.distance \
- v.net.flow \
- v.net.iso \
- v.net.path \
- v.net.salesman \
- v.net.spanningtree \
- v.net.steiner \
- v.net.timetable \
- v.net.visibility \
- v.normal \
- v.out.ascii \
- v.out.dxf \
- v.out.pov \
- v.out.svg \
- v.out.vtk \
- v.outlier \
- v.overlay \
- v.parallel \
- v.patch \
- v.perturb \
- v.split \
- v.qcount \
- v.random \
- v.reclass \
- v.sample \
- v.segment \
- v.select \
- v.support \
- v.surf.bspline \
- v.surf.idw \
- v.surf.rst \
- v.transform \
- v.to.3d \
- v.to.db \
- v.to.points \
- v.to.rast \
- v.to.rast3 \
- v.type \
- v.univar \
- v.voronoi \
- v.what \
- v.what.rast \
- v.vect.stats \
- v.vol.rst \
- v.out.ogr \
- v.in.ogr \
- v.external \
- v.in.dwg \
- v.in.lidar \
- v.external.out
- include $(MODULE_TOPDIR)/include/Make/Dir.make
- default: htmldir
- htmldir: parsubdirs
|