mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
makefile fixes
This commit is contained in:
parent
c640f7b30b
commit
12801836fd
@ -14,7 +14,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(OCCFLAGS) $(TCL_INCLUDES)
|
||||
|
||||
METASOURCES = AUTO
|
||||
|
||||
lib_LTLIBRARIES = libocc.la liboccvis.la
|
||||
lib_LTLIBRARIES = libocc.la
|
||||
|
||||
if NGGUI
|
||||
lib_LTLIBRARIES += liboccvis.la
|
||||
endif
|
||||
|
||||
|
||||
libocc_la_SOURCES = Partition_Inter2d.cxx Partition_Inter3d.cxx \
|
||||
Partition_Loop.cxx Partition_Loop2d.cxx Partition_Loop3d.cxx Partition_Spliter.cxx \
|
||||
|
@ -3,14 +3,15 @@ visual.hpp vssolution.hpp
|
||||
|
||||
include_HEADERS = soldata.hpp
|
||||
|
||||
AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(OCCFLAGS) $(TCL_INCLUDES)
|
||||
AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(OCCFLAGS) $(TCL_INCLUDES)
|
||||
METASOURCES = AUTO
|
||||
|
||||
if NGGUI
|
||||
noinst_LIBRARIES = libvisual.a
|
||||
noinst_LTLIBRARIES = libvisual.la
|
||||
endif
|
||||
|
||||
|
||||
libvisual_a_SOURCES = meshdoc.cpp mvdraw.cpp \
|
||||
libvisual_la_SOURCES = meshdoc.cpp mvdraw.cpp \
|
||||
vsfieldlines.cpp vsmesh.cpp vssolution.cpp importsolution.cpp
|
||||
AM_CXXFLAGS = -DOPENGL
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user