Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/kernel.git] / salome_adm / unix / config_files / Makefile.am
1 # Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
2 #           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either 
6 # version 2.1 of the License.
7
8 # This library is distributed in the hope that it will be useful 
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
11 # Lesser General Public License for more details.
12
13 # You should have received a copy of the GNU Lesser General Public  
14 # License along with this library; if not, write to the Free Software 
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
19 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
20
21
22 # The deprecated files are deprecated for the KERNEL but not for the
23 # related modules (GUI, MED, ...). Some files have to be installed.
24 DEPRECATED_FILES=\
25         DEPRECATED/ac_cc_warnings.m4 \
26         DEPRECATED/ac_cxx_bool.m4 \
27         DEPRECATED/ac_cxx_mutable.m4 \
28         DEPRECATED/ac_cxx_partial_specialization.m4 \
29         DEPRECATED/ac_cxx_typename.m4 \
30         DEPRECATED/check_mico.m4 \
31         DEPRECATED/check_pthreads.m4 \
32         DEPRECATED/config.sub \
33         DEPRECATED/config.guess \
34         DEPRECATED/install-sh \
35         DEPRECATED/libtool.m4 \
36         DEPRECATED/ltconfig \
37         DEPRECATED/ltmain.sh
38
39 ## The following scripts are required for modules not built with autotools
40 #dist_salomem4_SCRIPTS=\
41 #       compile \
42 #       config.guess \
43 #       config.sub \
44 #       depcomp \
45 #       install-sh \
46 #       ltmain.sh \
47 #       missing \
48 #       py-compile
49
50 dist_salomem4_DATA=\
51 ac_cxx_depend_flag.m4 \
52 ac_cxx_have_sstream.m4 \
53 ac_cxx_namespaces.m4 \
54 ac_cxx_option.m4 \
55 ac_cxx_template_options.m4 \
56 ac_cxx_use_std_iostream.m4 \
57 ac_cxx_warnings.m4 \
58 ac_linker_options.m4 \
59 acx_pthread.m4 \
60 check_Kernel.m4 \
61 check_boost.m4 \
62 check_cas.m4 \
63 check_corba.m4 \
64 check_cppunit.m4 \
65 check_f77.m4 \
66 check_hdf5.m4 \
67 check_htmlgen.m4 \
68 check_lam.m4 \
69 check_lsf.m4 \
70 check_mpi.m4 \
71 check_openmpi.m4 \
72 check_mpich.m4 \
73 check_omniorb.m4 \
74 check_openpbs.m4 \
75 check_sockets.m4 \
76 check_swig.m4 \
77 check_withihm.m4 \
78 enable_pthreads.m4 \
79 production.m4 \
80 pyembed.m4 \
81 python.m4 \
82 check_libxml.m4
83
84 dist_salome4depr_DATA=\
85 $(DEPRECATED_FILES)