File:  [CSRG BSD Unix] / 43BSD / contrib / spms / bin / pdepend
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#! /bin/csh -f
#
# Make SPMS Software Project Management System dependencies
#

cd ..
setenv PROJECT $cwd

#library dependencies
foreach p (libhash libpdb libslist libspms libtree)
	cd $PROJECT/src/lib/$p/src
	make depend
end

#lib program dependencies
foreach p (pgrep)
	cd $PROJECT/src/lib/$p
	make depend
end

#program dependencies
cd $PROJECT/src/bin
foreach p (*)
	cd $PROJECT/src/bin/$p
	make depend
end

exit(0)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.