]> www.ginac.de Git - ginac.git/blob - tools/Makefile.am
Happy New Year!
[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
7 bin_SCRIPTS = 
8 if CONFIG_EXCOMPILER
9 bin_SCRIPTS += ginac-excompiler
10 endif
11
12 AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC
13
14 man_MANS = viewgar.1
15
16 EXTRA_DIST = ginac-excompiler.in CMakeLists.txt