Release 4.1
[unix-history] / usr / src / usr.bin / tn3270 / sys_curses / makefile
index 1bca88d..adcd33d 100644 (file)
@@ -3,13 +3,18 @@
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms are permitted
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms are permitted
-# provided that this notice is preserved and that due credit is given
-# to the University of California at 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'' without express or implied warranty.
+# 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    3.3 (Berkeley) %G%
+#      @(#)makefile    4.1 (Berkeley) %G%
 #
 # msdos versus unix defines
 O      = .o
 #
 # msdos versus unix defines
 O      = .o
@@ -62,7 +67,7 @@ CFLAGS        = $(OPTIMIZE) $(INCLUDES) $(DEFINES)
 # Lint flags
 LINTFLAGS      = -hbxaz
 
 # Lint flags
 LINTFLAGS      = -hbxaz
 
-ALLH = terminal.h termout.ext
+ALLH = terminal.h
 
 ALLC = system.c termout.c
 
 
 ALLC = system.c termout.c
 
@@ -139,7 +144,6 @@ depend:
 
 system$O: ../general/general.h ../ctlr/api.h ../api/api_exch.h
 system$O: ../general/globals.h
 
 system$O: ../general/general.h ../ctlr/api.h ../api/api_exch.h
 system$O: ../general/globals.h
-termout$O: ../general/general.h terminal.h ../telnet.ext ../api/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
+termout$O: ../general/general.h terminal.h ../api/disp_asc.h ../ctlr/hostctlr.h
+termout$O: ../ctlr/externs.h ../ctlr/declare.h ../ctlr/oia.h ../ctlr/screen.h
+termout$O: ../general/globals.h ../telextrn.h