~ubuntu-branches/ubuntu/gutsy/grhino/gutsy

« back to all changes in this revision

Viewing changes to ad.rule

  • Committer: Bazaar Package Importer
  • Author(s): Bart Martens
  • Date: 2007-04-02 20:38:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070402203809-fxyqqtkhj9ou03dy
Tags: upstream-0.16.0
ImportĀ upstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# For autodep
 
3
#
 
4
 
 
5
OUTPUT  Makefile.in
 
6
 
 
7
DEFTARGET       default-target
 
8
DEFTARGETLIST   @DEFTARGETLIST@
 
9
SUBDIR  po
 
10
 
 
11
# config.h is generated by configure and is not in $(srcdir)
 
12
CURDIR  config.h
 
13
 
 
14
TARGET  test            C++
 
15
        test.cc
 
16
        alphabeta.cc
 
17
        board.cc
 
18
        boardio.cc
 
19
        hash.cc
 
20
        gtstream.cc
 
21
        iter.cc
 
22
        order.cc
 
23
        parity.cc
 
24
        pattern.cc      -DPATTERN_PATH=\"${pattern_dir}/\"
 
25
        proginfo.cc
 
26
 
 
27
TARGET  grhino          C++
 
28
        grhino.cc       -DPREFIX=\"${prefix}/\" -DSYSCONFDIR=\"${sysconfdir}/\" \
 
29
                        -DDATADIR=\"${datadir}/\" -DLIBDIR=\"${libdir}/\" \
 
30
                        -DTHEMEDIR=\"${theme_dir}/\" -DLOCALEDIR=\"${localedir}/\" \
 
31
                        -DICONDIR=\"${icon_dir}/\"
 
32
        alphabeta.cc
 
33
        binfile.cc
 
34
        board.cc
 
35
        boardio.cc
 
36
        book.cc         -DBOOK_PATH=\"${book_dir}/\"
 
37
        game.cc
 
38
        gameinfo.cc
 
39
        gevalwin.cc
 
40
        ggamewin.cc
 
41
        ghistwin.cc
 
42
        gpref.cc        -DTHEMEDIR=\"${theme_dir}/\"
 
43
        gtstream.cc
 
44
        gutil.cc
 
45
        hash.cc
 
46
        iter.cc
 
47
        load.cc
 
48
        opening.cc
 
49
        order.cc
 
50
        pattern.cc      -DPATTERN_PATH=\"${pattern_dir}/\"
 
51
        parity.cc
 
52
        proginfo.cc
 
53
        rand.cc
 
54
        randboard.cc
 
55
 
 
56
TARGET  gtp-rhino       C++
 
57
        gtp-rhino.cc    -DPREFIX=\"${prefix}/\" -DSYSCONFDIR=\"${sysconfdir}/\" \
 
58
                        -DDATADIR=\"${datadir}/\" -DLIBDIR=\"${libdir}/\" \
 
59
                        -DLOCALEDIR=\"${localedir}/\"
 
60
        alphabeta.cc
 
61
        binfile.cc
 
62
        board.cc
 
63
        boardio.cc
 
64
        book.cc         -DBOOK_PATH=\"${book_dir}/\"
 
65
        game.cc
 
66
        gameinfo.cc
 
67
        gtp.cc
 
68
        gtstream.cc
 
69
        hash.cc
 
70
        iter.cc
 
71
        opening.cc
 
72
        order.cc
 
73
        pattern.cc      -DPATTERN_PATH=\"${pattern_dir}/\"
 
74
        parity.cc
 
75
        proginfo.cc
 
76
        rand.cc
 
77
        randboard.cc
 
78
 
 
79
TARGET  aiai            C++
 
80
        aiai.cc
 
81
        alphabeta.cc
 
82
        binfile.cc
 
83
        board.cc
 
84
        boardio.cc
 
85
        book.cc         -DBOOK_PATH=\"${book_dir}/\"
 
86
        game.cc
 
87
        gameinfo.cc
 
88
        gtp.cc
 
89
        gtstream.cc
 
90
        hash.cc
 
91
        iter.cc
 
92
        opening.cc
 
93
        order.cc
 
94
        pattern.cc      -DPATTERN_PATH=\"${pattern_dir}/\"
 
95
        parity.cc
 
96
        proginfo.cc
 
97
        rand.cc
 
98
        randboard.cc
 
99
 
 
100
TARGET  gen_book        C++
 
101
        gen_book.cc
 
102
        binfile.cc
 
103
        board.cc
 
104
        book.cc         -DBOOK_PATH=\"${book_dir}/\"
 
105
        gtstream.cc
 
106
        hash.cc
 
107
        proginfo.cc
 
108
        rand.cc
 
109
 
 
110
TARGET  gen_opening     C++
 
111
        gen_opening.cc
 
112
        board.cc
 
113
        gtstream.cc
 
114
        hash.cc
 
115
 
 
116
TARGET  gen_pattern     C++
 
117
        gen_pattern.cc
 
118
        board.cc
 
119
        gtstream.cc
 
120
        hash.cc
 
121
        pattern.cc      -DPATTERN_PATH=\"${pattern_dir}/\"
 
122
        proginfo.cc
 
123
 
 
124
TARGET  gen_table       C++
 
125
        gen_table.cc
 
126
        gtstream.cc
 
127
 
 
128
TARGET  dump_pattern    C++
 
129
        dump_pattern.cc
 
130
        board.cc
 
131
        gtstream.cc
 
132
        hash.cc
 
133
        pattern.cc      -DPATTERN_PATH=\"${pattern_dir}/\"
 
134
        proginfo.cc