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

« back to all changes in this revision

Viewing changes to src/Tools/_TEMPLATE_/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:
10
10
                Workbench.h
11
11
 
12
12
# the library search path.
13
 
lib_TEMPLATE_Gui_la_LDFLAGS = -L../../../Base -L../../../App -L../../../Gui -L../App $(QT_LIBS) $(all_libraries) -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
 
13
lib_TEMPLATE_Gui_la_LDFLAGS = -L../../../Base -L../../../App -L../../../Gui -L../App $(QT_LIBS) $(all_libraries) \
 
14
                -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
14
15
 
15
16
lib_TEMPLATE_Gui_la_CPPFLAGS = -D_TEMPLATE_AppExport= -D_TEMPLATE_GuiExport=
16
17
 
37
38
                $(lib_TEMPLATE_Gui_la_LIBADD) \
38
39
                -l_TEMPLATE_Gui
39
40
 
40
 
_TEMPLATE_Gui_la_DEPENDENCIES = lib_TEMPLATE_Gui.la
 
41
_TEMPLATE_Gui_la_DEPENDENCIES = lib_TEMPLATE_Gui.la
41
42
 
42
43
#--------------------------------------------------------------------------------------
43
44
 
58
59
        $(QT_RCC) -name $(*F) $< -o $(@F)
59
60
 
60
61
# set the include path found by configure
61
 
INCLUDES= -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes) $(QT_CXXFLAGS)
 
62
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(QT_CXXFLAGS) $(all_includes)
62
63
 
63
64
libdir = $(prefix)/Mod/_TEMPLATE_
64
65