File: Makefile.am

package info (click to toggle)
topcom 1.1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,784 kB
  • sloc: cpp: 37,616; sh: 4,262; makefile: 497; ansic: 49
file content (22 lines) | stat: -rw-r--r-- 455 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
22
lib_LTLIBRARIES = libCHECKREG.la

libCHECKREG_la_LIBADD = -lcddgmp -lqsopt_ex

libCHECKREG_la_SOURCES = \
QSOinterface.cc \
SPXinterface.cc \
LPinterface.cc \
RegularityCheck.cc

include_HEADERS = \
QSOinterface.hh \
SPXinterface.hh \
RegularityCheck.hh \
LPinterface.hh

AM_CPPFLAGS    += -I../lib-src
AM_CPPFLAGS    += -I../wrap-gmp-gmpxx
AM_CPPFLAGS    += -I/usr/include/cddlib
AM_CPPFLAGS    += -I$(includedir)

AM_CPPFLAGS    += -ftemplate-depth=100