mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
Implement 'make dist' and 'make distcheck' steps support
This commit is contained in:
parent
8b5f1c1915
commit
a52aa8340d
@ -58,7 +58,6 @@ 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
|
||||||
|
|
||||||
nodist_salomepython_DATA = libGEOM_Swig.py
|
|
||||||
libGEOM_Swig.py: swig_wrap.cpp
|
libGEOM_Swig.py: swig_wrap.cpp
|
||||||
|
|
||||||
# Libraries targets
|
# Libraries targets
|
||||||
@ -101,4 +100,4 @@ CLEANFILES = swig_wrap.cpp libGEOM_Swig.py
|
|||||||
dist_salomescript_DATA =
|
dist_salomescript_DATA =
|
||||||
|
|
||||||
# Scripts to be installed (non-distributed)
|
# Scripts to be installed (non-distributed)
|
||||||
nodist_salomescript_DATA =
|
nodist_salomescript_DATA = libGEOM_Swig.py
|
||||||
|
Loading…
Reference in New Issue
Block a user