blob: ff8a34306fb15aa9835658a581cb1fc56804a0df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include ../../common.mk
AM_CFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/src/tet3/inc \
-I$(top_srcdir)/xts5/include \
$(XTS_CFLAGS) \
-DDEBUG
noinst_LIBRARIES = libXR5.a
libXR5_a_SOURCES = \
r5startup.c \
message.c \
dumpbuf.c \
save.c \
misc.c \
blowup.c \
item.c \
signal.c \
bufdisp.c \
chek.c \
event.c
|