From: Christian Bauer Date: Thu, 11 Nov 1999 00:33:35 +0000 (+0000) Subject: - "make dist" should now include all necessary files (except docs) X-Git-Tag: release_0-5-0~177 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=fbbc7b21978c0089b69c0ee83aa1dd7d3fe9a26d - "make dist" should now include all necessary files (except docs) --- diff --git a/check/Makefile.am b/check/Makefile.am index e28ec02c..c73e5acd 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -1,9 +1,10 @@ ## Process this file with automake to produce Makefile.in +TESTS = run_checks noinst_PROGRAMS = check_ginac check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp numeric_consist.cpp \ powerlaws.cpp expand_subs.cpp inifcns_consist.cpp differentiation.cpp \ poly_gcd.cpp normalization.cpp lsolve_onedim.cpp matrix_checks.cpp \ series_expansion.cpp fcntimer.cpp main.cpp check.h check_ginac_LDADD = ../ginac/libginac.la -TESTS = run_checks CLEANFILES = result.out +EXTRA_DIST = result.ref run_checks diff --git a/check/Makefile.in b/check/Makefile.in index ab386f11..a45af20c 100644 --- a/check/Makefile.in +++ b/check/Makefile.in @@ -91,14 +91,15 @@ RANLIB = @RANLIB@ VERSION = @VERSION@ YACC = @YACC@ +TESTS = run_checks noinst_PROGRAMS = check_ginac check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp numeric_consist.cpp \ powerlaws.cpp expand_subs.cpp inifcns_consist.cpp differentiation.cpp \ poly_gcd.cpp normalization.cpp lsolve_onedim.cpp matrix_checks.cpp \ series_expansion.cpp fcntimer.cpp main.cpp check.h check_ginac_LDADD = ../ginac/libginac.la -TESTS = run_checks CLEANFILES = result.out +EXTRA_DIST = result.ref run_checks mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 25a5d8e4..cc02f92d 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -4,3 +4,4 @@ ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_LDADD = @LIBOBJS@ ../ginac/libginac.la man_MANS = ginsh.1 YFLAGS = -d +EXTRA_DIST = ginsh_parser.h diff --git a/ginsh/Makefile.in b/ginsh/Makefile.in index 4e8e226b..0d919048 100644 --- a/ginsh/Makefile.in +++ b/ginsh/Makefile.in @@ -96,6 +96,7 @@ ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_LDADD = @LIBOBJS@ ../ginac/libginac.la man_MANS = ginsh.1 YFLAGS = -d +EXTRA_DIST = ginsh_parser.h mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES =