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

« back to all changes in this revision

Viewing changes to src/Mod/Drawing/App/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
 
 
2
lib_LTLIBRARIES=libDrawing.la Drawing.la
 
3
 
 
4
libDrawing_la_SOURCES=\
 
5
                AppDrawingPy.cpp \
 
6
                FeaturePage.cpp \
 
7
                FeaturePage.h \
 
8
                FeatureView.cpp \
 
9
                FeatureView.h \
 
10
                FeatureViewPart.cpp \
 
11
                FeatureViewPart.h \
 
12
                PageGroup.cpp \
 
13
                PageGroup.h \
 
14
                PreCompiled.cpp \
 
15
                PreCompiled.h
 
16
 
 
17
 
 
18
# the library search path.
 
19
libDrawing_la_LDFLAGS = -L../../../Base -L../../../App -L../../../Mod/Part/App $(all_libraries) -L$(OCC_LIB) -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
 
20
libDrawing_la_CPPFLAGS = -DDrawingAppExport=
 
21
 
 
22
libDrawing_la_LIBADD   = \
 
23
                @BOOST_REGEX_LIB@ @BOOST_SYSTEM_LIB@ \
 
24
                -l@PYTHON_LIB@ \
 
25
                -lxerces-c \
 
26
                -lFreeCADBase \
 
27
                -lFreeCADApp \
 
28
                -lPart \
 
29
                -lTKernel \
 
30
                -lTKG2d \
 
31
                -lTKG3d \
 
32
                -lTKMath \
 
33
                -lTKSTEP \
 
34
                -lTKIGES \
 
35
                -lTKSTL \
 
36
                -lTKShHealing \
 
37
                -lTKXSBase \
 
38
                -lTKBool \
 
39
                -lTKBO \
 
40
                -lTKBRep \
 
41
                -lTKTopAlgo \
 
42
                -lTKGeomAlgo \
 
43
                -lTKGeomBase \
 
44
                -lTKOffset \
 
45
                -lTKPrim \
 
46
                -lTKHLR
 
47
 
 
48
#--------------------------------------------------------------------------------------
 
49
# Loader of libDrawing
 
50
 
 
51
Drawing_la_SOURCES=\
 
52
                AppDrawing.cpp
 
53
 
 
54
# the library search path.
 
55
Drawing_la_LDFLAGS = $(libDrawing_la_LDFLAGS) -module -avoid-version
 
56
Drawing_la_CPPFLAGS = $(libDrawing_la_CPPFLAGS)
 
57
 
 
58
Drawing_la_LIBADD   = \
 
59
                $(libDrawing_la_LIBADD) \
 
60
                -lDrawing
 
61
 
 
62
Drawing_la_DEPENDENCIES = libDrawing.la
 
63
 
 
64
#--------------------------------------------------------------------------------------
 
65
 
 
66
# set the include path found by configure
 
67
INCLUDES= -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes) -I$(OCC_INC)
 
68
 
 
69
 
 
70
libdir = $(prefix)/Mod/Drawing
 
71
 
 
72
EXTRA_DIST = \
 
73
                CMakeLists.txt