git://www.ginac.de
/
ginac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- Change triggered by newer automake.
[ginac.git]
/
tools
/
Makefile.am
1
## Process this file with automake to produce Makefile.in
2
3
bin_PROGRAMS = viewgar
4
viewgar_SOURCES = viewgar.cpp
5
viewgar_LDADD = ../ginac/libginac.la
6
INCLUDES = -I$(srcdir)/../ginac
7
man_MANS = viewgar.1
8
EXTRA_DIST = $(man_MANS)