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

index 623dfe5a5f596047303a3b56019ba658403f2e02..41c44f3b99b475840da9e07bd2eea716e391f93f 100644 (file)
@@ -62,6 +62,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 $@
@@ -80,7 +85,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: