mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 11:00:33 +05:00
0021196: [CEA 456] Integration and merge modification for debian packages
geom-install-python.patch: Install _libGEOM_Swig.so and libGEOM_Swig.py into python directories
This commit is contained in:
parent
9dbdfcb44e
commit
a580ecb350
@ -53,12 +53,14 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
|||||||
SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../GEOMGUI
|
SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../GEOMGUI
|
||||||
SWIG_SOURCES = libGEOM_Swig.i
|
SWIG_SOURCES = libGEOM_Swig.i
|
||||||
|
|
||||||
libGEOM_Swig.py: swig_wrap.cpp
|
salomepython_PYTHON = libGEOM_Swig.py
|
||||||
|
salomepyexec_LTLIBRARIES = _libGEOM_Swig.la
|
||||||
|
|
||||||
# Libraries targets
|
libGEOM_Swig.py: swig_wrap.cpp
|
||||||
lib_LTLIBRARIES = _libGEOM_Swig.la
|
BUILT_SOURCES = swig_wrap.cpp
|
||||||
_libGEOM_Swig_la_SOURCES = $(SWIG_SOURCES)
|
_libGEOM_Swig_la_SOURCES = $(SWIG_SOURCES)
|
||||||
nodist__libGEOM_Swig_la_SOURCES = swig_wrap.cpp
|
nodist__libGEOM_Swig_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
salomeinclude_HEADERS = $(SWIG_SOURCES)
|
salomeinclude_HEADERS = $(SWIG_SOURCES)
|
||||||
|
|
||||||
_libGEOM_Swig_la_CPPFLAGS = \
|
_libGEOM_Swig_la_CPPFLAGS = \
|
||||||
@ -84,14 +86,3 @@ swig_wrap.cpp : $(SWIG_SOURCES)
|
|||||||
|
|
||||||
CLEANFILES = swig_wrap.cpp libGEOM_Swig.py
|
CLEANFILES = swig_wrap.cpp libGEOM_Swig.py
|
||||||
|
|
||||||
#
|
|
||||||
# ===============================================================
|
|
||||||
# Files to be installed
|
|
||||||
# ===============================================================
|
|
||||||
#
|
|
||||||
|
|
||||||
# Scripts to be installed (distributed)
|
|
||||||
dist_salomescript_DATA =
|
|
||||||
|
|
||||||
# Scripts to be installed (non-distributed)
|
|
||||||
nodist_salomescript_DATA = libGEOM_Swig.py
|
|
||||||
|
Loading…
Reference in New Issue
Block a user