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

« back to all changes in this revision

Viewing changes to src/Mod/Points/App/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:
32
32
                Properties.h \
33
33
                PropertyPointKernel.h
34
34
 
35
 
%.cpp: %.xml
 
35
%.cpp: %.xml $(top_srcdir)/src/Tools/generateTemplates/templateClassPyExport.py
36
36
        $(PYTHON) $(top_srcdir)/src/Tools/generate.py --outputPath $(@D) $<
37
37
 
38
38
 
39
39
# the library search path.
40
 
libPoints_la_LDFLAGS = -L../../../Base -L../../../App $(all_libraries) -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
 
40
libPoints_la_LDFLAGS = -L../../../Base -L../../../App $(all_libraries) \
 
41
                -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
41
42
libPoints_la_CPPFLAGS = -DPointsAppExport=
42
43
 
43
44
libPoints_la_LIBADD   = \
66
67
#--------------------------------------------------------------------------------------
67
68
 
68
69
# set the include path found by configure
69
 
INCLUDES= -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes)
 
70
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes)
70
71
 
71
72
includedir = @includedir@/Mod/Points/App
72
73
libdir = $(prefix)/Mod/Points