]> www.ginac.de Git - ginac.git/commitdiff
[build] Include CMake related files into the tarball.
authorAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Sat, 1 Feb 2014 16:56:29 +0000 (18:56 +0200)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Sun, 2 Feb 2014 15:49:56 +0000 (17:49 +0200)
Makefile.am
check/Makefile.am
doc/Makefile.am
doc/examples/Makefile.am
doc/reference/Makefile.am
doc/tutorial/Makefile.am
ginac/Makefile.am
ginsh/Makefile.am
tools/Makefile.am

index 82b63dc22fa26b5800469016f06c7410c9c77826..fbf69aa61e9bcd9dc58117ea5c936ad40104ee83 100644 (file)
@@ -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
index 67a53bc7e8459add235518cf477a2a29d9063f63..2c1b5abd374d3bd6373d2db50ac22305179a9d9e 100644 (file)
@@ -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
index e6b93210f82c7e6fe2d1afc661c5e983847f61bb..ff37bb1817b999320251ac3d51e15b5ece7f140a 100644 (file)
@@ -1,2 +1,3 @@
 ## Process this file with automake to produce Makefile.in
 SUBDIRS = tutorial reference examples
+EXTRA_DIST = CMakeLists.txt
index 2a5a10888d18e5cc97374c409f34fe16c60d8674..472a2a163eb2cdfd346148f6c092008e04c7a235 100644 (file)
@@ -16,4 +16,4 @@ all: $(EXFILES)
 
 CLEANFILES = $(TXT) $(HTML)
 
-EXTRA_DIST = $(EXFILES)
+EXTRA_DIST = $(EXFILES) CMakeLists.txt
index 0fddd452e415c4c410deefda9dfaa154bb422dc9..91d6178c6980dce4fdcf2ec59212c1feb7ea9a79 100644 (file)
@@ -71,3 +71,4 @@ endif
 ## CONFIG_DOXYGEN
 
 CLEANFILES = reference.dvi reference.ps reference.pdf html_files/* latex/* pdflatex/*
+EXTRA_DIST = CMakeLists.txt
index d855fda6aec746bccc8faf6fe877098655e3506c..14d333650c52ef0d0c3c76f8c2e4a5093d90bdb8 100644 (file)
@@ -38,4 +38,4 @@ endif
 ## CONFIG_TEX
 endif
 
-EXTRA_DIST = $(FIG)
+EXTRA_DIST = $(FIG) CMakeLists.txt version.texi.cmake
index e149d0cf6cd06f0e6addf8ebb474a60cee395583..3dc1144ae8f9ceae7feefd6b69b306ad0c9c8f5c 100644 (file)
@@ -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
 
index e65ab576ea92b2e71ed8616a95b70228383f4c34..b0dfd69cff3df6e3d80f351f1718bf4884d05c42 100644 (file)
@@ -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
index a634102da1168fdef4ab547b1b5dd64733709914..17867ab9725ef3a3edd1831e301f2f943dc7bea9 100644 (file)
@@ -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