blob: 8e72f0d03711aeb58a41b0dff1f1bd4a6dc9bcee [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 Julliardf1aa3031996-08-05 17:42:43 +000010 relay.c \
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +000011 snoop.c \
Alexandre Julliardf1aa3031996-08-05 17:42:43 +000012 thunk.c
Alexandre Julliardff8331e1995-09-18 11:19:54 +000013
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000014GEN_ASM_SRCS = \
Alexandre Julliarde482eeb2000-06-23 20:15:35 +000015 asmrelay.s
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000016
Ulrich Weigand8336cc91999-08-15 12:45:53 +000017GLUE = thunk.c
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018
Ulrich Weigand3dff7bb1999-07-11 13:58:31 +000019all: $(MODULE).o
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020
Alexandre Julliardff8331e1995-09-18 11:19:54 +000021@MAKE_RULES@
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000022
Alexandre Julliard15bfcd02000-09-29 00:28:25 +000023$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
24 $(LDCOMBINE) $(OBJS) -o $@
25
Alexandre Julliard21ec0062000-10-23 21:39:39 +000026asmrelay.s: $(WINEBUILD)
Alexandre Julliarde2222fd2000-12-06 00:05:14 +000027 $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -o $@ -relay
Alexandre Julliard8664b891996-04-05 14:58:24 +000028
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000029### Dependencies: