Salome HOME
Homogeneization and improvment of *test printed outputs
[modules/adao.git] / idl / Makefile.am
index 7cd8c93c4c49cd1ca84fa6e29533cbfe300b9e3a..7410b1b04e49d89dc707061a870dee78ae6aef96 100644 (file)
@@ -1,17 +1,36 @@
+# Copyright (C) 2010-2011 EDF R&D
+#
+# 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
+#
+# Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
 
 include $(top_srcdir)/adm_local/make_common_starter.am
 
-BUILT_SOURCES = ADAOSK.cc 
-IDL_FILES=ADAO.idl
+BUILT_SOURCES = ADAO_COMPONENTSK.cc 
+IDL_FILES=ADAO_COMPONENT.idl
 
-lib_LTLIBRARIES = libADAO.la
+lib_LTLIBRARIES = libADAO_COMPONENT.la
 salomeidl_DATA = $(IDL_FILES) 
-salomepython_DATA = ADAO_idl.py 
-libADAO_la_SOURCES      =
-nodist_libADAO_la_SOURCES = ADAOSK.cc
-nodist_salomeinclude_HEADERS= ADAO.hh 
-libADAO_la_CXXFLAGS     = -I.  $(KERNEL_INCLUDES)
-libADAO_la_LIBADD     = $(KERNEL_LIBS)
+salomepython_DATA = ADAO_COMPONENT_idl.py 
+libADAO_COMPONENT_la_SOURCES      =
+nodist_libADAO_COMPONENT_la_SOURCES = ADAO_COMPONENTSK.cc
+nodist_salomeinclude_HEADERS= ADAO_COMPONENT.hh 
+libADAO_COMPONENT_la_CXXFLAGS     = -I.  $(KERNEL_INCLUDES)
+libADAO_COMPONENT_la_LIBADD     = $(KERNEL_LIBS)
 ##########################################################
 %SK.cc %.hh : %.idl
        $(OMNIORB_IDL) -bcxx $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $(IDL_INCLUDES) $<
@@ -25,12 +44,12 @@ CLEANFILES = *.hh *SK.cc *.py *.hxx *.cxx
 EXTRA_DIST = $(IDL_FILES)
 
 clean-local:
-       rm -rf ADAO ADAO__POA
+       rm -rf ADAO_COMPONENT ADAO_COMPONENT__POA
 
 install-data-local:
        ${mkinstalldirs} $(DESTDIR)$(salomepythondir)
-       cp -R ADAO ADAO__POA $(DESTDIR)$(salomepythondir)
+       cp -R ADAO_COMPONENT ADAO_COMPONENT__POA $(DESTDIR)$(salomepythondir)
 
 uninstall-local:
-       rm -rf $(DESTDIR)$(salomepythondir)/ADAO
-       rm -rf $(DESTDIR)$(salomepythondir)/ADAO__POA
+       rm -rf $(DESTDIR)$(salomepythondir)/ADAO_COMPONENT
+       rm -rf $(DESTDIR)$(salomepythondir)/ADAO_COMPONENT__POA