File: Makefile.am

package info (click to toggle)
gap-io 4.4.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 740 kB
  • ctags: 106
  • sloc: xml: 2,857; ansic: 2,823; sh: 38; makefile: 35
file content (21 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ACLOCAL_AMFLAGS = -I m4

CGAP=/usr/bin/gap

gapiolibdir=$(libdir)/gap/pkg/io/bin

gapiolib_LTLIBRARIES = io.la

io_la_SOURCES = src/io.c
io_la_CPPFLAGS = $(GAP_CPPFLAGS) -DCONFIG_H
io_la_LDFLAGS = -module -avoid-version -Wl,--version-script,debian/io.map

all-local: doc

distclean-local:
	(cd doc ; ./clean)

doc: doc/manual.six

doc/manual.six: doc/*.xml PackageInfo.g
	cat debian/makedoc.g | $(CGAP) -A -q -T > /dev/null