mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
45e71b854e
* Changed the names of the files and functions used to handle colour based boundary condition number assignment * Change made in order to make the functionality more generic and not dependent on OpenCascade functions / Geometry
22 lines
801 B
Makefile
22 lines
801 B
Makefile
noinst_HEADERS = occgeom.hpp occmeshsurf.hpp \
|
|
Partition_Inter2d.hxx Partition_Loop2d.hxx Partition_Loop.hxx \
|
|
Partition_Inter3d.hxx Partition_Loop3d.hxx Partition_Spliter.hxx \
|
|
Partition_Inter2d.ixx Partition_Loop2d.ixx Partition_Loop.ixx \
|
|
Partition_Inter3d.ixx Partition_Loop3d.ixx Partition_Spliter.ixx \
|
|
Partition_Inter2d.jxx Partition_Loop2d.jxx Partition_Loop.jxx \
|
|
Partition_Inter3d.jxx Partition_Loop3d.jxx Partition_Spliter.jxx \
|
|
utilities.h
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(OCCFLAGS)
|
|
|
|
# $(OCC_INC_FLAG)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libocc.la
|
|
|
|
libocc_la_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
|