From: Alexei Sheplyakov Date: Sat, 1 Feb 2014 16:56:29 +0000 (+0200) Subject: [build] Include CMake related files into the tarball. X-Git-Tag: release_1-6-3~20 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=244c5cb90b4650deebb237eaaadc02fb90ad7682;hp=bed06c78cdca3df4edccd26ef3cf913b1c82be76 [build] Include CMake related files into the tarball. --- diff --git a/Makefile.am b/Makefile.am index 82b63dc2..fbf69aa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,10 +7,18 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = ginac.pc $(pkgconfig_DATA): config.status +CMAKE_FILES = CMakeLists.txt \ + ginac.pc.cmake \ + config.cmake.in \ + INSTALL.CMake \ + cmake/modules/FindCLN.cmake \ + cmake/modules/FindReadline.cmake \ + cmake/modules/FindGiNaC.cmake + BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py # All the rest of the distributed files -EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) +EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) $(CMAKE_FILES) # Rule to build tar-bzipped distribution package $(PACKAGE)-$(VERSION).tar.gz: dist diff --git a/check/Makefile.am b/check/Makefile.am index 67a53bc7..2c1b5abd 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -274,3 +274,4 @@ pgcd_infinite_loop_LDADD = ../ginac/libginac.la AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC CLEANFILES = exam.gar +EXTRA_DIST = CMakeLists.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index e6b93210..ff37bb18 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,3 @@ ## Process this file with automake to produce Makefile.in SUBDIRS = tutorial reference examples +EXTRA_DIST = CMakeLists.txt diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 2a5a1088..472a2a16 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -16,4 +16,4 @@ all: $(EXFILES) CLEANFILES = $(TXT) $(HTML) -EXTRA_DIST = $(EXFILES) +EXTRA_DIST = $(EXFILES) CMakeLists.txt diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 0fddd452..91d6178c 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -71,3 +71,4 @@ endif ## CONFIG_DOXYGEN CLEANFILES = reference.dvi reference.ps reference.pdf html_files/* latex/* pdflatex/* +EXTRA_DIST = CMakeLists.txt diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index d855fda6..14d33365 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -38,4 +38,4 @@ endif ## CONFIG_TEX endif -EXTRA_DIST = $(FIG) +EXTRA_DIST = $(FIG) CMakeLists.txt version.texi.cmake diff --git a/ginac/Makefile.am b/ginac/Makefile.am index e149d0cf..3dc1144a 100644 --- a/ginac/Makefile.am +++ b/ginac/Makefile.am @@ -67,7 +67,7 @@ ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h class_info.h parser/parser.h \ parser/parse_context.h -EXTRA_DIST = function.py function.hppy function.cppy +EXTRA_DIST = function.py function.hppy function.cppy CMakeLists.txt BUILT_SOURCES = function.cpp function.h diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index e65ab576..b0dfd69c 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC man_MANS = ginsh.1 CLEANFILES = ginsh_fcn_help.h ginsh_op_help.h -EXTRA_DIST = ginsh_parser.ypp ginsh_fcn_help.py ginsh_op_help.py +EXTRA_DIST = ginsh_parser.ypp ginsh_fcn_help.py ginsh_op_help.py CMakeLists.txt # files created by sed scripts ginsh_fcn_help.h: ginsh.1.in $(srcdir)/ginsh_fcn_help.py diff --git a/tools/Makefile.am b/tools/Makefile.am index a634102d..17867ab9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -13,4 +13,4 @@ AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC man_MANS = viewgar.1 -EXTRA_DIST = ginac-excompiler.in +EXTRA_DIST = ginac-excompiler.in CMakeLists.txt