blob: 6eea0d2cb6c1af626cb3917bc33028cb61fc66e3 [file] [log] [blame]
Ulrich Weigand4b32fd01999-07-15 14:51:40 +00001DEFS = @DLLFLAGS@ -D__WINE__
Alexandre Julliardbf9130a1996-10-13 17:45:47 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
6MODULE = if1632
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00007
Alexandre Julliardff8331e1995-09-18 11:19:54 +00008C_SRCS = \
Alexandre Julliard9ea19e51997-01-01 17:29:55 +00009 builtin.c \
Alexandre Julliard902da691995-11-05 14:39:02 +000010 dummy.c \
Alexandre Julliardf1aa3031996-08-05 17:42:43 +000011 relay.c \
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +000012 snoop.c \
Alexandre Julliardf1aa3031996-08-05 17:42:43 +000013 thunk.c
Alexandre Julliardff8331e1995-09-18 11:19:54 +000014
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000015GEN_ASM_SRCS = \
Alexandre Julliarde482eeb2000-06-23 20:15:35 +000016 asmrelay.s
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000017
Ulrich Weigand8336cc91999-08-15 12:45:53 +000018GLUE = thunk.c
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019
Ulrich Weigand3dff7bb1999-07-11 13:58:31 +000020all: $(MODULE).o
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000021
Alexandre Julliardff8331e1995-09-18 11:19:54 +000022@MAKE_RULES@
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000023
Alexandre Julliarde482eeb2000-06-23 20:15:35 +000024asmrelay.s: $(BUILD)
25 $(BUILD) @DLLFLAGS@ -o $@ -relay
Alexandre Julliard8664b891996-04-05 14:58:24 +000026
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000027### Dependencies: