X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2FMakefile.am;h=184fbbe6b5bfd35fda2824c24b0e16e79cf000bd;hp=90a2d4c357d133160eef9ab2c4a9a9b52af7f769;hb=eed9352ec69b68db0c5095376746ccf139c5d03a;hpb=5e7b21aa4d3937f9dc5429e24b9824f72343e0f1 diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 90a2d4c3..184fbbe6 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -1,21 +1,22 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = ginsh -ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h +ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h ginsh_extensions.h ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS) INCLUDES = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC -YFLAGS = -d +AM_YFLAGS = -d man_MANS = ginsh.1 +CLEANFILES = ginsh_fcn_help.h ginsh_op_help.h EXTRA_DIST = ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed # files created by sed scripts -$(srcdir)/ginsh_fcn_help.c: ginsh.1 $(srcdir)/ginsh_fcn_help.sed +ginsh_fcn_help.h: ginsh.1 $(srcdir)/ginsh_fcn_help.sed sed -n -f $(srcdir)/ginsh_fcn_help.sed <$< >$@ -$(srcdir)/ginsh_op_help.c: ginsh.1 $(srcdir)/ginsh_op_help.sed +ginsh_op_help.h: ginsh.1 $(srcdir)/ginsh_op_help.sed sed -n -f $(srcdir)/ginsh_op_help.sed <$< >$@ -ginsh_parser.o: $(srcdir)/ginsh_fcn_help.c $(srcdir)/ginsh_op_help.c +ginsh_parser.o: ginsh_fcn_help.h ginsh_op_help.h