mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
6 lines
196 B
Makefile
6 lines
196 B
Makefile
AM_CPPFLAGS = -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
|