Salome HOME
ATOMSOLV porting to CMake build system : initial version.
[samples/atomsolv.git] / src / ATOMSOLVGUI / Makefile.am
diff --git a/src/ATOMSOLVGUI/Makefile.am b/src/ATOMSOLVGUI/Makefile.am
deleted file mode 100644 (file)
index cffb03b..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-include $(top_srcdir)/adm_local/unix/make_common_starter.am
-
-# Library target
-lib_LTLIBRARIES = libATOMSOLV.la
-
-# Library sources
-dist_libATOMSOLV_la_SOURCES = \
-       ATOMSOLVGUI.h \
-       ATOMSOLVGUI.cxx \
-       ATOMSOLVGUI_DataModel.cxx \
-       ATOMSOLVGUI_DataModel.h \
-       ATOMSOLVGUI_DataObject.cxx \
-       ATOMSOLVGUI_DataObject.h \
-       ATOMSOLVGUI_Displayer.cxx \
-       ATOMSOLVGUI_Displayer.h \
-       ATOMSOLVGUI_Selection.cxx \
-       ATOMSOLVGUI_Selection.h \
-       ATOMSOLVGUI_TransparencyDlg.cxx \
-       ATOMSOLVGUI_TransparencyDlg.h
-
-# MOC pre-processing
-MOC_FILES = \
-       ATOMSOLVGUI_moc.cxx \
-       ATOMSOLVGUI_TransparencyDlg_moc.cxx
-
-nodist_libATOMSOLV_la_SOURCES = $(MOC_FILES)
-
-# additionnal compilation flags
-libATOMSOLV_la_CPPFLAGS = \
-       $(CAS_CPPFLAGS) \
-       $(BOOST_CPPFLAGS) \
-        -I$(top_builddir) \
-       -I$(top_builddir)/idl \
-       $(KERNEL_CXXFLAGS) \
-       $(GUI_CXXFLAGS) \
-       -I$(ATOMGEN_ROOT_DIR)/include/salome \
-       $(QT_INCLUDES) \
-       $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) \
-       $(VTK_INCLUDES)
-
-       
-# additionnal linkage flags
-libATOMSOLV_la_LDFLAGS = \
-       $(GUI_LDFLAGS) -lLightApp \
-       $(VTK_LIBS)
-
-libATOMSOLV_la_LIBADD = \
-       ../../idl/libATOMSOLVIDL.la $(GUI_LDFLAGS) -lSalomeApp
-
-#      -L $(ATOMGEN_ROOT_DIR)/lib/salome -lATOMGENIDL
-
-# resources files
-nodist_salomeres_DATA = \
-        ATOMSOLV_icons.qm \
-        ATOMSOLV_msg_en.qm