X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ee01fcaa18c86201bc6a2e0f96ee0205a10e6bcb..d43d1075666c90460941d74f5a568d29707cd540:/usr/src/usr.bin/tn3270/ascii/makefile diff --git a/usr/src/usr.bin/tn3270/ascii/makefile b/usr/src/usr.bin/tn3270/ascii/makefile index 32c6ec40aa..2b097b1d2c 100644 --- a/usr/src/usr.bin/tn3270/ascii/makefile +++ b/usr/src/usr.bin/tn3270/ascii/makefile @@ -3,13 +3,18 @@ # 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.2 (Berkeley) %G% +# @(#)makefile 4.1 (Berkeley) %G% # # msdos versus unix defines O = .o @@ -67,14 +72,16 @@ KBD = unix.kbd # 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 -ALLPRINT = default.map ${ALLH} ${ALLC} + +ALLHC= ${ALLH} ${ALLC} +ALLPRINT = default.map ${ALLHC} ALLSOURCE = ${ALLPRINT} makefile makefile.mak @@ -97,6 +104,14 @@ sccsclean: -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 @@ -135,9 +150,8 @@ depend: # 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