28 lines
434 B
Makefile
28 lines
434 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_xvideo.c \
|
|
ts_xutil.c \
|
|
ts_shape.c \
|
|
ts_xpm.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
|
|
$(LDCOMBINE) $(OBJS) -o $@
|
|
|
|
### Dependencies:
|