]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Distribute CMakeLists.txt files with sources (make dist)
authorvsr <vsr@opencascade.com>
Wed, 20 Mar 2013 12:07:15 +0000 (12:07 +0000)
committervsr <vsr@opencascade.com>
Wed, 20 Mar 2013 12:07:15 +0000 (12:07 +0000)
adm_local/unix/make_common_starter.am

index 4f70a7077a6ba24a12fb78f8200de1078912de4f..4699ec4d45b8e38043f0f12331011eeb57eca6db 100644 (file)
@@ -58,6 +58,11 @@ docdir             = $(datadir)/doc/salome
 
 # common rules
 
+# ============================================================
+# Cmake files wildcard (to add then to the distribution)
+# ============================================================
+CMAKEFILES         = $(notdir $(wildcard $(srcdir)/CMakeLists.txt))
+
 # meta object implementation files generation (moc)
 %_moc.cxx: %.h
        $(MOC) $< -o $@
@@ -76,7 +81,8 @@ ui_%.h: %.ui
 
 # extra distributed files
 EXTRA_DIST = $(MOC_FILES:%_moc.cxx=%.h) $(QRC_FILES:qrc_%.cxx=%.qrc) \
-             $(UIC_FILES:ui_%.h=%.ui) $(nodist_salomeres_DATA:%.qm=%.ts)
+             $(UIC_FILES:ui_%.h=%.ui) $(nodist_salomeres_DATA:%.qm=%.ts) \
+             $(CMAKEFILES)
 
 # customize clean operation
 mostlyclean-local: