New header file; translate table in separate .o file.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Fri, 29 May 1987 08:25:59 +0000 (00:25 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Fri, 29 May 1987 08:25:59 +0000 (00:25 -0800)
SCCS-vsn: usr.bin/tn3270/sys_curses/makefile 1.4
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.12

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

index f215396..d3d006e 100644 (file)
@@ -24,7 +24,7 @@ sys.lib:      $(ALLO)
        ranlib sys.lib
 
 clean:
        ranlib sys.lib
 
 clean:
-       rm -f $(ALLO) disp_asc.out errs makefile.bak sys.lib
+       rm -f $(ALLO) errs makefile.bak sys.lib
 
 print:
        ${PRINT} ${ALLC} ${ALLH}
 
 print:
        ${PRINT} ${ALLC} ${ALLH}
@@ -43,11 +43,6 @@ lint:
 .DEFAULT:
        sccs get $<
 
 .DEFAULT:
        sccs get $<
 
-disp_asc.out:  ../ctlr/ebc_disp.o
-       (cd ../tools; make mkdstoas $(MFLAGS) )
-       -/bin/rm $@
-       ../tools/mkdstoas > $@
-
 depend:
        grep '^#include' ${ALLC} ${ALLH} | grep -v '<' | \
        sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' \
 depend:
        grep '^#include' ${ALLC} ${ALLH} | grep -v '<' | \
        sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' \
@@ -66,7 +61,7 @@ depend:
 
 # DO NOT DELETE THIS LINE
 
 
 # DO NOT DELETE THIS LINE
 
-termout.o: ../general/general.h terminal.h ../telnet.ext ../ctlr/hostctlr.h
-termout.o: ../ctlr/inbound.ext ../ctlr/oia.h ../ctlr/options.ext
-termout.o: ../ctlr/outbound.ext ../ctlr/screen.h ../ascii/map3270.ext
-termout.o: ../general/globals.h disp_asc.out
+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: ../ascii/map3270.ext ../general/globals.h
index 9469857..f513452 100644 (file)
@@ -37,6 +37,8 @@ static        char    sccsid[] = "@(#)outbound.c      3.1  10/29/86";
 
 #include "../telnet.ext"
 
 
 #include "../telnet.ext"
 
+#include "../ascii/disp_asc.h"
+
 #include "../ctlr/hostctlr.h"
 #include "../ctlr/inbound.ext"
 #include "../ctlr/oia.h"
 #include "../ctlr/hostctlr.h"
 #include "../ctlr/inbound.ext"
 #include "../ctlr/oia.h"
@@ -85,10 +87,6 @@ static int tcflag = -1;                      /* transparent mode command flag */
 static int savefd[2];                  /* for storing fds during transcom */
 extern int     tin, tout;              /* file descriptors */
 #endif /* defined(unix) */
 static int savefd[2];                  /* for storing fds during transcom */
 extern int     tin, tout;              /* file descriptors */
 #endif /* defined(unix) */
-
-
-#include "disp_asc.out"
-
 \f
 
 /*
 \f
 
 /*