2 TOPSRCDIR
= @top_srcdir@
46 SPEC_FILES
= $(DLLS
:.spec
=.s
)
64 $(BUILD
) -o
$@
-spec
$<
66 all: checkbuild
$(MODULE
).o
70 $(SPEC_FILES
): $(BUILD
)
72 callfrom16.s
: $(SPEC_FILES
)
73 $(BUILD
) -o
$@
-callfrom16
`cat $(SPEC_FILES) | grep CallFrom16_ | sed 's/.*CallFrom16_\(.*\)/\1/' | sort | uniq`
75 callto16.s
: $(SRCDIR
)/thunk.c
$(BUILD
)
76 $(BUILD
) -o
$@
-callto16
$(SRCDIR
)/thunk.c