mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-14 21:41:17 +05:00
Distribute CMakeLists.txt files with sources (make dist)
This commit is contained in:
parent
a679a233ff
commit
acc7e3ba8d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user