Release 4.1
[unix-history] / usr / src / usr.bin / tn3270 / ascii / makefile
index 191db0c..2b097b1 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
@@ -54,14 +72,16 @@ KBD = unix.kbd
 
 
 # The source files...
 
 
 # The source files...
-ALLH = map3270.ext state.h termin.ext
+ALLH = map3270.h state.h
 
 ALLC = map3270.c mset.c termin.c
 
 # We don't include mset$O here...
 ALLO   = map3270$O termin$O
 
 
 ALLC = map3270.c mset.c termin.c
 
 # We don't include mset$O here...
 ALLO   = map3270$O termin$O
 
-ALLPRINT = default.map ${ALLH} ${ALLC}
+
+ALLHC= ${ALLH} ${ALLC}
+ALLPRINT =     default.map ${ALLHC}
 
 ALLSOURCE =    ${ALLPRINT} makefile makefile.mak
 
 
 ALLSOURCE =    ${ALLPRINT} makefile makefile.mak
 
@@ -84,6 +104,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
@@ -122,9 +150,8 @@ depend:
 
 # DO NOT DELETE THIS LINE
 
 
 # DO NOT DELETE THIS LINE
 
-map3270$O: state.h ../general/globals.h map3270.ext default.map
-mset$O: ../ctlr/function.h state.h ../api/astosc.h ../general/globals.h
-mset$O: map3270.ext
-termin$O: ../general/general.h ../ctlr/function.h ../ctlr/inbound.ext
-termin$O: ../ctlr/outbound.ext ../telnet.ext termin.ext ../api/astosc.h state.h
-termin$O: ../general/globals.h
+map3270$O: state.h map3270.h ../general/globals.h default.map
+mset$O: ../ctlr/function.h state.h map3270.h ../api/astosc.h
+mset$O: ../general/globals.h
+termin$O: ../general/general.h ../ctlr/function.h ../ctlr/externs.h
+termin$O: ../ctlr/declare.h ../api/astosc.h state.h ../general/globals.h