File: Makefile.am

package info (click to toggle)
cddlib 094g-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,328 kB
  • ctags: 1,367
  • sloc: sh: 10,179; ansic: 9,371; makefile: 122
file content (19 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
lib_LTLIBRARIES = libcdd.la

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

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

AM_CPPFLAGS = -UGMPRATIONAL
AM_LDFLAGS = -version-info 0:0:0