]> www.ginac.de Git - ginac.git/blob - ginsh/Makefile.am
- modified the comment blocks so the copyright message no longer appears in
[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
5 man_MANS = ginsh.1
6 YFLAGS = -d
7 EXTRA_DIST = ginsh_parser.h