From 0baf17b2c0f044ae0cdc305bb38316a282ce2b99 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Fri, 19 Nov 1999 15:36:07 +0000 Subject: [PATCH 1/1] - some files were missing in the distribution --- ginac/Makefile.am | 2 ++ ginac/Makefile.in | 1 + ginsh/Makefile.am | 4 ++-- ginsh/Makefile.in | 4 ++-- ginsh/ginsh_parser.yy | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ginac/Makefile.am b/ginac/Makefile.am index 9d8ed38e..db760a02 100644 --- a/ginac/Makefile.am +++ b/ginac/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in + lib_LTLIBRARIES = libginac.la libginac_la_SOURCES = add.cpp basic.cpp constant.cpp diff.cpp ex.cpp \ expairseq.cpp exprseq.cpp fail.cpp function.cpp inifcns.cpp \ @@ -16,6 +17,7 @@ ginacinclude_HEADERS = ginac.h add.h basic.h clifford.h color.h coloridx.h \ idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h mul.h \ ncmul.h normal.h numeric.h operators.h power.h relational.h series.h \ simp_lor.h structure.h symbol.h tinfos.h assertion.h +EXTRA_DIST = container.pl function.pl structure.pl # Files which are generated by perl scripts function.h function.cpp: function.pl diff --git a/ginac/Makefile.in b/ginac/Makefile.in index 86e47e93..6e5d6b66 100644 --- a/ginac/Makefile.in +++ b/ginac/Makefile.in @@ -111,6 +111,7 @@ ginacinclude_HEADERS = ginac.h add.h basic.h clifford.h color.h coloridx.h \ idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h mul.h \ ncmul.h normal.h numeric.h operators.h power.h relational.h series.h \ simp_lor.h structure.h symbol.h tinfos.h assertion.h +EXTRA_DIST = container.pl function.pl structure.pl mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 0cdab1d5..a83c18cb 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -5,7 +5,7 @@ ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS) man_MANS = ginsh.1 YFLAGS = -d -EXTRA_DIST = ginsh_parser.h +EXTRA_DIST = ginsh.1 ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed # files created by sed scripts ginsh_fcn_help.c: ginsh.1 ginsh_fcn_help.sed @@ -14,4 +14,4 @@ ginsh_fcn_help.c: ginsh.1 ginsh_fcn_help.sed ginsh_op_help.c: ginsh.1 ginsh_op_help.sed sed -n -f ginsh_op_help.sed <$< >$@ -ginsh_parser.cc: ginsh_fcn_help.c ginsh_op_help.c +ginsh_parser.o: ginsh_fcn_help.c ginsh_op_help.c diff --git a/ginsh/Makefile.in b/ginsh/Makefile.in index aeea2f46..acc4b887 100644 --- a/ginsh/Makefile.in +++ b/ginsh/Makefile.in @@ -99,7 +99,7 @@ ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS) man_MANS = ginsh.1 YFLAGS = -d -EXTRA_DIST = ginsh_parser.h +EXTRA_DIST = ginsh.1 ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -415,7 +415,7 @@ ginsh_fcn_help.c: ginsh.1 ginsh_fcn_help.sed ginsh_op_help.c: ginsh.1 ginsh_op_help.sed sed -n -f ginsh_op_help.sed <$< >$@ -ginsh_parser.cc: ginsh_fcn_help.c ginsh_op_help.c +ginsh_parser.o: ginsh_fcn_help.c ginsh_op_help.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index 8df90b3a..f8702d2a 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -531,7 +531,7 @@ static const fcn_init builtin_fcns[] = { {"transpose", fcn_desc(f_transpose, 1)}, {"unassign", fcn_desc(f_unassign, 1)}, {"unit", fcn_desc(f_unit, 2)}, - {NULL, fcn_desc(f_unit, 0)} // End marker + {NULL, fcn_desc(f_dummy, 0)} // End marker }; -- 2.44.0