Lines Matching +full:sig +full:- +full:dir
4 # To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile.
24 DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"'
26 DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
28 CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
30 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
33 sh.set.c sh.time.c sh.char.h sh.dir.h sh.proc.h sh.h
41 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
60 FILES= complete.tcsh csh-mode.el
63 CATALOGS= et:et_EE.UTF-8 \
64 finnish:fi_FI.UTF-8 \
65 french:fr_FR.UTF-8 \
66 german:de_DE.UTF-8 \
67 greek:el_GR.UTF-8 \
68 italian:it_IT.UTF-8 \
69 ja:ja_JP.UTF-8 \
70 russian:ru_RU.UTF-8 \
71 spanish:es_ES.UTF-8 \
72 ukrainian:uk_UA.UTF-8
74 NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8
75 NLSLINKS_fr_FR.UTF-8 = fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8
76 NLSLINKS_it_IT.UTF-8 = it_CH.UTF-8
79 CFLAGS+= -DNO_NLS_CATALOGS
81 CFLAGS+= -DHAVE_ICONV
83 NLSLINKS_de_DE.UTF-8 += de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO8859-1 \
84 de_CH.ISO8859-15 de_DE.ISO8859-1 de_DE.ISO8859-15
85 NLSLINKS_el_GR.UTF-8 = el_GR.ISO8859-7
86 NLSLINKS_es_ES.UTF-8 = es_ES.ISO8859-1 es_ES.ISO8859-15
87 NLSLINKS_et_EE.UTF-8 = et_EE.ISO8859-15
88 NLSLINKS_fi_FI.UTF-8 = fi_FI.ISO8859-1 fi_FI.ISO8859-15
89 NLSLINKS_fr_FR.UTF-8 += fr_BE.ISO8859-1 fr_BE.ISO8859-15 \
90 fr_CA.ISO8859-1 fr_CA.ISO8859-15 fr_CH.ISO8859-1 \
91 fr_CH.ISO8859-15 fr_FR.ISO8859-1 fr_FR.ISO8859-15
92 NLSLINKS_it_IT.UTF-8 += it_CH.ISO8859-1 it_CH.ISO8859-15 it_IT.ISO8859-1 \
93 it_IT.ISO8859-15
94 NLSLINKS_ja_JP.UTF-8 = ja_JP.SJIS ja_JP.eucJP
95 NLSLINKS_ru_RU.UTF-8 = ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.KOI8-R
96 NLSLINKS_uk_UA.UTF-8 = uk_UA.ISO8859-5 uk_UA.KOI8-U
113 NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo charset set[0-9]*
120 build-tools: gethost
125 @rm -f ${.TARGET}
130 ${HOST_CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \
131 -D_h_tc_const \
136 @rm -f ${.TARGET}
141 @rm -f ${.TARGET}
149 @rm -f ${.TARGET}
157 @rm -f ${.TARGET}
161 ${CC:N${CCACHE_BIN}} -E ${CFLAGS:C/-DHAVE_ICONV//} ${.ALLSRC} -D_h_tc_const | \
163 sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \