############################################################# # # $Id: GNUmakefile,v 1.6 2001/02/16 23:59:56 mayorov Exp $ # ############################################################# ################################ # Setup standard variables. # ################################ SUBDIRS = base registry channel material tests ################# # Local rules # ################# .PHONY: devel docpp # "devel" is used during development to make libraries, # compile and link test programs, and to run them. # It does not remake documentation, nor does it clean up # after itself. devel: @$(MAKE) -C base lib @$(MAKE) -C channel lib @$(MAKE) -C material lib @$(MAKE) -C tests devel @$(MAKE) -C registry devel docpp: @$(MAKE) -C doc doc ######################################## # Standard SoftRelTools makefile(s) # ######################################## include SoftRelTools/standard.mk