1 DEFS
= -D__WINE__
-DNO_TRANSITION_TYPES
2 TOPSRCDIR
= @top_srcdir@
55 SPEC_FILES
= $(DLLS
:.spec
=.s
)
75 $(BUILD
) -o
$@
-spec
$<
77 all: checkbuild
$(MODULE
).o
81 $(SPEC_FILES
): $(BUILD
)
84 cd
$(TOPOBJDIR
)/tools
; $(SUBMAKE
) build
86 callfrom16.s
: $(SPEC_FILES
)
87 $(BUILD
) -o
$@
-callfrom16
`cat $(SPEC_FILES) | grep CallFrom16_ | sed 's/.*CallFrom16_\(.*\)/\1/' | sort | uniq`
89 callfrom32.s
: $(SPEC_FILES
)
90 $(BUILD
) -o
$@
-callfrom32
`cat $(SPEC_FILES) | grep CallFrom32_ | sed 's/.*CallFrom32_\(.*\)/\1/' | sort | uniq`
92 callto16.s
: $(TOPSRCDIR
)/include/callback.h
$(BUILD
)
93 $(BUILD
) -o
$@
-callto16
`cat $(TOPSRCDIR)/include/callback.h | grep "extern.*CallTo16_" | sed 's/.*CallTo16_\(.*\)(.*/\1/' | sort | uniq`
95 callto32.s
: $(TOPSRCDIR
)/include/callback.h
$(BUILD
)
96 $(BUILD
) -o
$@
-callto32
`cat $(TOPSRCDIR)/include/callback.h | grep "extern.*CallTo32_" | sed 's/.*CallTo32_\(.*\)(.*/\1/' | sort | uniq`
98 except.o
: except.S
$(TOPOBJDIR
)/include/config.h
99 $(CC
) -c
$(DIVINCL
) -o
$*.o
$(SRCDIR
)/except.S