File: Makefile.am

package info (click to toggle)
ginac 1.8.9-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,640 kB
  • sloc: cpp: 49,195; sh: 5,402; makefile: 448; python: 193
file content (16 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = viewgar
viewgar_SOURCES = viewgar.cpp
viewgar_LDADD = ../ginac/libginac.la

libexec_SCRIPTS =
if CONFIG_EXCOMPILER
libexec_SCRIPTS += ginac-excompiler
endif

AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC

man_MANS = viewgar.1

EXTRA_DIST = ginac-excompiler.in CMakeLists.txt