mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
13 lines
344 B
Makefile
13 lines
344 B
Makefile
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(OCCFLAGS)
|
|
|
|
# $(OCC_INC_FLAG)
|
|
|
|
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
|