git://www.ginac.de
/
ginac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- "make dist" should now include all necessary files (except docs)
[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 = @LIBOBJS@ ../ginac/libginac.la
5
man_MANS = ginsh.1
6
YFLAGS = -d
7
EXTRA_DIST = ginsh_parser.h