1*6c02b4a4Smuffin# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 27c478bd9Sstevel@tonic-gate# Use is subject to license terms. 37c478bd9Sstevel@tonic-gate 47c478bd9Sstevel@tonic-gate# Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T 57c478bd9Sstevel@tonic-gate# All Rights Reserved 67c478bd9Sstevel@tonic-gate 77c478bd9Sstevel@tonic-gate# Copyright (c) 1980 Regents of the University of California. 87c478bd9Sstevel@tonic-gate# All rights reserved. The Berkeley Software License Agreement 97c478bd9Sstevel@tonic-gate# specifies the terms and conditions for redistribution. 107c478bd9Sstevel@tonic-gate 117c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 127c478bd9Sstevel@tonic-gate 137c478bd9Sstevel@tonic-gate# 147c478bd9Sstevel@tonic-gate# C Shell with process control; VM/UNIX VAX Makefile 157c478bd9Sstevel@tonic-gate# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria 167c478bd9Sstevel@tonic-gate# 177c478bd9Sstevel@tonic-gate 187c478bd9Sstevel@tonic-gateCSH_PROG = csh 197c478bd9Sstevel@tonic-gatePROG = $(CSH_PROG) 207c478bd9Sstevel@tonic-gatePFCSH_PROG= pfcsh 217c478bd9Sstevel@tonic-gateROOTPFCSH= $(ROOTBIN)/$(PFCSH_PROG) 227c478bd9Sstevel@tonic-gate 237c478bd9Sstevel@tonic-gateinclude ../../Makefile.cmd 247c478bd9Sstevel@tonic-gate 257c478bd9Sstevel@tonic-gateMBCHAR = -DMBCHAR # Define this line to include multibyte input support 267c478bd9Sstevel@tonic-gateDEFS = -DVFORK -DFILEC -DBSD_COMP -DFIVE # No TELL when MBCHAR 27*6c02b4a4SmuffinCPPFLAGS= -I. $(DEFS) $(MBCHAR) $(CPPFLAGS.master) 287c478bd9Sstevel@tonic-gateCPPFLAGS += -I../../sh 297c478bd9Sstevel@tonic-gateCPPFLAGS += -D_FILE_OFFSET_BITS=64 307c478bd9Sstevel@tonic-gateLAZYLIBS = $(ZLAZYLOAD) -lsecdb $(ZNOLAZYLOAD) 317c478bd9Sstevel@tonic-gatelint := LAZYLIBS = -lsecdb 327c478bd9Sstevel@tonic-gateLDLIBS += -lcurses $(LAZYLIBS) 337c478bd9Sstevel@tonic-gate 347c478bd9Sstevel@tonic-gatePFOBJS = sh_policy.o 357c478bd9Sstevel@tonic-gate 367c478bd9Sstevel@tonic-gateHDDEP = sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o sh.file.o \ 377c478bd9Sstevel@tonic-gate sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o \ 387c478bd9Sstevel@tonic-gate sh.parse.o sh.proc.o sh.sem.o sh.set.o sh.time.o 397c478bd9Sstevel@tonic-gate 407c478bd9Sstevel@tonic-gateCOMMONOBJS= printf.o sh.char.o sh.dir.o sh.dol.o sh.err.o \ 417c478bd9Sstevel@tonic-gate sh.exec.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o \ 427c478bd9Sstevel@tonic-gate sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o \ 437c478bd9Sstevel@tonic-gate sh.time.o sh.tchar.o sh.tconst.o sh.o \ 447c478bd9Sstevel@tonic-gate wait3.o 457c478bd9Sstevel@tonic-gate 467c478bd9Sstevel@tonic-gateLOCALOBJS= signal.o 477c478bd9Sstevel@tonic-gate 487c478bd9Sstevel@tonic-gateCOMMONSRCS= $(COMMONOBJS:%.o=../%.c) 497c478bd9Sstevel@tonic-gatePFSRCS= ../../sh/sh_policy.c 507c478bd9Sstevel@tonic-gate 517c478bd9Sstevel@tonic-gate.KEEP_STATE: 527c478bd9Sstevel@tonic-gate 537c478bd9Sstevel@tonic-gate.PARALLEL: $(COMMONOBJS) $(LOCALOBJS) 547c478bd9Sstevel@tonic-gate 557c478bd9Sstevel@tonic-gateall: $(PROG) 567c478bd9Sstevel@tonic-gate 577c478bd9Sstevel@tonic-gate# build rule for common source above 587c478bd9Sstevel@tonic-gate%.o: ../%.c 597c478bd9Sstevel@tonic-gate $(COMPILE.c) $< 607c478bd9Sstevel@tonic-gate $(POST_PROCESS_O) 617c478bd9Sstevel@tonic-gate 627c478bd9Sstevel@tonic-gate%.o: ../../sh/%.c 637c478bd9Sstevel@tonic-gate $(COMPILE.c) $< 647c478bd9Sstevel@tonic-gate $(POST_PROCESS_O) 657c478bd9Sstevel@tonic-gate 667c478bd9Sstevel@tonic-gate$(CSH_PROG): sh.tconst.h .WAIT $(COMMONOBJS) $(PFOBJS) $(LOCALOBJS) 677c478bd9Sstevel@tonic-gate $(LINK.c) $(COMMONOBJS) $(PFOBJS) $(LOCALOBJS) -o $@ $(LDLIBS) 687c478bd9Sstevel@tonic-gate $(POST_PROCESS) 697c478bd9Sstevel@tonic-gate 707c478bd9Sstevel@tonic-gate$(ROOTPFCSH): $(ROOTPROG) 717c478bd9Sstevel@tonic-gate $(RM) $@ 727c478bd9Sstevel@tonic-gate $(LN) $(ROOTPROG) $@ 737c478bd9Sstevel@tonic-gate 747c478bd9Sstevel@tonic-gatesh.tconst.h: ../sh.tconst.c ../make.sh.tconst.h.ed 757c478bd9Sstevel@tonic-gate $(RM) $@ 767c478bd9Sstevel@tonic-gate ed ../sh.tconst.c < ../make.sh.tconst.h.ed 777c478bd9Sstevel@tonic-gate 787c478bd9Sstevel@tonic-gate$(HDDEP): sh.tconst.h 797c478bd9Sstevel@tonic-gate 807c478bd9Sstevel@tonic-gateinstall: all $(ROOTBINPROG) $(ROOTPROG) $(ROOTPFCSH) 817c478bd9Sstevel@tonic-gate 827c478bd9Sstevel@tonic-gatelint: sh.tconst.h 837c478bd9Sstevel@tonic-gate $(LINT.c) $(COMMONSRCS) $(PFSRCS) signal.c $(LDLIBS) 847c478bd9Sstevel@tonic-gate 857c478bd9Sstevel@tonic-gateclean: 867c478bd9Sstevel@tonic-gate $(RM) $(LOCALOBJS) $(COMMONOBJS) $(PFOBJS) sh.tconst.h 877c478bd9Sstevel@tonic-gate 887c478bd9Sstevel@tonic-gateclobber: clean 897c478bd9Sstevel@tonic-gate $(RM) $(PROG) 90