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

« back to all changes in this revision

Viewing changes to src/Mod/Mesh/Gui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
# the library search path.
49
49
libMeshGui_la_LDFLAGS = -L../../../Base -L../../../App -L../../../Gui -L../App $(QT_LIBS) \
50
50
                $(sim_ac_coin_ldflags) $(sim_ac_coin_libs) $(sim_ac_soqt_ldflags) $(sim_ac_soqt_libs) \
51
 
                -L$(OCC_LIB) $(all_libraries) -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
 
51
                $(all_libraries) -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
52
52
libMeshGui_la_CPPFLAGS = -DMeshExport= -DMeshGuiExport=
53
53
 
54
54
libMeshGui_la_LIBADD   = \
55
55
                @BOOST_SIGNALS_LIB@ @BOOST_SYSTEM_LIB@ \
 
56
                @GL_LIBS@ \
56
57
                -lFreeCADBase \
57
58
                -lFreeCADApp \
58
59
                -lFreeCADGui \
94
95
        $(QT_RCC) -name $(*F) $< -o $(@F)
95
96
 
96
97
# set the include path found by configure
97
 
INCLUDES= -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes) $(QT_CXXFLAGS) $(GTS_CFLAGS) -I$(OCC_INC) \
 
98
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes) $(QT_CXXFLAGS) $(GTS_CFLAGS) \
98
99
                -I$(sim_ac_coin_includedir) -I$(sim_ac_soqt_includedir)
99
100
 
100
101
 
106
107
EXTRA_DIST = \
107
108
                Icons/mesh_cut.svg \
108
109
                Icons/mesh_boundary.svg \
 
110
                Icons/Tree_Mesh.svg \
109
111
                CMakeLists.txt \
110
112
                DlgEvaluateMesh.ui \
111
113
                DlgRegularSolid.ui \