2 # Stubbed Legacy Makefile for the newclient script
7 OTHERSRCS = Makefile Makefile.preamble newclient.csh
9 MAKEFILEDIR = $(MAKEFILEPATH)/project
10 MAKEFILE = common.make
12 # INSTALL is already set to "install -S"
17 -include Makefile.preamble
19 include $(MAKEFILEDIR)/$(MAKEFILE)
21 -include Makefile.postamble
23 -include Makefile.dependencies
28 @dstdir=$(DSTROOT)`grep NEXTSTEP_INSTALLDIR PB.project | sed 's/.*= \(.*\);.*/\1/'`; \
29 if [ ! -d $$dstdir ]; then \
32 $(RM) -f $$dstdir/$(NAME); \
33 echo $(XINSTALL) -c -o $(INSTALL_AS_USER) -g $(INSTALL_AS_GROUP) \
34 -m 555 newclient.csh $$dstdir/$(NAME); \
35 $(XINSTALL) -c -o $(INSTALL_AS_USER) -g $(INSTALL_AS_GROUP) \
36 -m 555 newclient.csh $$dstdir/$(NAME)