Files
create/src/Mod/Makefile.am
2012-09-07 23:05:52 +02:00

51 lines
753 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 Surfaces 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
EXTRA_DIST = \
__init__.py \
CMakeLists.txt \
mod.dox