Salome HOME
Création automatique de schémas YACS à partir d'un cas
[modules/homard.git] / src / HOMARD / Makefile.am
index 1213d1afafe3455e29d302dabbd9d13778864225..c3df60cd5b41ee11b339d6e46769caa78a401e23 100755 (executable)
@@ -1,25 +1,21 @@
-#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2011-2013  CEA/DEN, EDF R&D
 #
-#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# 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 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.
 #
-#  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
 #
-#  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
 #
-#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-#  SuperVisionTest AddComponent : example of component that adds two numbers
 #  File   : Makefile.in
 #  Author : , CEA
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
@@ -35,7 +31,8 @@ salomeinclude_HEADERS = \
        HOMARD_Zone.hxx \
        HOMARD_Gen.hxx \
        HOMARD_DriverTools.hxx \
-       HomardDriver.hxx
+       HomardDriver.hxx \
+       YACSDriver.hxx
 
 # Libraries targets
 lib_LTLIBRARIES = libHOMARDImpl.la
@@ -47,7 +44,8 @@ dist_libHOMARDImpl_la_SOURCES = \
        HOMARD_Zone.cxx \
        HOMARD_Gen.cxx \
        HOMARD_DriverTools.cxx \
-       HomardDriver.cxx
+       HomardDriver.cxx \
+       YACSDriver.cxx
 
 libHOMARDImpl_la_CPPFLAGS = \
        $(KERNEL_CXXFLAGS)
@@ -56,10 +54,10 @@ libHOMARDImpl_la_LDFLAGS = \
        $(KERNEL_LDFLAGS) \
        -lSALOMELocalTrace
 
-check_PROGRAMS = testhomard
-
-TESTS = $(check_PROGRAMS)
-
-testhomard_SOURCES = testhomard.cxx
-
-testhomard_LDADD = libHOMARDImpl.la
+check_PROGRAMS = testhomard
+# 
+TESTS = $(check_PROGRAMS)
+# 
+testhomard_SOURCES = testhomard.cxx
+# 
+testhomard_LDADD = libHOMARDImpl.la