mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15bfcd0398
Makefiles.
27 lines
434 B
Makefile
27 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:
|