/usr/lib/cmake/paraview/vtkWrapClientServer.cxx.in is in paraview-dev 4.0.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #include "vtkClientServerInterpreter.h"
#ifndef PARAVIEW_BUILD_SHARED_LIBS
#cmakedefine PARAVIEW_BUILD_SHARED_LIBS
#endif
#if defined(PARAVIEW_BUILD_SHARED_LIBS) && defined(_WIN32)
# define VTK_WRAP_CS_EXPORT __declspec(dllexport)
#else
# define VTK_WRAP_CS_EXPORT
#endif
@CXX_CONTENTS@
extern "C" void VTK_WRAP_CS_EXPORT @CS_TARGET@_Initialize(
vtkClientServerInterpreter *csi)
{
@CXX_CONTENTS2@
}
|