OSDN Git Service

OMakefileの修正. distcleanルールの追加
[paldema/paldema.git] / OMakeroot
1 ########################################################################
2 # Permission is hereby granted, free of charge, to any person
3 # obtaining a copy of this file, to deal in the File without
4 # restriction, including without limitation the rights to use,
5 # copy, modify, merge, publish, distribute, sublicense, and/or
6 # sell copies of the File, and to permit persons to whom the
7 # File is furnished to do so, subject to the following condition:
8 #
9 # THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
11 # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
12 # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
13 # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
14 # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE FILE OR
15 # THE USE OR OTHER DEALINGS IN THE FILE.
16
17 ########################################################################
18 # The standard OMakeroot file.
19 # You will not normally need to modify this file.
20 # By default, your changes should be placed in the
21 # OMakefile in this directory.
22 #
23 # If you decide to modify this file, note that it uses exactly
24 # the same syntax as the OMakefile.
25 #
26
27 #
28 # Include the standard installed configuration files.
29 # Any of these can be deleted if you are not using them,
30 # but you probably want to keep the Common file.
31 #
32 open build/C
33 open build/OCaml
34 open build/LaTeX
35
36 #
37 # The command-line variables are defined *after* the
38 # standard configuration has been loaded.
39 #
40 DefineCommandVars()
41
42 #
43 # Include the OMakefile in this directory.
44 #
45 .SUBDIRS: .