mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
20 lines
468 B
Makefile
20 lines
468 B
Makefile
noinst_HEADERS = meshdoc.hpp mvdraw.hpp vispar.hpp \
|
|
visual.hpp vssolution.hpp
|
|
|
|
include_HEADERS = soldata.hpp
|
|
|
|
AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(OCCFLAGS) $(TCL_INCLUDES)
|
|
METASOURCES = AUTO
|
|
|
|
if NGGUI
|
|
lib_LTLIBRARIES = libvisual.la
|
|
libvisual_la_LIBADD = $(LIBGLU) $(TCL_LIB_SPEC)
|
|
|
|
endif
|
|
|
|
|
|
libvisual_la_SOURCES = meshdoc.cpp mvdraw.cpp \
|
|
vsfieldlines.cpp vsmesh.cpp vssolution.cpp importsolution.cpp
|
|
|
|
|