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
|
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 \
|
libocc_la_SOURCES = Partition_Inter2d.cxx Partition_Inter3d.cxx \
|
||||||
Partition_Loop.cxx Partition_Loop2d.cxx Partition_Loop3d.cxx Partition_Spliter.cxx \
|
Partition_Loop.cxx Partition_Loop2d.cxx Partition_Loop3d.cxx Partition_Spliter.cxx \
|
||||||
|
@ -7,10 +7,11 @@ AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include -DOPENGL -D$(TOGL
|
|||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
if NGGUI
|
if NGGUI
|
||||||
noinst_LIBRARIES = libvisual.a
|
noinst_LTLIBRARIES = libvisual.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
libvisual_a_SOURCES = meshdoc.cpp mvdraw.cpp \
|
libvisual_la_SOURCES = meshdoc.cpp mvdraw.cpp \
|
||||||
vsfieldlines.cpp vsmesh.cpp vssolution.cpp importsolution.cpp
|
vsfieldlines.cpp vsmesh.cpp vssolution.cpp importsolution.cpp
|
||||||
AM_CXXFLAGS = -DOPENGL
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user