xref: /freebsd/bin/csh/Makefile (revision 9768746b)
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
11PACKAGE=	csh
12
13CONFGROUPS=	ETC ROOT
14ETCPACKAGE=	csh
15ROOTPACKAGE=	csh
16ETC=	csh.cshrc csh.login csh.logout
17ROOT=	dot.cshrc dot.login
18ROOTDIR=	/root
19ROOTNAME_dot.cshrc=	.cshrc
20ROOTNAME_dot.login=	.login
21TCSHDIR= ${SRCTOP}/contrib/tcsh
22.PATH: ${TCSHDIR}
23
24PROG=	csh
25.if defined(RESCUE)
26DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"'
27.else
28DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
29.endif
30CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
31WARNS?=	1
32SRCS=	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
36SRCS+=	sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
37SRCS+=	tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
38	tw.comp.c tw.color.c
39SRCS+=	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
41SRCS+=	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
45SRCS+=	dotlock.c dotlock.h
46GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
47SRCS+=	${GENHDRS}
48
49MLINKS= 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
54LIBADD=	termcapw crypt
55
56LINKS=	${BINDIR}/csh ${BINDIR}/tcsh
57
58CLEANFILES= ${GENHDRS} gethost csh.1
59
60.if ${MK_EXAMPLES} != "no"
61FILESDIR= ${SHAREDIR}/examples/tcsh
62FILES= complete.tcsh csh-mode.el
63.endif
64
65CATALOGS=	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
76NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8
77NLSLINKS_fr_FR.UTF-8 = fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8
78NLSLINKS_it_IT.UTF-8 = it_CH.UTF-8
79
80.if ${MK_NLS_CATALOGS} == "no" || defined(RESCUE)
81CFLAGS+= -DNO_NLS_CATALOGS
82.else
83CFLAGS+= -DHAVE_ICONV
84.if ${MK_ICONV} != "no"
85NLSLINKS_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
87NLSLINKS_el_GR.UTF-8 = el_GR.ISO8859-7
88NLSLINKS_es_ES.UTF-8 = es_ES.ISO8859-1 es_ES.ISO8859-15
89NLSLINKS_et_EE.UTF-8 = et_EE.ISO8859-15
90NLSLINKS_fi_FI.UTF-8 = fi_FI.ISO8859-1 fi_FI.ISO8859-15
91NLSLINKS_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
94NLSLINKS_it_IT.UTF-8 += it_CH.ISO8859-1 it_CH.ISO8859-15 it_IT.ISO8859-1 \
95		it_IT.ISO8859-15
96NLSLINKS_ja_JP.UTF-8 = ja_JP.SJIS ja_JP.eucJP
97NLSLINKS_ru_RU.UTF-8 = ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.KOI8-R
98NLSLINKS_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
102GENHDRS+= iconv.h
103SRCS+=	iconv_stub.c
104
105iconv.h: ${.CURDIR}/iconv_stub.h
106	${CP} ${.CURDIR}/iconv_stub.h ${.TARGET}
107.endif
108.endif
109
110NLSNAME= tcsh
111
112.for catalog in ${CATALOGS}
113NLS+=		${catalog:C/.*://}
114NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
115NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo charset set[0-9]*
116.endfor
117
118csh.1: tcsh.man
119	cat ${.ALLSRC} > ${.TARGET}
120
121build-tools: gethost
122
123DEPENDOBJS+= gethost
124gethost: 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
129tc.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
134ed.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
142sh.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
150tc.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
161beforeinstallconfig:
162	rm -f ${DESTDIR}/.cshrc
163
164afterinstallconfig:
165	# XXX Set link mode explicitly via -m.  We cannot use LINKMODE for this
166	# link, as it would also apply to the tcsh link above.
167	${INSTALL_LINK} ${TAG_ARGS} -m ${CONFMODE} ${DESTDIR}/root/.cshrc \
168	    ${DESTDIR}/.cshrc
169
170.include <bsd.prog.mk>
171