1MM-COMMON-PREPARE(1) mm-common 0.9.12 MM-COMMON-PREPARE(1)
2
3
4
6 mm-common-prepare - Prepare a C++ binding module to use mm-common
7
9 mm-common-prepare [OPTION]... [SOURCE-DIR]
10
12 Run mm-common-prepare to install the mm-common build support files into
13 the source tree of a C++ binding module. The exact location where
14 these files will be installed can be influenced through special macros
15 in the configure.ac file.
16
17 AC_CONFIG_AUX_DIR([AUX-DIR])
18 The Automake include files are placed into the AUX-DIR subdirec‐
19 tory of the top-level source directory. If AC_CONFIG_AUX_DIR is
20 not specified, the files are placed at the top-level of the mod‐
21 ule's source tree.
22
23 MM_CONFIG_DOCTOOL_DIR([DOCTOOL-DIR])
24 If the MM_CONFIG_DOCTOOL_DIR macro is called with an explicit
25 DOCTOOL-DIR argument, the common utilities required for generat‐
26 ing and installing the reference documentation of a C++ binding
27 module will be installed into the named subdirectory. If
28 MM_CONFIG_DOCTOOL_DIR is not used or does not specify a DOCTOOL-
29 DIR argument, mm-common-prepare will not install the documenta‐
30 tion utility files into the module's source tree. Instead, it
31 is assumed that the module depends on glibmm and can use the
32 installed documentation utilities that come with it.
33
34 If no SOURCE-DIR argument has been specified on the command line, the
35 current working directory will be used.
36
38 -c, --copy
39 copy files instead of creating symbolic links to them
40
41 -f, --force
42 forcefully replace existing files or symbolic links
43
44 --help display a help message and exit
45
46 --version
47 show version information and exit
48
50 The exit status is 0 if OK, or 1 if an error occurred.
51
53 The build support files currently installed by mm-common-prepare are
54 listed below.
55
56 Automake include files installed into AUX-DIR:
57 compile-binding.am
58 dist-changelog.am
59 doc-reference.am
60 generate-binding.am
61
62 Documentation utilities installed into DOCTOOL-DIR:
63 doc-install.pl
64 doc-postprocess.pl
65 doxygen.css
66 doxygen-extra.css
67 tagfile-to-devhelp2.xsl
68
70 autoreconf(1)
71 /usr/share/doc/mm-common/README
72 /usr/share/doc/mm-common/skeletonmm.tar.gz
73
74
75
76GNOME 2014-08-13 MM-COMMON-PREPARE(1)