2009-01-14 20:32:48 +00:00
|
|
|
noinst_HEADERS = writeuser.hpp
|
|
|
|
|
2009-01-17 19:37:57 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface $(TCL_INCLUDES) -DOPENGL
|
2009-01-12 23:40:13 +00:00
|
|
|
METASOURCES = AUTO
|
2009-01-18 14:47:12 +00:00
|
|
|
noinst_LTLIBRARIES = libinterface.la
|
|
|
|
libinterface_la_SOURCES = read_fnf_mesh.cpp readtetmesh.cpp readuser.cpp writeabaqus.cpp writediffpack.cpp \
|
2009-01-12 23:40:13 +00:00
|
|
|
writedolfin.cpp writeelmer.cpp writefeap.cpp writefluent.cpp writegmsh.cpp writejcm.cpp \
|
|
|
|
writepermas.cpp writetecplot.cpp writetet.cpp writetochnog.cpp writeuser.cpp \
|
2009-01-29 20:28:30 +00:00
|
|
|
wuchemnitz.cpp writegmsh2.cpp
|
2009-01-14 20:32:48 +00:00
|
|
|
|
|
|
|
|