File: Makefile.am

package info (click to toggle)
cgoban 1.9.14-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,420 kB
  • ctags: 3,913
  • sloc: ansic: 36,036; sh: 702; makefile: 254
file content (15 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LIBRARIES = libgmp.a

INCLUDES = -I $(top_srcdir)/wmslib/src

libgmp_a_SOURCES = \
	client.c \
	engine.c \
	play.c \
	setup.c

noinst_HEADERS = \
	client.h \
	engine.h \
	play.h \
	setup.h