mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
5 lines
145 B
Makefile
5 lines
145 B
Makefile
INCLUDES = -I$(top_srcdir)/libsrc/include
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libla.a
|
|
libla_a_SOURCES = densemat.cpp polynomial.cpp vector.cpp
|