]> www.ginac.de Git - ginac.git/blob - ginsh/Makefile.am
- added documentation to ex_to_series() and series_to_poly()
[ginac.git] / ginsh / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 bin_PROGRAMS = ginsh
3 ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h
4 ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS)
5 man_MANS = ginsh.1
6 YFLAGS = -d
7 EXTRA_DIST = ginsh_parser.h