BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / tn3270 / distribution / sys_dos / makefile
index a634a06..e8b1c93 100644 (file)
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 1988 Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that the above copyright notice and this paragraph are
+# duplicated in all such forms and that any documentation,
+# advertising materials, and other materials related to such
+# distribution and use acknowledge that the software was developed
+# by the University of California, Berkeley.  The name of the
+# University may not be used to endorse or promote products derived
+# from this software without specific prior written permission.
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+#
+#      @(#)makefile    4.1 (Berkeley) 12/4/88
+#
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
@@ -49,13 +67,13 @@ CFLAGS      = $(OPTIMIZE) $(INCLUDES) $(DEFINES)
 # Lint flags
 LINTFLAGS      = -hbxaz
 
 # Lint flags
 LINTFLAGS      = -hbxaz
 
-ALLH = spint.h termout.ext video.h
+ALLH = spint.h 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 +135,9 @@ depend:
 
 # DO NOT DELETE THIS LINE
 
 
 # DO NOT DELETE THIS LINE
 
-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
+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 ../api/disp_asc.h
+termout$O: ../ctlr/hostctlr.h 
+termout$O: ../ctlr/oia.h
 termout$O: ../ctlr/screen.h ../general/globals.h video.h
 termout$O: ../ctlr/screen.h ../general/globals.h video.h
-system$O: ../general/general.h ../api/api.h spint.h ../general/globals.h