]> www.ginac.de Git - ginac.git/commitdiff
- some files were missing in the distribution
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 19 Nov 1999 15:36:07 +0000 (15:36 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 19 Nov 1999 15:36:07 +0000 (15:36 +0000)
ginac/Makefile.am
ginac/Makefile.in
ginsh/Makefile.am
ginsh/Makefile.in
ginsh/ginsh_parser.yy

index 9d8ed38eb45f3523eb563aed5f88dad6afcc0c2e..db760a02e1292ab064c40acfbd3ff1aca1d1696c 100644 (file)
@@ -1,4 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 ## 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 \
 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
   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
 
 # Files which are generated by perl scripts
 function.h function.cpp: function.pl
index 86e47e93dd73fa44f5624b64f5eabec4ec7e34fc..6e5d6b6600d24509c7cb8cb2cc233f966d221da4 100644 (file)
@@ -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
   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 = 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
index 0cdab1d5c1f0b81d3e8021245a4a10a8f2ab0fa8..a83c18cbfa140757b0a31f5abb51f75d29675596 100644 (file)
@@ -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
 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
 
 # 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_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
index aeea2f46cc8ce18b373d792f983593b5fac7006f..acc4b887864f0bbe49c5085e9a9c472814ab7f7d 100644 (file)
@@ -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
 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 = 
 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_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.
 
 # 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.
index 8df90b3aa696fd25f54672ce065450b417aca262..f8702d2aea4b7640eb24c5933353ccc4b8b6bc24 100644 (file)
@@ -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)},
        {"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
 };
 
 
 };