~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ja/autotools-project-folder-edit.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="autotools-project-folder-edit" xml:lang="ja">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <link type="guide" xref="project-manager-folder" group="second"/>
 
7
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
8
    <desc>
 
9
      Edit autotools folder properties.
 
10
    </desc>
 
11
    <credit type="author">
 
12
      <name>Sébastien Granjoux</name>
 
13
      <email>seb.sfo@free.fr</email>
 
14
    </credit>
 
15
  </info>
 
16
 
 
17
  <title>Edit an Autotools Folder</title>
 
18
 
 
19
  <p>These properties allows you to define common properties for all targets
 
20
  belonging to this folder.</p>
 
21
 
 
22
  <terms>
 
23
    <item>
 
24
      <title><gui>C compiler flags</gui></title>
 
25
      <p>The flags to pass to the C compiler if a per target value is
 
26
      not defined.</p>
 
27
    </item>
 
28
    <item>
 
29
      <title><gui>C preprocessor flags</gui></title>
 
30
      <p>These flags are passed to every compilation that invokes the
 
31
      C preprocessor. This value is ignored if these flags are
 
32
      defined for the target.</p>
 
33
    </item>
 
34
    <item>
 
35
      <title><gui>C++ compiler flags</gui></title>
 
36
      <p>The flags to pass to the C++ compiler flags if a per target value
 
37
      is not defined.</p>
 
38
    </item>
 
39
    <item>
 
40
      <title><gui>Fortran compiler flags</gui></title>
 
41
      <p>The flags to pass to the Fortran 9x compiler if a per target value
 
42
      is not defined.</p>
 
43
    </item>
 
44
    <item>
 
45
      <title><gui>Installation directories</gui></title>
 
46
      <p>This defines installation directories. It is needed if you want to
 
47
      install files in custom directories.</p>
 
48
    </item>
 
49
    <item>
 
50
      <title><gui>Java compiler flags</gui></title>
 
51
      <p>The flags to pass to the Java compiler if a per target value is
 
52
      not defined.</p>
 
53
    </item>
 
54
    <item>
 
55
      <title><gui>Lex/Flex compiler flags</gui></title>
 
56
      <p>The flags to pass to the scanner generator Lex or Flex if a per target
 
57
      value is not defined.</p>
 
58
    </item>
 
59
    <item>
 
60
      <title><gui>Linker flags</gui></title>
 
61
      <p>The flags to pass to the linker if a per target value is not defined.</p>
 
62
    </item>
 
63
    <item>
 
64
      <title><gui>Objective C compiler flags</gui></title>
 
65
      <p>The flags to pass to the Objective C compiler if a per target value
 
66
      is not defined.</p>
 
67
    </item>
 
68
    <item>
 
69
      <title><gui>Vala compiler flags</gui></title>
 
70
      <p>The flags to pass to the Vala compiler if a per target value is not
 
71
      defined.</p>
 
72
    </item>
 
73
    <item>
 
74
      <title><gui>Yacc/Bison compiler flags</gui></title>
 
75
      <p>The flags to pass to the parser generator Bison or Yacc if a per
 
76
      target value is not defined.</p>
 
77
    </item>
 
78
  </terms>
 
79
 
 
80
</page>