New directory structure.
[unix-history] / usr / src / usr.bin / tn3270 / distribution / sys_dos / makefile
index a634a06..5c1b16b 100644 (file)
@@ -53,9 +53,9 @@ ALLH =        spint.h termout.ext video.h
 
 ALLC = spintc.c system.c termout.c
 
 
 ALLC = spintc.c system.c termout.c
 
-ALLASM =       spintasm.asm
+ALLASM =       spintasm.asm support.asm
 
 
-ALLO = spintasm$O spintc$O system$O termout$O
+ALLO = spintasm$O spintc$O support$O system$O termout$O
 
 ALLPRINT =     ${ALLH} ${ALLASM} ${ALLC}
 
 
 ALLPRINT =     ${ALLH} ${ALLASM} ${ALLC}
 
@@ -117,8 +117,9 @@ depend:
 
 # DO NOT DELETE THIS LINE
 
 
 # DO NOT DELETE THIS LINE
 
+spintc$O: ../general/general.h spint.h
+system$O: ../general/general.h ../ctlr/api.h spint.h ../general/globals.h
 termout$O: ../general/general.h ../telnet.ext ../ascii/disp_asc.h
 termout$O: ../ascii/map3270.ext ../ctlr/hostctlr.h ../ctlr/inbound.ext
 termout$O: ../ctlr/oia.h ../ctlr/options.ext ../ctlr/outbound.ext
 termout$O: ../ctlr/screen.h ../general/globals.h video.h
 termout$O: ../general/general.h ../telnet.ext ../ascii/disp_asc.h
 termout$O: ../ascii/map3270.ext ../ctlr/hostctlr.h ../ctlr/inbound.ext
 termout$O: ../ctlr/oia.h ../ctlr/options.ext ../ctlr/outbound.ext
 termout$O: ../ctlr/screen.h ../general/globals.h video.h
-system$O: ../general/general.h ../api/api.h spint.h ../general/globals.h