pygo/gnugo/utils/Makefile.am

11 lines
279 B
Makefile

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 = *~