X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2FMakefile.am;h=184fbbe6b5bfd35fda2824c24b0e16e79cf000bd;hp=8654f25817606be49c5b7672411656428e4fe558;hb=eed9352ec69b68db0c5095376746ccf139c5d03a;hpb=01bbb5bbad3545dd3fdcb21158ca4e715625f01f diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 8654f258..184fbbe6 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -1,22 +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) -CPPFLAGS = -DIN_GINAC -INCLUDES = -I$(srcdir)/../ginac -YFLAGS = -d +INCLUDES = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC +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 -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 <$< >$@ -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: ginsh_fcn_help.c ginsh_op_help.c +ginsh_parser.o: ginsh_fcn_help.h ginsh_op_help.h