Avoid #including .c files; instead compile as separate units
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 21:21:29 +0000 (14:21 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 21:21:29 +0000 (14:21 -0700)
commita4835d466c50237afcc30ff99bc980aeb5d17ce6
tree66357bce22a451743c6b1b02e71f6860d9d84bd2
parent73252a92ae00ab63a6f52f9c987d4550c20b9100
Avoid #including .c files; instead compile as separate units

Don't #include .c files, even if they are auto-generated; instead
compile them as separate compilation units and let the linker do its
job.
14 files changed:
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
assemble.c
disasm.c
insns.pl
macros.pl
names.c [deleted file]
parser.c
preproc.c
regs.pl
tables.h [new file with mode: 0644]