netgen/libsrc/csg/Makefile.am

33 lines
1004 B
Makefile
Raw Normal View History

2009-01-15 01:32:48 +05:00
noinst_HEADERS = algprim.hpp csgparser.hpp extrusion.hpp manifold.hpp \
singularref.hpp surface.hpp brick.hpp curve2d.hpp gencyl.hpp \
meshsurf.hpp solid.hpp triapprox.hpp csgeom.hpp edgeflw.hpp geoml.hpp \
polyhedra.hpp specpoin.hpp csg.hpp explicitcurve2d.hpp identify.hpp \
2011-02-14 18:01:51 +05:00
revolution.hpp spline3d.hpp vscsg.hpp
2009-01-15 01:32:48 +05:00
2011-01-11 01:31:43 +05:00
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(TCL_INCLUDES)
2009-01-13 04:40:13 +05:00
METASOURCES = AUTO
2011-01-11 01:18:01 +05:00
2012-08-30 00:49:42 +06:00
lib_LTLIBRARIES = libcsg.la
if NGGUI
lib_LTLIBRARIES += libcsgvis.la
endif
2011-01-11 01:18:01 +05:00
2009-01-18 19:47:12 +05:00
libcsg_la_SOURCES = algprim.cpp brick.cpp \
2009-01-15 01:32:48 +05:00
bspline2d.cpp csgeom.cpp csgparser.cpp curve2d.cpp edgeflw.cpp \
explicitcurve2d.cpp extrusion.cpp gencyl.cpp genmesh.cpp identify.cpp \
manifold.cpp meshsurf.cpp polyhedra.cpp revolution.cpp singularref.cpp \
solid.cpp specpoin.cpp spline3d.cpp surface.cpp triapprox.cpp
2011-01-11 01:18:01 +05:00
libcsgvis_la_SOURCES = vscsg.cpp csgpkg.cpp
2011-02-19 03:50:58 +05:00
2011-02-28 17:59:27 +05:00
libcsgvis_la_LIBADD = libcsg.la
2012-06-12 04:17:20 +06:00
libcsg_la_LIBADD = $(top_builddir)/libsrc/meshing/libmesh.la
2012-06-12 03:58:43 +06:00
# $(top_builddir)/libsrc/geom2d/libgeom2d.la
2011-02-19 03:50:58 +05:00