diff options
Diffstat (limited to 'Mkfiles/Makefile.unx')
-rw-r--r-- | Mkfiles/Makefile.unx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mkfiles/Makefile.unx b/Mkfiles/Makefile.unx index ec128f6..37fd7a0 100644 --- a/Mkfiles/Makefile.unx +++ b/Mkfiles/Makefile.unx @@ -1,6 +1,8 @@ # Unix fall-back makefile for the Netwide Assembler. For use if # `configure' fails to generate a workable Makefile. # +# If `configure' doesn't work for you, *please* inform <hpa@zytor.com> +# # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is # redistributable under the licence given in the file "Licence" @@ -28,7 +30,7 @@ INSTALL_DATA = ${INSTALL} -m 644 NASM = nasm.o nasmlib.o float.o insnsa.o assemble.o labels.o \ parser.o outform.o outbin.o outaout.o outcoff.o outelf.o \ outobj.o outas86.o outrdf.o outdbg.o preproc.o listing.o \ - eval.o + eval.o outrdf2.o zoutieee.o NDISASM = ndisasm.o disasm.o sync.o nasmlib.o insnsd.o @@ -61,6 +63,8 @@ outelf.o: outelf.c nasm.h insnsi.h nasmlib.h outform.h outform.o: outform.c outform.h nasm.h insnsi.h outobj.o: outobj.c nasm.h insnsi.h nasmlib.h outform.h outrdf.o: outrdf.c nasm.h insnsi.h nasmlib.h outform.h +outrdf2.o: outrdf2.c nasm.h insnsi.h nasmlib.h outform.h +zoutieee.o: zoutieee.c nasm.h insnsi.h nasmlib.h outform.h parser.o: parser.c nasm.h insnsi.h nasmlib.h parser.h float.h names.c insnsn.c preproc.o: preproc.c nasm.h insnsi.h nasmlib.h macros.c sync.o: sync.c sync.h |