1 EXTRA_DIST = debug.c debug.h
2 noinst_LIBRARIES = libchess.a
3 libchess_a_SOURCES = common.h pgn.c pgn.h chess.h move.c move.h
4 #libchess_a_LDFLAGS = -avoid-version
7 libchess_a_SOURCES += debug.c
12 libchess_a_SOURCES += $(top_srcdir)/osdep/strsep.c
16 libchess_a_SOURCES += $(top_srcdir)/osdep/err.c
17 CPPFLAGS += -I$(top_srcdir)/osdep