Modularized CallFrom/To16 routines. Adapted dependent routines, 16-bit snoop/relay debugging, and make rules.
diff --git a/relay32/Makefile.in b/relay32/Makefile.in index e84e3a6..c10e5dd 100644 --- a/relay32/Makefile.in +++ b/relay32/Makefile.in
@@ -5,7 +5,7 @@ VPATH = @srcdir@ MODULE = relay32 -DLLS = \ +SPEC_SRCS = \ advapi32.spec \ avifil32.spec \ comctl32.spec \ @@ -56,30 +56,14 @@ snoop.c \ utthunk.c -SPEC_FILES = $(DLLS:.spec=.c) - -EXTRA_OBJS = $(DLLS:.spec=.o) - GEN_ASM_SRCS = \ call32.s -.SUFFIXES: .spec - -.spec.c: - $(BUILD) -o $@ -spec $< - -all: checkbuild $(MODULE).o +all: $(MODULE).o @MAKE_RULES@ -$(SPEC_FILES): $(BUILD) - -$(EXTRA_OBJS): $(TOPSRCDIR)/include/builtin32.h - call32.s: $(BUILD) $(BUILD) -o $@ -call32 -clean:: - $(RM) $(SPEC_FILES) - ### Dependencies: