mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
5 lines
144 B
Makefile
5 lines
144 B
Makefile
|
INCLUDES = -I$(top_srcdir)/libsrc/include
|
||
|
METASOURCES = AUTO
|
||
|
noinst_LIBRARIES = libopti.a
|
||
|
libopti_a_SOURCES = bfgs.cpp linopt.cpp linsearch.cpp
|