mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
6 lines
193 B
Makefile
6 lines
193 B
Makefile
INCLUDES = -I$(top_srcdir)/libsrc/include
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libgprim.a
|
|
libgprim_a_SOURCES = adtree.cpp geom2d.cpp geom3d.cpp geomfuncs.cpp \
|
|
geomtest3d.cpp transform3d.cpp
|