File: Makefile.am

package info (click to toggle)
gnugo 3.8-13
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,656 kB
  • sloc: ansic: 56,447; perl: 3,771; lisp: 2,804; sh: 722; python: 682; makefile: 653; 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 = *~