]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/csh/Makefile
MFV d1b143ee9a5: libbsdxml (expat) 2.4.6
[FreeBSD/FreeBSD.git] / bin / csh / Makefile
1 # $FreeBSD$
2 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
3 #
4 # C Shell with process control; VM/UNIX VAX Makefile
5 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
6 #
7 # To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile.
8
9 .include <src.opts.mk>
10
11 PACKAGE=        csh
12
13 CONFGROUPS=     ETC ROOT
14 ETCPACKAGE=     csh
15 ROOTPACKAGE=    csh
16 ETC=    csh.cshrc csh.login csh.logout
17 ROOT=   dot.cshrc dot.login
18 ROOTDIR=        /root
19 ROOTNAME_dot.cshrc=     .cshrc
20 ROOTNAME_dot.login=     .login
21 TCSHDIR= ${SRCTOP}/contrib/tcsh
22 .PATH: ${TCSHDIR}
23
24 PROG=   csh
25 .if defined(RESCUE)
26 DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"'
27 .else
28 DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
29 .endif
30 CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
31 WARNS?= 1
32 SRCS=   sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
33         sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
34         sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
35         sh.set.c sh.time.c sh.char.h sh.dir.h sh.proc.h sh.h
36 SRCS+=  sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
37 SRCS+=  tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
38         tw.comp.c tw.color.c
39 SRCS+=  ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
40         ed.refresh.c ed.screen.c ed.xmap.c ed.term.c ed.term.h
41 SRCS+=  tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
42         tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
43         tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
44         tc.who.c tc.h
45 SRCS+=  dotlock.c dotlock.h
46 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
47 SRCS+=  ${GENHDRS}
48
49 MLINKS= csh.1 tcsh.1
50 # MLINKS for Shell built in commands for which there are no userland
51 # utilities of the same name are handled with the associated manpage,
52 # builtin.1 in share/man/man1/.
53
54 LIBADD= termcapw crypt
55
56 LINKS=  ${BINDIR}/csh ${BINDIR}/tcsh
57
58 CLEANFILES= ${GENHDRS} gethost csh.1
59
60 .if ${MK_EXAMPLES} != "no"
61 FILESDIR= ${SHAREDIR}/examples/tcsh
62 FILES= complete.tcsh csh-mode.el
63 .endif
64
65 CATALOGS=       et:et_EE.UTF-8 \
66                 finnish:fi_FI.UTF-8 \
67                 french:fr_FR.UTF-8 \
68                 german:de_DE.UTF-8 \
69                 greek:el_GR.UTF-8 \
70                 italian:it_IT.UTF-8 \
71                 ja:ja_JP.UTF-8 \
72                 russian:ru_RU.UTF-8 \
73                 spanish:es_ES.UTF-8 \
74                 ukrainian:uk_UA.UTF-8
75
76 NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8
77 NLSLINKS_fr_FR.UTF-8 = fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8
78 NLSLINKS_it_IT.UTF-8 = it_CH.UTF-8
79
80 .if ${MK_NLS_CATALOGS} == "no" || defined(RESCUE)
81 CFLAGS+= -DNO_NLS_CATALOGS
82 .else
83 CFLAGS+= -DHAVE_ICONV
84 .if ${MK_ICONV} != "no"
85 NLSLINKS_de_DE.UTF-8 += de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO8859-1 \
86                 de_CH.ISO8859-15 de_DE.ISO8859-1 de_DE.ISO8859-15
87 NLSLINKS_el_GR.UTF-8 = el_GR.ISO8859-7
88 NLSLINKS_es_ES.UTF-8 = es_ES.ISO8859-1 es_ES.ISO8859-15
89 NLSLINKS_et_EE.UTF-8 = et_EE.ISO8859-15
90 NLSLINKS_fi_FI.UTF-8 = fi_FI.ISO8859-1 fi_FI.ISO8859-15
91 NLSLINKS_fr_FR.UTF-8 += fr_BE.ISO8859-1 fr_BE.ISO8859-15 \
92                 fr_CA.ISO8859-1 fr_CA.ISO8859-15 fr_CH.ISO8859-1 \
93                 fr_CH.ISO8859-15 fr_FR.ISO8859-1 fr_FR.ISO8859-15
94 NLSLINKS_it_IT.UTF-8 += it_CH.ISO8859-1 it_CH.ISO8859-15 it_IT.ISO8859-1 \
95                 it_IT.ISO8859-15
96 NLSLINKS_ja_JP.UTF-8 = ja_JP.SJIS ja_JP.eucJP
97 NLSLINKS_ru_RU.UTF-8 = ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.KOI8-R
98 NLSLINKS_uk_UA.UTF-8 = uk_UA.ISO8859-5 uk_UA.KOI8-U
99 .else
100 # Above links can be installed from ports/shells/tcsh_nls
101
102 GENHDRS+= iconv.h
103 SRCS+=  iconv_stub.c
104
105 iconv.h: ${.CURDIR}/iconv_stub.h
106         ${CP} ${.CURDIR}/iconv_stub.h ${.TARGET}
107 .endif
108 .endif
109
110 NLSNAME= tcsh
111
112 .for catalog in ${CATALOGS}
113 NLS+=           ${catalog:C/.*://}
114 NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
115 NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo charset set[0-9]*
116 .endfor
117
118 csh.1: tcsh.man
119         cat ${.ALLSRC} > ${.TARGET}
120
121 build-tools: gethost
122
123 DEPENDOBJS+= gethost
124 gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META}
125         @rm -f ${.TARGET}
126         ${CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \
127             ${TCSHDIR}/gethost.c
128
129 tc.defs.c: gethost ${TCSHDIR}/host.defs
130         @rm -f ${.TARGET}
131         @echo "/* Do not edit this file, make creates it */" > ${.TARGET}
132         ${BTOOLSPATH:U.}/gethost ${TCSHDIR}/host.defs >> ${.TARGET}
133
134 ed.defns.h: ed.defns.c
135         @rm -f ${.TARGET}
136         @echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
137         @echo '#ifndef _h_ed_defns' >> ${.TARGET}
138         @echo '#define _h_ed_defns' >> ${.TARGET}
139         grep '[FV]_' ${TCSHDIR}/ed.defns.c | grep '^#define' >> ${.TARGET}
140         @echo '#endif /* _h_ed_defns */' >> ${.TARGET}
141
142 sh.err.h: sh.err.c
143         @rm -f ${.TARGET}
144         @echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
145         @echo '#ifndef _h_sh_err' >> ${.TARGET}
146         @echo '#define _h_sh_err' >> ${.TARGET}
147         grep 'ERR_' ${.ALLSRC} | grep '^#define' >> ${.TARGET}
148         @echo '#endif /* _h_sh_err */' >> ${.TARGET}
149
150 tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h ${BUILD_TOOLS_META}
151         @rm -f ${.TARGET}
152         @echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
153         @echo '#ifndef _h_tc_const' >> ${.TARGET}
154         @echo '#define _h_tc_const' >> ${.TARGET}
155         ${CC:N${CCACHE_BIN}} -E ${CFLAGS:C/-DHAVE_ICONV//} ${.ALLSRC} -D_h_tc_const | \
156             grep 'Char STR' | \
157             sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
158             sort >> ${.TARGET}
159         @echo '#endif /* _h_tc_const */' >> ${.TARGET}
160
161 beforeinstallconfig:
162         rm -f ${DESTDIR}/.cshrc
163
164 afterinstallconfig:
165         ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc
166
167 .include <bsd.prog.mk>