File: Makefile.am

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

noinst_PROGRAMS = testopt

testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp
testopt_LDADD = $(top_builddir)/libnlopt@NLOPT_SUFFIX@.la
EXTRA_DIST = test_std.py