blob: 259ff7129e2c94d9db06ec41228a76ad0bde0e24 [file] [log] [blame]
Patrik Stridvall0691a591999-07-31 14:45:22 +00001DEFS = @DLLFLAGS@ -D__WINE__
Alexandre Julliard44ed71f1997-12-21 19:17:50 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
6MODULE = relay32
7
Alexandre Julliard44ed71f1997-12-21 19:17:50 +00008C_SRCS = \
9 builtin32.c \
Alexandre Julliardf90efa91998-06-14 15:24:15 +000010 relay386.c \
Alexandre Julliardd5041fc2000-07-25 16:42:25 +000011 snoop.c
Alexandre Julliard44ed71f1997-12-21 19:17:50 +000012
Ulrich Weigand3dff7bb1999-07-11 13:58:31 +000013all: $(MODULE).o
Alexandre Julliard44ed71f1997-12-21 19:17:50 +000014
15@MAKE_RULES@
16
Alexandre Julliard15bfcd02000-09-29 00:28:25 +000017$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
18 $(LDCOMBINE) $(OBJS) -o $@
19
Alexandre Julliard44ed71f1997-12-21 19:17:50 +000020### Dependencies: