File: Makefile.am

package info (click to toggle)
gnugo 3.8-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 17,312 kB
  • ctags: 4,228
  • sloc: ansic: 56,439; perl: 3,771; lisp: 2,789; sh: 730; makefile: 700; python: 682; awk: 113; sed: 22
file content (10 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
noinst_LIBRARIES = libutils.a

EXTRA_DIST = utils.dsp CMakeLists.txt

libutils_a_SOURCES = getopt.c getopt1.c random.c gg_utils.c winsocket.c

noinst_HEADERS = gg-getopt.h random.h gg_utils.h winsocket.h

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