File: Makefile.am

package info (click to toggle)
gsl 2.5%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,628 kB
  • sloc: ansic: 245,573; sh: 11,435; makefile: 911; python: 68
file content (12 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LTLIBRARIES = libgslsys.la 

pkginclude_HEADERS = gsl_sys.h

libgslsys_la_SOURCES = minmax.c prec.c hypot.c log1p.c expm1.c coerce.c invhyp.c pow_int.c infnan.c fdiv.c fcmp.c ldfrexp.c

AM_CPPFLAGS = -I$(top_srcdir)

check_PROGRAMS = test
TESTS = $(check_PROGRAMS)
test_SOURCES = test.c
test_LDADD = libgslsys.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la libgslsys.la ../utils/libutils.la