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