23 lines
316 B
Makefile
23 lines
316 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = tsx11
|
|
|
|
C_SRCS = \
|
|
ts_xf86dga.c \
|
|
ts_xf86dga2.c \
|
|
ts_xf86vmode.c \
|
|
ts_xshm.c \
|
|
ts_xlib.c \
|
|
ts_xresource.c \
|
|
ts_xutil.c \
|
|
ts_xpm.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|