2009-01-25 23:56:10 +05:00
|
|
|
include_HEADERS =
|
2009-01-15 02:01:19 +05:00
|
|
|
|
2011-02-19 03:50:58 +05:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(TCL_INCLUDES) $(MPI_INCLUDES) $(FFMPEG_INCLUDES) $(JPEGLIB_INCLUDES)
|
2009-01-13 23:32:10 +05:00
|
|
|
|
2012-08-30 00:49:42 +06:00
|
|
|
if NGGUI
|
2009-01-13 04:40:13 +05:00
|
|
|
bin_PROGRAMS = netgen
|
2012-08-30 00:49:42 +06:00
|
|
|
endif
|
|
|
|
|
2011-08-29 16:09:11 +06:00
|
|
|
netgen_SOURCES = demoview.cpp ngappinit.cpp onetcl.cpp parallelfunc.cpp ngpkg.cpp demoview.hpp parallelfunc.hpp togl_1_7.h
|
2011-03-07 21:38:43 +05:00
|
|
|
# nginterface.cpp nginterface_v2.cpp
|
2009-01-18 19:47:12 +05:00
|
|
|
|
2013-02-26 19:11:08 +06:00
|
|
|
|
|
|
|
if NGMKL
|
|
|
|
AM_CPPFLAGS += -DLINKMKL
|
|
|
|
MKL_LIBS = -L$(MKLROOT)/lib/intel64 -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lmkl_def
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2012-11-20 15:23:50 +06:00
|
|
|
netgen_LDADD = $(top_builddir)/libsrc/visualization/libvisual.la \
|
2011-01-11 01:18:01 +05:00
|
|
|
$(top_builddir)/libsrc/csg/libcsgvis.la \
|
2012-06-12 04:10:08 +06:00
|
|
|
$(top_builddir)/libsrc/csg/libcsg.la \
|
2009-01-18 19:47:12 +05:00
|
|
|
$(top_builddir)/libsrc/interface/libinterface.la \
|
|
|
|
$(top_builddir)/libsrc/meshing/libmesh.la \
|
2013-02-26 19:11:08 +06:00
|
|
|
-L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(FFMPEG_LIBS) $(JPEGLIB_LIBS) $(PKG_LIBS) $(MKL_LIBS)
|
|
|
|
|
2011-02-14 18:01:51 +05:00
|
|
|
#
|
2011-02-14 17:27:18 +05:00
|
|
|
# $(top_builddir)/libsrc/occ/liboccvis.la
|
|
|
|
# $(top_builddir)/libsrc/occ/libocc.la
|
2011-02-19 03:50:58 +05:00
|
|
|
# $(top_builddir)/libsrc/stlgeom/libstlvis.la
|
|
|
|
# $(top_builddir)/libsrc/stlgeom/libstl.la
|
|
|
|
# $(top_builddir)/libsrc/geom2d/libgeom2d.la
|
2011-02-28 17:59:27 +05:00
|
|
|
# $(top_builddir)/libsrc/geom2d/libgeom2dvis.la
|
2011-02-14 17:27:18 +05:00
|
|
|
|
2010-03-17 16:12:05 +05:00
|
|
|
|
2009-04-05 17:30:37 +06:00
|
|
|
# add for static linkage of ngsolve:
|
2011-02-14 18:01:51 +05:00
|
|
|
# /opt/netgen/lib/libngsolve.a /opt/netgen/lib/libngcomp.a /opt/netgen/lib/libngcomp.a /opt/netgen/lib/libngfemng.a /opt/netgen/lib/libngmg.a /opt/netgen/lib/libngla.a /opt/netgen/lib/libngbla.a /opt/netgen/lib/libngstd.a -L/opt/intel/mkl/10.2.1.017/lib/em64t /opt/intel/mkl/10.2.1.017/lib/em64t/libmkl_solver_lp64.a -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core
|
2009-04-05 17:30:37 +06:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2011-01-11 01:18:01 +05:00
|
|
|
dist_bin_SCRIPTS = dialog.tcl menustat.tcl ngicon.tcl ng.tcl \
|
|
|
|
ngvisual.tcl sockets.tcl drawing.tcl nghelp.tcl ngshell.tcl \
|
|
|
|
ngtesting.tcl parameters.tcl variables.tcl csgeom.tcl stlgeom.tcl \
|
|
|
|
occgeom.tcl acisgeom.tcl netgen.ocf
|
2009-01-18 00:37:57 +05:00
|
|
|
|
2013-06-19 13:02:50 +06:00
|
|
|
netgen_LDFLAGS = -rdynamic
|
2012-06-12 04:10:08 +06:00
|
|
|
# -static
|
2012-06-12 00:19:20 +06:00
|
|
|
|
|
|
|
|