diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 16:54:29 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 16:54:29 -0700 |
commit | 7806e96508788e6db786025b00ac78464b18f482 (patch) | |
tree | 1c9d290fe6c414b2c8fe4ba65c86bdadda743aa9 /Mkfiles/owlinux.mak | |
parent | eb96812e9fc9af8a14408e3e510b0321b58ce5db (diff) | |
download | nasm-7806e96508788e6db786025b00ac78464b18f482.tar.gz nasm-7806e96508788e6db786025b00ac78464b18f482.tar.bz2 nasm-7806e96508788e6db786025b00ac78464b18f482.zip |
Script to automagically synchronize the object file lists
Add a script to automagically synchronize the list of object files
between the various Makefiles.
Diffstat (limited to 'Mkfiles/owlinux.mak')
-rw-r--r-- | Mkfiles/owlinux.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mkfiles/owlinux.mak b/Mkfiles/owlinux.mak index fef0103..fbd36e3 100644 --- a/Mkfiles/owlinux.mak +++ b/Mkfiles/owlinux.mak @@ -55,6 +55,8 @@ X = .exe .c.$(O): $(CC) -c $(ALL_CFLAGS) -fo=$@ $< +#--- Begin File Lists ---# +# Edit in Makefile.in, not here! NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ float.$(O) insnsa.$(O) insnsb.$(O) \ assemble.$(O) labels.$(O) hashtbl.$(O) crc64.$(O) parser.$(O) \ @@ -69,6 +71,7 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \ insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O) +#--- End File Lists ---# what: @echo 'Please build "dos", "win32" or "os2"' |