Makefile.in (tcsh-6.22.02) | : | Makefile.in (tcsh-6.22.03) | ||
---|---|---|---|---|
# | # | |||
# C Shell with process control; VM/UNIX VAX Makefile | # C Shell with process control; VM/UNIX VAX Makefile | |||
# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria | # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria | |||
# | # | |||
# With an input editor, command completion, etc. and ported to all sorts of | # With an input editor, command completion, etc. and ported to all sorts of | |||
# things; Paul Placeway, CIS Dept., Ohio State University | # things; Paul Placeway, CIS Dept., Ohio State University | |||
# | # | |||
SHELL=/bin/sh | SHELL=/bin/sh | |||
ENVCMD=/usr/bin/env | ||||
VERSION=@PACKAGE_VERSION@ | VERSION=@PACKAGE_VERSION@ | |||
BUILD=tcsh$(EXEEXT) | BUILD=tcsh$(EXEEXT) | |||
VPATH=@srcdir@ | VPATH=@srcdir@ | |||
srcdir=@srcdir@ | srcdir=@srcdir@ | |||
################################################################ | ################################################################ | |||
## CFLAGS. For various -D things, see config.h | ## CFLAGS. For various -D things, see config.h | |||
################################################################ | ################################################################ | |||
# | # | |||
# These are the default suffixes from .c to .o and -c to get there | # These are the default suffixes from .c to .o and -c to get there | |||
skipping to change at line 409 | skipping to change at line 410 | |||
tc.disc.${SUF} tc.func.${SUF} tc.nls.${SUF} tc.os.${SUF} tc.printf.${SUF} \ | tc.disc.${SUF} tc.func.${SUF} tc.nls.${SUF} tc.os.${SUF} tc.printf.${SUF} \ | |||
tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \ | tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \ | |||
tc.vers.${SUF} tc.who.${SUF} | tc.vers.${SUF} tc.who.${SUF} | |||
PVSRCS= Makefile.std Makefile.vms Makefile.in Makefile.win32 | PVSRCS= Makefile.std Makefile.vms Makefile.in Makefile.win32 | |||
AVSRCS= BUILDING Fixes MAKEDIFFS MAKESHAR NewThings README.md FAQ \ | AVSRCS= BUILDING Fixes MAKEDIFFS MAKESHAR NewThings README.md FAQ \ | |||
WishList config_f.h eight-bit.me glob.3 patchlevel.h \ | WishList config_f.h eight-bit.me glob.3 patchlevel.h \ | |||
pathnames.h tcsh.man Ported src.desc Imakefile imake.config \ | pathnames.h tcsh.man Ported src.desc Imakefile imake.config \ | |||
complete.tcsh vmsreadme.txt termcap.vms snames.h host.defs \ | complete.tcsh vmsreadme.txt termcap.vms snames.h host.defs \ | |||
gethost.c tcsh.man2html configure.ac configure config.h.in \ | gethost.c tcsh.man2html configure.ac configure config.h.in \ | |||
tests/testsuite.at aclocal.m4 | tests/testsuite.at aclocal.m4 dot.login dot.tcshrc | |||
TESTFILES= tests/aliases.at tests/arguments.at tests/commands.at \ | TESTFILES= tests/aliases.at tests/arguments.at tests/commands.at \ | |||
tests/expr.at tests/lexical.at tests/mb-eucjp.at \ | tests/expr.at tests/lexical.at tests/mb-eucjp.at \ | |||
tests/mb-utf8.at tests/noexec.at tests/parenthesis.at tests/syntax.at \ | tests/mb-utf8.at tests/noexec.at tests/parenthesis.at tests/syntax.at \ | |||
tests/subst.at tests/variables.at tests/sh.dol.at | tests/subst.at tests/variables.at tests/sh.dol.at | |||
VHSRCS=${PVSRCS} ${AVSRCS} | VHSRCS=${PVSRCS} ${AVSRCS} | |||
CONFSRCS=config/* | CONFSRCS=config/* | |||
ALLSRCS= ${SHSRCS} ${TWSRCS} ${EDSRCS} ${TCSRCS} ${VHSRCS} | ALLSRCS= ${SHSRCS} ${TWSRCS} ${EDSRCS} ${TCSRCS} ${VHSRCS} | |||
skipping to change at line 629 | skipping to change at line 630 | |||
${RM} -f sh.prof.c ed.defns.h tc.const.h sh.err.h tc.defs.c | ${RM} -f sh.prof.c ed.defns.h tc.const.h sh.err.h tc.defs.c | |||
${RM} -f tcsh.*.m tcsh.*.cat | ${RM} -f tcsh.*.m tcsh.*.cat | |||
clean.catalogs: | clean.catalogs: | |||
@test "x${BUILD_CATALOGS}" = "xyes" && (cd nls; ${MAKE} clean) || exit 0 | @test "x${BUILD_CATALOGS}" = "xyes" && (cd nls; ${MAKE} clean) || exit 0 | |||
veryclean: clean | veryclean: clean | |||
${RM} -f Makefile config.h config_p.h | ${RM} -f Makefile config.h config_p.h | |||
${RM} -f config.status config.cache config.log tcsh.ps | ${RM} -f config.status config.cache config.log tcsh.ps | |||
${RM} -f missing | ${RM} -f missing | |||
${RM} -f testsuite.log | ||||
${RM} -rf testsuite.dir | ||||
${RM} -rf autom4te.cache | ${RM} -rf autom4te.cache | |||
${RM} -f *~ #* | ${RM} -f *~ #* | |||
distclean: veryclean | distclean: veryclean | |||
cleandir: veryclean | cleandir: veryclean | |||
tags: /tmp | tags: /tmp | |||
${CTAGS} sh*.c | ${CTAGS} sh*.c | |||
skipping to change at line 730 | skipping to change at line 733 | |||
autoconfigure: $(srcdir)/configure $(srcdir)/config.h.in | autoconfigure: $(srcdir)/configure $(srcdir)/config.h.in | |||
$(srcdir)/configure: $(srcdir)/configure.ac | $(srcdir)/configure: $(srcdir)/configure.ac | |||
cd $(srcdir) && autoconf | cd $(srcdir) && autoconf | |||
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in | $(srcdir)/config.h.in: $(srcdir)/stamp-h.in | |||
$(srcdir)/stamp-h.in: $(srcdir)/configure.ac | $(srcdir)/stamp-h.in: $(srcdir)/configure.ac | |||
cd $(srcdir) && autoheader | cd $(srcdir) && autoheader | |||
@echo timestamp > $(srcdir)/stamp-h.in | @echo timestamp > $(srcdir)/stamp-h.in | |||
check: atconfig $(srcdir)/tests/testsuite | check test: atconfig $(srcdir)/tests/testsuite | |||
$(SHELL) $(srcdir)/tests/testsuite | $(ENVCMD) - \ | |||
USER="$(USER)" \ | ||||
$(SHELL) $(srcdir)/tests/testsuite | ||||
# | # | |||
# Dependencies | # Dependencies | |||
# | # | |||
config.h: config_f.h | config.h: config_f.h | |||
TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h | TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h | |||
SHH=sh.h sh.types.h sh.char.h sh.err.h sh.dir.h sh.proc.h pathnames.h \ | SHH=sh.h sh.types.h sh.char.h sh.err.h sh.dir.h sh.proc.h pathnames.h \ | |||
sh.decls.h ${TCH} | sh.decls.h ${TCH} | |||
TWH=tw.h tw.decls.h | TWH=tw.h tw.decls.h | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 8 lines changed or added |