File: Makefile.am

package info (click to toggle)
cddlib 094j-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,516 kB
  • sloc: ansic: 9,288; sh: 4,175; makefile: 78
file content (22 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
lib_LTLIBRARIES = libcdd.la

libcdd_la_SOURCES = \
cddcore.c \
cddlp.c	\
cddmp.c \
cddio.c \
cddlib.c \
cddproj.c \
setoper.c
libcdd_la_CPPFLAGS = -UGMPRATIONAL

AM_LDFLAGS = -version-info $(libcdd_version_info) $(CDD_LDFLAGS)

include_HEADERS = \
cdd.h \
cddmp.h \
cddtypes.h \
setoper.h \
splitmix64.h

include ./Makefile.gmp.am