File: Makefile.am

package info (click to toggle)
babel 0.10.2-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 43,932 kB
  • ctags: 29,707
  • sloc: java: 74,695; ansic: 73,142; cpp: 40,649; sh: 18,411; f90: 10,062; fortran: 6,727; python: 6,406; makefile: 3,866; xml: 118; perl: 48
file content (77 lines) | stat: -rw-r--r-- 1,937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
AC_M4_FILES= \
	ac_check_class.m4\
	ac_check_classpath.m4\
	ac_cxx_complex_math_in_namespace_std.m4\
	ac_cxx_have_complex.m4\
	ac_cxx_have_complex_math1.m4\
	ac_cxx_have_complex_math2.m4\
	ac_cxx_have_ieee_math.m4\
	ac_cxx_have_numeric_limits.m4\
	ac_cxx_have_std.m4\
	ac_cxx_have_stl.m4\
	ac_cxx_namespaces.m4\
	ac_java_options.m4\
	ac_prog_jar.m4\
	ac_prog_javac.m4\
	ac_prog_javac_works.m4\
	ac_prog_javadoc.m4\
	ac_prog_javah.m4\
	ac_prog_java.m4\
	ac_prog_java_works.m4\
	ac_try_compile_java.m4\
	acx_pthread.m4\
	acx_restrict.m4

LLNL_M4_FILES=\
	llnl_check_autoconf.m4\
	llnl_check_automake.m4\
	llnl_check_classpath.m4\
	llnl_check_int32_t.m4\
	llnl_check_int64_t.m4\
	llnl_check_java_addclasspath_flag.m4\
	llnl_check_long_long.m4\
	llnl_confirm_babel_c_support.m4\
	llnl_confirm_babel_cxx_support.m4\
	llnl_confirm_babel_f77_support.m4\
	llnl_confirm_babel_f90_support.m4\
	llnl_confirm_babel_java_support.m4\
	llnl_confirm_babel_python_support.m4\
	llnl_cxx_library_ldflags.m4\
	llnl_cxx_old_header_suffix.m4\
	llnl_f77_c_config.m4\
	llnl_f77_dummy_main.m4\
	llnl_f77_library_ldflags.m4\
	llnl_f77_name_mangling.m4\
	llnl_f90_library_ldflags.m4\
	llnl_f90_c_config.m4\
	llnl_f90_name_mangling.m4\
	llnl_f90_pointer_size.m4\
	llnl_f90_volatile.m4\
	llnl_find_32bit_signed_int.m4\
	llnl_find_64bit_signed_int.m4\
	llnl_func_drand_fortyeight.m4\
	llnl_lib_chasm.m4\
	llnl_lib_fcmain.m4\
	llnl_lib_fmain.m4\
	llnl_libxml.m4\
	llnl_prevent_cross_compilation.m4\
	llnl_prevent_unholy_gnu_nongnu_mix.m4\
	llnl_prog_jar.m4\
	llnl_prog_javah.m4\
	llnl_prog_java.m4\
	llnl_prog_python.m4\
	llnl_prog_test_ef.m4\
	llnl_pure_static_runtime.m4\
	llnl_python_aix.m4\
	llnl_python_library.m4\
	llnl_python_numeric.m4\
	llnl_python_shared_library.m4\
	llnl_sort_fclibs.m4\
	llnl_sort_flibs.m4\
	llnl_which_prog.m4

MISC_M4_FILES=libtool.m4 ltdl.m4

aclocaldir=$(datadir)/aclocal

aclocal_DATA=$(AC_M4_FILES) $(LLNL_M4_FILES) $(MISC_M4_FILES)