chiark / gitweb /
new, extensible "object-oriented" API, first draft
[nlopt.git] / util / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/api
2
3 noinst_LTLIBRARIES = libutil.la
4 libutil_la_SOURCES = mt19937ar.c sobolseq.c soboldata.h timer.c stop.c nlopt-util.h redblack.c redblack.h qsort_r.c
5
6 noinst_PROGRAMS = redblack_test
7 redblack_test_SOURCES = redblack_test.c
8 redblack_test_LDADD = libutil.la