Salome HOME
Porting SIERPINSKY SALOME module to the CMake build system: initial version.
[samples/sierpinsky.git] / src / SierpinskyGUI / Makefile.am
diff --git a/src/SierpinskyGUI/Makefile.am b/src/SierpinskyGUI/Makefile.am
deleted file mode 100644 (file)
index 0758b9b..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright (C) 2005-2013  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
-#
-
-###############################################################
-# File    : Makefile.in
-# Author  : Vadim SANDLER (OCN)
-# Modified by : Alexander BORODIN (OCN) - autotools usage
-# Created : 13/07/05
-###############################################################
-#
-include $(top_srcdir)/adm_local/unix/make_common_starter.am
-
-# header files 
-salomeinclude_HEADERS =
-       SierpinskyGUI.h \
-       SierpinskyGUI_RunDlg.h
-
-nodist_salomeres_DATA= \
-       SIERPINSKY_icons.qm \
-       SIERPINSKY_msg_en.qm \
-       SIERPINSKY_msg_fr.qm
-
-# Libraries targets
-lib_LTLIBRARIES = libSIERPINSKY.la
-
-dist_libSIERPINSKY_la_SOURCES = \
-       SierpinskyGUI.cxx \
-       SierpinskyGUI_RunDlg.cxx
-
-# MOC pre-processing
-MOC_FILES = \
-       SierpinskyGUI_RunDlg_moc.cxx \
-       SierpinskyGUI_moc.cxx
-
-nodist_libSIERPINSKY_la_SOURCES = $(MOC_FILES)
-
-libSIERPINSKY_la_CPPFLAGS = \
-       $(QT_INCLUDES) \
-       $(CAS_CPPFLAGS) \
-       $(VTK_INCLUDES) \
-       $(KERNEL_CXXFLAGS) \
-       $(SMESH_CXXFLAGS) \
-       $(RANDOMIZER_CXXFLAGS) \
-       $(GUI_CXXFLAGS) \
-       $(BOOST_CPPFLAGS) \
-       $(CORBA_CXXFLAGS) \
-       $(CORBA_INCLUDES) \
-       -I$(srcdir)/../Sierpinsky \
-       -I$(top_builddir) \
-       -I$(top_builddir)/idl
-
-if WITH_VISU
-    libSIERPINSKY_la_CPPFLAGS += $(VISU_CXXFLAGS) -DWITH_VISU
-endif
-
-libSIERPINSKY_la_LDFLAGS  = \
-       ../Sierpinsky/libSIERPINSKYEngine.la \
-       $(KERNEL_LDFLAGS) \
-       -lSalomeLifeCycleCORBA \
-       $(GUI_LDFLAGS) \
-       -lSalomeApp \
-       $(RANDOMIZER_LDFLAGS) \
-       -lSalomeIDLRANDOMIZER \
-       $(QT_LIBS) 
-
-if WITH_VISU
-    libSIERPINSKY_la_LDFLAGS += $(VISU_LDFLAGS) -lSalomeIDLVISU
-endif
-
-