From: vsr Date: Thu, 22 Mar 2012 08:53:22 +0000 (+0000) Subject: Add CMakeLists.txt files to 'make dist' step X-Git-Tag: V6_main_FINAL~752 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2a42dce55397a26d713a12a0e82ce2abd6d1164;p=tools%2Fmedcoupling.git Add CMakeLists.txt files to 'make dist' step --- diff --git a/src/INTERP_KERNEL/Makefile.am b/src/INTERP_KERNEL/Makefile.am index 7b9efb2c4..734a0dee2 100644 --- a/src/INTERP_KERNEL/Makefile.am +++ b/src/INTERP_KERNEL/Makefile.am @@ -24,6 +24,8 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + lib_LTLIBRARIES = libinterpkernel.la salomeinclude_HEADERS = \ diff --git a/src/MEDCoupling/Makefile.am b/src/MEDCoupling/Makefile.am index 5dcc884fb..0699799ce 100644 --- a/src/MEDCoupling/Makefile.am +++ b/src/MEDCoupling/Makefile.am @@ -19,6 +19,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + if CPPUNIT_IS_OK SUBDIRS = . Test endif diff --git a/src/MEDCoupling/Test/Makefile.am b/src/MEDCoupling/Test/Makefile.am index 26e05b93f..22fd4a8b6 100755 --- a/src/MEDCoupling/Test/Makefile.am +++ b/src/MEDCoupling/Test/Makefile.am @@ -19,6 +19,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + bin_PROGRAMS= TestMEDCoupling TestMEDCouplingRemapper TestMEDCoupling_CPPFLAGS=@CPPUNIT_INCLUDES@ @PTHREAD_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNELTest -I$(srcdir)/../../INTERP_KERNEL -I$(srcdir)/../../INTERP_KERNEL/Geometric2D diff --git a/src/MEDCoupling_Swig/Makefile.am b/src/MEDCoupling_Swig/Makefile.am index bbb98bfa7..f6b096a92 100644 --- a/src/MEDCoupling_Swig/Makefile.am +++ b/src/MEDCoupling_Swig/Makefile.am @@ -21,6 +21,8 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + lib_LTLIBRARIES = _MEDCoupling.la _MEDCouplingRemapper.la salomeinclude_HEADERS = \ diff --git a/src/MEDLoader/Makefile.am b/src/MEDLoader/Makefile.am index 7dca7f2a1..f9fb66ad3 100755 --- a/src/MEDLoader/Makefile.am +++ b/src/MEDLoader/Makefile.am @@ -19,6 +19,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + MEDLOADER_SUBDIRS = if !MED_ENABLE_MICROMED diff --git a/src/MEDLoader/Swig/Makefile.am b/src/MEDLoader/Swig/Makefile.am index 88e9b0b50..5c8996fe8 100644 --- a/src/MEDLoader/Swig/Makefile.am +++ b/src/MEDLoader/Swig/Makefile.am @@ -21,6 +21,9 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt +EXTRA_DIST += SauvLoaderTest.py + lib_LTLIBRARIES = _MEDLoader.la salomeinclude_HEADERS = \ diff --git a/src/MEDLoader/Test/Makefile.am b/src/MEDLoader/Test/Makefile.am index 5abddaf6a..fedd8645a 100755 --- a/src/MEDLoader/Test/Makefile.am +++ b/src/MEDLoader/Test/Makefile.am @@ -19,6 +19,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + bin_PROGRAMS= TestMEDLoader TestSauvLoader TestMEDLoader_CPPFLAGS=@CPPUNIT_INCLUDES@ @PTHREAD_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNELTest -I$(srcdir)/../../INTERP_KERNEL -I$(srcdir)/../../INTERP_KERNEL/Geometric2D -I$(srcdir)/../../MEDCoupling diff --git a/src/ParaMEDMEM/Makefile.am b/src/ParaMEDMEM/Makefile.am index 2251643bb..0eea65601 100644 --- a/src/ParaMEDMEM/Makefile.am +++ b/src/ParaMEDMEM/Makefile.am @@ -19,6 +19,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + lib_LTLIBRARIES= libparamedmem.la salomeinclude_HEADERS= \ diff --git a/src/ParaMEDMEMTest/Makefile.am b/src/ParaMEDMEMTest/Makefile.am index 2104b65b1..60f1e2c86 100644 --- a/src/ParaMEDMEMTest/Makefile.am +++ b/src/ParaMEDMEMTest/Makefile.am @@ -19,6 +19,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + lib_LTLIBRARIES = libParaMEDMEMTest.la salomeinclude_HEADERS = \ diff --git a/src/ParaMEDMEM_Swig/Makefile.am b/src/ParaMEDMEM_Swig/Makefile.am index 6df9b61b8..1230c2a69 100644 --- a/src/ParaMEDMEM_Swig/Makefile.am +++ b/src/ParaMEDMEM_Swig/Makefile.am @@ -21,6 +21,8 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +EXTRA_DIST += CMakeLists.txt + salomepython_PYTHON = ParaMEDMEM.py salomepyexec_LTLIBRARIES = _ParaMEDMEM.la