Release 4.1
[unix-history] / usr / src / usr.bin / tn3270 / sys_curses / makefile
index 164a95c..adcd33d 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) %G%
+#
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
@@ -49,13 +67,14 @@ 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
 
 ALLO = system$O termout$O
 
 
 ALLC = system.c termout.c
 
 ALLO = system$O termout$O
 
-ALLPRINT =     ${ALLH} ${ALLC}
+ALLHC= ${ALLH} ${ALLC}
+ALLPRINT =     ${ALLHC}
 
 ALLSOURCE =    ${ALLPRINT} makefile
 
 
 ALLSOURCE =    ${ALLPRINT} makefile
 
@@ -75,6 +94,14 @@ sccsclean:
        -sccs clean
        -sccs get makefile
 
        -sccs clean
        -sccs get makefile
 
+clist: ${ALLC}
+       @for i in ${ALLC} ; \
+               do (echo ${DIRPATH}$$i); done
+
+hclist:        ${ALLHC}
+       @for i in ${ALLHC} ; \
+               do (echo ${DIRPATH}$$i); done
+
 sourcelist:    ${ALLSOURCE}
        @for i in ${ALLSOURCE}; \
                do (echo ${DIRPATH}$$i); done
 sourcelist:    ${ALLSOURCE}
        @for i in ${ALLSOURCE}; \
                do (echo ${DIRPATH}$$i); done
@@ -117,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