]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Add CMakeLists.txt files to 'make dist' step
authorvsr <vsr@opencascade.com>
Thu, 22 Mar 2012 08:53:22 +0000 (08:53 +0000)
committervsr <vsr@opencascade.com>
Thu, 22 Mar 2012 08:53:22 +0000 (08:53 +0000)
src/INTERP_KERNEL/Makefile.am
src/MEDCoupling/Makefile.am
src/MEDCoupling/Test/Makefile.am
src/MEDCoupling_Swig/Makefile.am
src/MEDLoader/Makefile.am
src/MEDLoader/Swig/Makefile.am
src/MEDLoader/Test/Makefile.am
src/ParaMEDMEM/Makefile.am
src/ParaMEDMEMTest/Makefile.am
src/ParaMEDMEM_Swig/Makefile.am

index 7b9efb2c4c4d3b79993f072f23a17e6374678982..734a0dee2212b5b72cc72d6be04b38bed15d25c7 100644 (file)
@@ -24,6 +24,8 @@
 #
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
+EXTRA_DIST += CMakeLists.txt
+
 lib_LTLIBRARIES = libinterpkernel.la
 
 salomeinclude_HEADERS =                \
index 5dcc884fbb1ba6e0df6bf2374efdf91ffeb2b51f..0699799ce5cabeea5f66f60ff5cb87028fea2854 100644 (file)
@@ -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
index 26e05b93f3ec042c6e84c3abb46aedbc690deb0c..22fd4a8b61f936a4973ce8fc6c5c07fa36d67511 100755 (executable)
@@ -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
index bbb98bfa723f767d3bd9b8662fa46c86b13c737b..f6b096a92a1959560b1f373b17fb0690c28515ad 100644 (file)
@@ -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 =  \
index 7dca7f2a152ecf91c018ccfddd395edab853b1d5..f9fb66ad33fc182158c0bb4fd443caed64a9a6d8 100755 (executable)
@@ -19,6 +19,8 @@
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
+EXTRA_DIST += CMakeLists.txt
+
 MEDLOADER_SUBDIRS =
 
 if !MED_ENABLE_MICROMED
index 88e9b0b50a452ca5b311be582dbe6b71da56deaa..5c8996fe8ff34720e5b9276ad1e0bc7f35c4fa49 100644 (file)
@@ -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 =  \
index 5abddaf6a5732383170152320b5cd62fac7cf391..fedd8645a22b6b51653a6feec84833b2e9b62d3a 100755 (executable)
@@ -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
index 2251643bb5c6d01f3690ffd0fa4a6207822498db..0eea65601072ebf47f080911332ad085c8a68431 100644 (file)
@@ -19,6 +19,8 @@
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
+EXTRA_DIST += CMakeLists.txt
+
 lib_LTLIBRARIES= libparamedmem.la
 
 salomeinclude_HEADERS= \
index 2104b65b1d6fc57cd4a22722db67c4199201b28b..60f1e2c86f602613a23ce85a5ffbe91a494f34bf 100644 (file)
@@ -19,6 +19,8 @@
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
+EXTRA_DIST += CMakeLists.txt
+
 lib_LTLIBRARIES = libParaMEDMEMTest.la
 
 salomeinclude_HEADERS = \
index 6df9b61b85a319b244543f2ce9d6c53831ce1543..1230c2a69834d422f2a488037011f9c08ed848b4 100644 (file)
@@ -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