File: Makefile.am

package info (click to toggle)
gnugo-dv 3.1.27-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,724 kB
  • ctags: 3,307
  • sloc: ansic: 46,051; perl: 1,303; sh: 710; makefile: 578; tcl: 401; lisp: 193
file content (58 lines) | stat: -rw-r--r-- 1,143 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
EXTRA_DIST = engine.dsp board.dsp

# Remove these files here... they are created locally
DISTCLEANFILES = *~

INCLUDES = \
	-I../patterns \
	-I$(top_srcdir)/patterns \
	-I$(top_srcdir)/sgf \
	-I$(top_srcdir)/utils

noinst_HEADERS = cache.h gnugo.h hash.h clock.h \
                 influence.h liberty.h move_reasons.h

# preconfigured settings for various configurations
noinst_LIBRARIES = libengine.a libboard.a

libengine_a_SOURCES = \
      aftermath.c \
      board.c \
      cache.c \
      clock.c \
      combination.c \
      dragon.c \
      filllib.c \
      fuseki.c \
      genmove.c \
      globals.c \
      hash.c \
      influence.c \
      interface.c \
      life.c \
      matchpat.c \
      move_reasons.c \
      movelist.c \
      optics.c \
      owl.c \
      printutils.c \
      readconnect.c \
      reading.c \
      score.c \
      semeai.c \
      sgfdecide.c \
      sgffile.c \
      shapes.c \
      showbord.c \
      utils.c \
      value_moves.c \
      worm.c

libboard_a_SOURCES = \
      board.c \
      cache.c \
      globals.c \
      hash.c \
      printutils.c \
      sgffile.c \
      showbord.c