| DEFS = @DLLFLAGS@ -D__WINE__ | |
| TOPSRCDIR = @top_srcdir@ | |
| TOPOBJDIR = .. | |
| SRCDIR = @srcdir@ | |
| VPATH = @srcdir@ | |
| MODULE = if1632 | |
| SPEC_SRCS = \ | |
| comm.spec \ | |
| dispdib.spec \ | |
| kernel.spec \ | |
| system.spec \ | |
| toolhelp.spec \ | |
| wprocs.spec | |
| C_SRCS = \ | |
| builtin.c \ | |
| dummy.c \ | |
| relay.c \ | |
| snoop.c \ | |
| thunk.c | |
| GEN_ASM_SRCS = \ | |
| call16.s | |
| GLUE = thunk.c | |
| all: $(MODULE).o | |
| @MAKE_RULES@ | |
| call16.s: $(BUILD) | |
| $(BUILD) @BUILDFLAGS@ -o $@ -call16 | |
| ### Dependencies: |