~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#SUBDIRS=Part Mesh Points Raytracing Image Drawing Complete Draft Test TemplatePyMod
 
2
SUBDIRS=Points Complete Draft Test TemplatePyMod
 
3
 
 
4
if HAVE_OPENCV
 
5
SUBDIRS += Image
 
6
endif
 
7
 
 
8
if HAVE_GTS
 
9
SUBDIRS += Mesh
 
10
endif
 
11
 
 
12
if HAVE_OPENCASCADE
 
13
SUBDIRS += Part PartDesign Raytracing Drawing Sketcher
 
14
endif
 
15
 
 
16
if HAVE_GTS
 
17
if HAVE_OPENCASCADE
 
18
SUBDIRS += ReverseEngineering MeshPart
 
19
endif
 
20
endif
 
21
 
 
22
#SUBDIRS += Sandbox
 
23
 
 
24
EXTRA_DIST = \
 
25
                __init__.py \
 
26
                CMakeLists.txt
 
27