New directory structure.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 23 May 1987 02:18:09 +0000 (18:18 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 23 May 1987 02:18:09 +0000 (18:18 -0800)
SCCS-vsn: usr.bin/tn3270/ctlr/options.c 1.2
SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.7
SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.14
SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.11

usr/src/usr.bin/tn3270/ctlr/inbound.c
usr/src/usr.bin/tn3270/ctlr/makefile
usr/src/usr.bin/tn3270/ctlr/options.c
usr/src/usr.bin/tn3270/ctlr/outbound.c

index 07818e1..e3ed3a2 100644 (file)
@@ -27,7 +27,7 @@ static        char    sccsid[] = "@(#)inbound.c       3.1  10/29/86";
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-#include "../general.h"
+#include "../general/general.h"
 #include "function.h"
 #include "hostctlr.h"
 #include "scrnctlr.h"
 #include "function.h"
 #include "hostctlr.h"
 #include "scrnctlr.h"
@@ -36,7 +36,7 @@ static        char    sccsid[] = "@(#)inbound.c       3.1  10/29/86";
 #include "dctype.h"
 #include "ebc_disp.h"
 
 #include "dctype.h"
 #include "ebc_disp.h"
 
-#include "../system/globals.h"
+#include "../general/globals.h"
 #include "inbound.ext"
 #include "outbound.ext"
 #include "../telnet.ext"
 #include "inbound.ext"
 #include "outbound.ext"
 #include "../telnet.ext"
index 3962554..5451a5e 100644 (file)
@@ -28,12 +28,12 @@ ALLO =      dctype.o ebc_disp.o inbound.o oia.o options.o outbound.o
 .s.o:
        /lib/cpp -E $< | as -o $@
 
 .s.o:
        /lib/cpp -E $< | as -o $@
 
-ctlrlib:       ${ALLO}
-       ar cr ctlrlib ${ALLO}
-       ranlib ctlrlib
+ctlr.lib:      ${ALLO}
+       ar cr ctlr.lib ${ALLO}
+       ranlib ctlr.lib
 
 clean:
 
 clean:
-       rm -f $(ALLO) mset tn3270 prt3270 m4.out errs makefile.bak ctlrlib
+       rm -f $(ALLO) mset tn3270 prt3270 m4.out errs makefile.bak ctlr.lib
        rm -f kbd.out TMPfunc.out TMPfunc.c
 
 print:
        rm -f kbd.out TMPfunc.out TMPfunc.c
 
 print:
@@ -80,9 +80,11 @@ depend:
 # DO NOT DELETE THIS LINE
 
 dctype.o: dctype.h
 # DO NOT DELETE THIS LINE
 
 dctype.o: dctype.h
-inbound.o: ../general.h function.h hostctlr.h scrnctlr.h screen.h options.h
-inbound.o: dctype.h ebc_disp.h ../system/globals.h inbound.ext outbound.ext
-inbound.o: ../telnet.ext kbd.out
-options.o: options.h ../system/globals.h options.ext
-outbound.o: hostctlr.h screen.h ebc_disp.h ../system/globals.h options.ext
-outbound.o: ../telnet.ext inbound.ext outbound.ext
+inbound.o: ../general/general.h function.h hostctlr.h scrnctlr.h screen.h
+inbound.o: options.h dctype.h ebc_disp.h ../general/globals.h inbound.ext
+inbound.o: outbound.ext ../telnet.ext kbd.out
+oia.o: oia.h
+options.o: options.h ../general/globals.h options.ext
+outbound.o: ../general/general.h hostctlr.h screen.h ebc_disp.h
+outbound.o: ../general/globals.h options.ext ../telnet.ext inbound.ext
+outbound.o: outbound.ext ../general/bsubs.ext
index 7e9090a..a43b765 100644 (file)
@@ -30,7 +30,7 @@ static        char    sccsid[] = "@(#)options.c       3.1  10/29/86";
 
 #include "options.h"
 
 
 #include "options.h"
 
-#include "../system/globals.h"
+#include "../general/globals.h"
 #include "options.ext"
 
 void
 #include "options.ext"
 
 void
index 13a211b..338be3c 100644 (file)
@@ -26,18 +26,18 @@ static      char    sccsid[] = "@(#)outbound.c      3.1  10/29/86";
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-#include "../general.h"
+#include "../general/general.h"
 
 #include "hostctlr.h"
 #include "screen.h"
 #include "ebc_disp.h"
 
 
 #include "hostctlr.h"
 #include "screen.h"
 #include "ebc_disp.h"
 
-#include "../system/globals.h"
+#include "../general/globals.h"
 #include "options.ext"
 #include "../telnet.ext"
 #include "inbound.ext"
 #include "outbound.ext"
 #include "options.ext"
 #include "../telnet.ext"
 #include "inbound.ext"
 #include "outbound.ext"
-#include "../system/bsubs.ext"
+#include "../general/bsubs.ext"
 
 #define SetHighestLowest(position) { \
                                        if (position < Lowest) { \
 
 #define SetHighestLowest(position) { \
                                        if (position < Lowest) { \