mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
7 lines
304 B
Makefile
7 lines
304 B
Makefile
|
INCLUDES = -I$(top_srcdir)/libsrc/include
|
||
|
METASOURCES = AUTO
|
||
|
noinst_LIBRARIES = libocc.a
|
||
|
libocc_a_SOURCES = Partition_Inter2d.cxx Partition_Inter3d.cxx \
|
||
|
Partition_Loop.cxx Partition_Loop2d.cxx Partition_Loop3d.cxx Partition_Spliter.cxx \
|
||
|
occconstruction.cpp occgenmesh.cpp occgeom.cpp occmeshsurf.cpp
|