File: Makefile.am

package info (click to toggle)
nlopt 2.4.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,368 kB
  • sloc: ansic: 22,387; cpp: 20,233; sh: 11,475; python: 323; makefile: 244; fortran: 108
file content (8 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
AM_CPPFLAGS = -I$(top_srcdir)/api

noinst_LTLIBRARIES = libutil.la
libutil_la_SOURCES = mt19937ar.c sobolseq.c soboldata.h timer.c stop.c nlopt-util.h redblack.c redblack.h qsort_r.c rescale.c

noinst_PROGRAMS = redblack_test
redblack_test_SOURCES = redblack_test.c
redblack_test_LDADD = libutil.la