New 'system.c' file.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 13 Jun 1987 04:52:44 +0000 (20:52 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 13 Jun 1987 04:52:44 +0000 (20:52 -0800)
SCCS-vsn: usr.bin/tn3270/sys_curses/makefile 1.5

usr/src/usr.bin/tn3270/sys_curses/makefile

index d3d006e..27eb1bd 100644 (file)
@@ -13,9 +13,9 @@ CFLAGS        = $(OPTIMIZE) $(INCLUDES) $(DEFINES)
 # Lint flags
 LINTFLAGS      = -hbxaz
 
 # Lint flags
 LINTFLAGS      = -hbxaz
 
-ALLC = termout.c
+ALLC = system.c termout.c
 
 
-ALLO = termout.o
+ALLO = system.o termout.o
 
 ALLH = terminal.h
 
 
 ALLH = terminal.h
 
@@ -27,7 +27,7 @@ clean:
        rm -f $(ALLO) errs makefile.bak sys.lib
 
 print:
        rm -f $(ALLO) errs makefile.bak sys.lib
 
 print:
-       ${PRINT} ${ALLC} ${ALLH}
+       ${PRINT} ${ALLH} ${ALLC}
 
 tags:  ${ALLC} ${ALLH}
        ctags -t ${ALLC} ${ALLH}
 
 tags:  ${ALLC} ${ALLH}
        ctags -t ${ALLC} ${ALLH}
@@ -61,6 +61,8 @@ depend:
 
 # DO NOT DELETE THIS LINE
 
 
 # DO NOT DELETE THIS LINE
 
+system.o: ../general/general.h ../api/api.h ../apilib/api_exch.h
+system.o: ../general/globals.h
 termout.o: ../general/general.h terminal.h ../telnet.ext ../ascii/disp_asc.h
 termout.o: ../ctlr/hostctlr.h ../ctlr/inbound.ext ../ctlr/oia.h
 termout.o: ../ctlr/options.ext ../ctlr/outbound.ext ../ctlr/screen.h
 termout.o: ../general/general.h terminal.h ../telnet.ext ../ascii/disp_asc.h
 termout.o: ../ctlr/hostctlr.h ../ctlr/inbound.ext ../ctlr/oia.h
 termout.o: ../ctlr/options.ext ../ctlr/outbound.ext ../ctlr/screen.h