2009-01-15 01:32:48 +05:00
|
|
|
noinst_HEADERS = writeuser.hpp
|
|
|
|
|
2011-05-13 17:43:25 +06:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface $(MPI_INCLUDES) $(TCL_INCLUDES) -DOPENGL
|
2009-01-13 04:40:13 +05:00
|
|
|
METASOURCES = AUTO
|
2011-03-07 21:38:43 +05:00
|
|
|
lib_LTLIBRARIES = libinterface.la
|
|
|
|
libinterface_la_SOURCES = nginterface.cpp nginterface_v2.cpp \
|
|
|
|
read_fnf_mesh.cpp readtetmesh.cpp readuser.cpp writeabaqus.cpp writediffpack.cpp \
|
2009-01-13 04:40:13 +05:00
|
|
|
writedolfin.cpp writeelmer.cpp writefeap.cpp writefluent.cpp writegmsh.cpp writejcm.cpp \
|
|
|
|
writepermas.cpp writetecplot.cpp writetet.cpp writetochnog.cpp writeuser.cpp \
|
2009-11-25 14:30:28 +05:00
|
|
|
wuchemnitz.cpp writegmsh2.cpp writeOpenFOAM15x.cpp
|
2009-01-15 01:32:48 +05:00
|
|
|
|
|
|
|
|