Megatest

Diff
Login

Differences From Artifact [aaa3a00076]:

To Artifact [bca3f9dd9a]:


428
429
430
431
432
433
434





435
436
# (MSRCFILES)
# shell ls *.scm adjutant.scm cgisetup/models/pgdb.scm|sort -u|egrep -v '.import.|debugprint|mtargs|sretrieve|sauth|sharedat|tcmt')

deps.pdf : $(DEPSFILES)
	gendeps deps.inc $(DEPSFILES)
	dot deps.dot -Tpdf -o deps.pdf






showdepfiles :
	@echo $(DEPSFILES)







>
>
>
>
>


428
429
430
431
432
433
434
435
436
437
438
439
440
441
# (MSRCFILES)
# shell ls *.scm adjutant.scm cgisetup/models/pgdb.scm|sort -u|egrep -v '.import.|debugprint|mtargs|sretrieve|sauth|sharedat|tcmt')

deps.pdf : $(DEPSFILES)
	gendeps deps.inc $(DEPSFILES)
	dot deps.dot -Tpdf -o deps.pdf

mindeps.pdf :  $(DEPSFILES)
	gendeps deps.inc $(DEPSFILES)
	egrep -v 'debugprint|mtargs|mtver|hostinfo|stml2' deps.dot > mindeps.dot
	dot mindeps.dot -Tpdf -o mindeps.pdf

showdepfiles :
	@echo $(DEPSFILES)