53 lines
761 B
Makefile
53 lines
761 B
Makefile
#SUBDIRS=Part Mesh Points Raytracing Image Drawing Complete Draft Test TemplatePyMod
|
|
SUBDIRS=Points Complete Draft Test TemplatePyMod Web Start Idf
|
|
|
|
#if HAVE_OPENCV
|
|
SUBDIRS += Image
|
|
#endif
|
|
|
|
#if HAVE_GTS
|
|
SUBDIRS += Mesh
|
|
#endif
|
|
|
|
if HAVE_OPENCASCADE
|
|
SUBDIRS += Part Import PartDesign Raytracing Drawing Arch Ship OpenSCAD
|
|
endif
|
|
|
|
if HAVE_EIGEN3
|
|
if HAVE_OPENCASCADE
|
|
SUBDIRS += Robot
|
|
endif
|
|
endif
|
|
|
|
if HAVE_EIGEN3
|
|
if HAVE_OPENCASCADE
|
|
SUBDIRS += Sketcher
|
|
endif
|
|
endif
|
|
|
|
#if HAVE_GTS
|
|
if HAVE_OPENCASCADE
|
|
SUBDIRS += ReverseEngineering MeshPart Fem Inspection
|
|
endif
|
|
#endif
|
|
|
|
if BUILD_ASSEMBLY
|
|
SUBDIRS += Assembly
|
|
endif
|
|
|
|
if BUILD_SANDBOX
|
|
SUBDIRS += Sandbox
|
|
endif
|
|
|
|
if BUILD_CAM
|
|
SUBDIRS += Cam
|
|
endif
|
|
|
|
SUBDIRS += Plot
|
|
|
|
EXTRA_DIST = \
|
|
__init__.py \
|
|
CMakeLists.txt \
|
|
mod.dox
|
|
|