2009-03-15 17:19:26 +05:00
|
|
|
noinst_HEADERS = occauxfunctions.hpp 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
|
2009-01-15 01:32:48 +05:00
|
|
|
|
2009-01-14 02:14:02 +05:00
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(OCCFLAGS)
|
|
|
|
|
|
|
|
# $(OCC_INC_FLAG)
|
|
|
|
|
2009-01-13 04:40:13 +05:00
|
|
|
METASOURCES = AUTO
|
2009-01-14 02:14:02 +05:00
|
|
|
|
2009-01-18 19:47:12 +05:00
|
|
|
noinst_LTLIBRARIES = libocc.la
|
2009-01-14 02:14:02 +05:00
|
|
|
|
2009-01-18 19:47:12 +05:00
|
|
|
libocc_la_SOURCES = Partition_Inter2d.cxx Partition_Inter3d.cxx \
|
2009-01-13 04:40:13 +05:00
|
|
|
Partition_Loop.cxx Partition_Loop2d.cxx Partition_Loop3d.cxx Partition_Spliter.cxx \
|
2009-03-15 17:19:26 +05:00
|
|
|
occconstruction.cpp occgenmesh.cpp occgeom.cpp occmeshsurf.cpp occauxfunctions.cpp
|