From fbbc7b21978c0089b69c0ee83aa1dd7d3fe9a26d Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Thu, 11 Nov 1999 00:33:35 +0000 Subject: [PATCH 1/1] - "make dist" should now include all necessary files (except docs) --- check/Makefile.am | 3 ++- check/Makefile.in | 3 ++- ginsh/Makefile.am | 1 + ginsh/Makefile.in | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) 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 = -- 2.44.0